Editing Template:Hero Card Nav/docGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
==Usage== | |||
== Usage == | |||
This template is used in the navbox. | This template is used in the navbox. | ||
== | ==Example== | ||
<pre> | <pre> | ||
{{Hero Card Nav| | {{Hero Card Nav|Abrams}} | ||
{{Hero Card Nav|Hero=McGinnis}} | {{Hero Card Nav|Hero=McGinnis}} | ||
</pre> | </pre> | ||
{{Hero Card Nav| | {{Hero Card Nav|Abrams}} | ||
{{Hero Card Nav|Hero=McGinnis}} | {{Hero Card Nav|Hero=McGinnis}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 23: | Line 15: | ||
"description": "Which Hero this is for", | "description": "Which Hero this is for", | ||
"example": "Abrams", | "example": "Abrams", | ||
"default": "Abrams | "default": "Abrams" | ||
}, | }, | ||
"size": { | "size": { | ||
| Line 39: | Line 21: | ||
"example": "50", | "example": "50", | ||
"type": "number", | "type": "number", | ||
"default": " | "default": "50" | ||
}, | }, | ||
"font size": { | "font size": { | ||
"description": "Font size, defaults to | "description": "Font size, defaults to 10", | ||
"type": "number", | "type": "number", | ||
"default": " | "default": "10" | ||
} | } | ||
}, | }, | ||
| Line 53: | Line 32: | ||
"paramOrder": [ | "paramOrder": [ | ||
"Hero", | "Hero", | ||
"size", | "size", | ||
"font size" | "font size" | ||
] | ] | ||
} | } | ||
</templatedata><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata><noinclude>[[Category:Template documentation]]</noinclude> | ||