Template:Clear: Difference between revisions

From wizzypedia
Jump to navigation Jump to search
en>Jdforrester (WMF)
m (1 revision imported from w:en:Template:Clear: Page about technical change that was posted to a local wiki)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="clear: {{{1|both}}};"></div><noinclude>
<div style="clear:{{{1|both}}};"></div><noinclude>
{{Documentation}}</noinclude>
{{documentation}}
</noinclude>

Latest revision as of 14:50, 6 July 2022

Used to create documentation for templates

Usage

There are two ways to use this template.

1. Add to the bottom of your template:

<noinclude>{{doc}}<noinclude>

Then click on the "Create" link to get started with your documentation.

2. Include the documentation directly in the template (not preferred method):

<noinclude>{{doc|text=
Documentation text

==Usage==
How to use the template, etc.
}}<noinclude>