Template:Navbox: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div id="main-navbox" class="navbox" role="navigation"> | <div id="main-navbox" class="navbox" role="navigation"> | ||
<div style="width: 380px; height: 24px; border-radius: 10px 10px 0px 0px; background: #2f303d; color: #f5f5f5; font-family: bebas neue; font-size: 1.2em;"> | <div style="width: {{{380px}}}; height: 24px; border-radius: 10px 10px 0px 0px; background: #2f303d; color: #f5f5f5; font-family: bebas neue; font-size: 1.2em;"> | ||
{{{title}}} | {{{title}}} | ||
</div> | </div> | ||
| Line 17: | Line 17: | ||
"params": { | "params": { | ||
"title": {}, | "title": {}, | ||
"text": {} | "text": {}, | ||
} | "width": { | ||
"suggestedvalues": [ | |||
"380px" | |||
] | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"text", | |||
"width" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 19:51, 28 July 2023
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| text | text | no description | Unknown | optional |
| width | width | no description
| Unknown | optional |