Template:Infobox wizard

From wizzypedia
Revision as of 23:56, 27 June 2022 by Dotta (talk | contribs) (Created page with "{{ infobox | bodyclass = infowiz | abovestyle = background-color: #f6e396 | above = {{{name}}} | image = | caption = {{{caption|}}} | label1 = Head | data1 = {{{head|}}} | label2 = Body | data2 = {{{body|}}} }}<noinclude> {{Documentation}} <!-- Please add categories and interwiki links to /doc subpage, not here! --> </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{name}}}

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>