Template:WizardInfoboxItem: Difference between revisions

From wizzypedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
| above      = {{{name}}}
| above      = {{{name}}}
| label1      = Head
| label1      = Head
| data1      = [[{{{head|}}}]]
| data1      = {{#if:{{{head|}}}|[[{{{head|}}}]]}}
| label2      = Body
| label2      = Body
| data2      = [[{{{body|}}}]]
| data2      = {{#if:{{{body|}}}|[[{{{body|}}}]]}}
| label3      = Prop
| label3      = Prop
| data3      = {{#if:{{{prop|}}}|[[{{{prop|}}}]]}}
| data3      = {{#if:{{{prop|}}}|[[{{{prop|}}}]]}}
| label4      = Familiar
| label4      = Familiar
| data4      = [[{{{familiar|}}}]]
| data4      = {{#if:{{{familiar|}}}|[[{{{familiar|}}}]]}}
| label5      = Rune
| label5      = Rune
| data5      = [[{{{rune|}}}]]
| data5      = {{#if:{{{rune|}}}|[[{{{rune|}}}]]}}
}}<noinclude>
}}<noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 19:57, 6 July 2022

{{{name}}}
{{{image}}}

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>