contributors, Interface administrators
192
edits
FaeriMagic (talk | contribs) m (Removed extra line break.) |
FaeriMagic (talk | contribs) m (Moved "How to use" section and renamed it to "Template:". Edited TemplateData.) |
||
Line 11: | Line 11: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
'''Template:''' | |||
<pre style="width: 500px;"> | |||
{{Item | |||
| name = | |||
| img = | |||
| rarity = | |||
| num = | |||
}}</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 24: | Line 32: | ||
"description": "The rarity determines the background color of the icon.", | "description": "The rarity determines the background color of the icon.", | ||
"type": "string", | "type": "string", | ||
"default": "background: radial-gradient(circle, white, lightgray);", | |||
"default": "background: radial-gradient(circle, white, lightgray);" | "required": true | ||
}, | }, | ||
"num": { | "num": { | ||
Line 37: | Line 45: | ||
"description": "The item's page name is listed here and will direct the user to that page upon click.", | "description": "The item's page name is listed here and will direct the user to that page upon click.", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||
Line 49: | Line 57: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |