Template:Hero Navbox/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{TS|Navbox/styles.css}} | {{TS|Hero Navbox/styles.css}} | ||
== Usage == | == Usage == | ||
This navbox template displays [[Heroes]], and should be added at the end of the page. | This navbox template displays [[Heroes]], and should be added at the end of the page. | ||
| Line 16: | Line 16: | ||
Specific parameters for a bigger navbox: | Specific parameters for a bigger navbox: | ||
<pre> | <pre> | ||
{{Hero Navbox|text_size=16|card_size=132 | {{Hero Navbox|text_size=16|card_size=132}} | ||
</pre> | </pre> | ||
{{Hero Navbox|text_size=16|card_size=132 | {{Hero Navbox|text_size=16|card_size=132}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"text_size": {}, | "text_size": { | ||
"card_size": { | "label": "Text Size", | ||
"description": "Size of the text on the card. Dont put 'px' at the end.", | |||
"type": "number", | |||
"default": "13", | |||
"suggestedvalues": ["13, 14"] | |||
}, | |||
"card_size": { | |||
"label": "Card Size", | |||
"description": "Size of the hero card. Dont put 'px' at the end", | |||
"type": "number", | |||
"default": "88", | |||
"suggestedvalues": ["80, 88"] | |||
} | |||
}, | }, | ||
"description": " ", | "description": " ", | ||
Latest revision as of 15:01, 15 July 2026
This template uses CSS found at Hero Navbox/styles.css.
Usage
[edit source]This navbox template displays Heroes, and should be added at the end of the page.
It appears at the bottom of individual hero pages like Abrams and on the home page.
The code for cards is at Template:Hero card2.
Examples
[edit source]Default parameters for a smaller navbox:
{{Hero Navbox}}
Heroes
Specific parameters for a bigger navbox:
{{Hero Navbox|text_size=16|card_size=132}}
Heroes
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text Size | text_size | Size of the text on the card. Dont put 'px' at the end.
| Number | optional |
| Card Size | card_size | Size of the hero card. Dont put 'px' at the end
| Number | optional |





































