Template:WizardInfoboxItem: Difference between revisions
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 = [[{{{head|}}}]] | ||
| label2 = Body | | label2 = Body | ||
| data2 = {{{body|}}} | | data2 = [[{{{body|}}}]] | ||
| label3 = Prop | | label3 = Prop | ||
| data3 = {{{prop|}}} | | data3 = [[{{{prop|}}}]] | ||
| label4 = Familiar | | label4 = Familiar | ||
| data4 = {{{familiar|}}} | | data4 = [[{{{familiar|}}}]] | ||
| label5 = Rune | | label5 = Rune | ||
| data5 = {{{rune|}}} | | data5 = [[{{{rune|}}}]] | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 19:55, 6 July 2022
{{{name}}} | |
---|---|
{{{image}}} | |
Head | [[]] |
Body | [[]] |
Prop | [[]] |
Familiar | [[]] |
Rune | [[]] |
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>