Template:InfoBox: Difference between revisions
From Aphelium
(Created page with "<div class="infobox"> <div class="infobox-name">{{{name}}}</div> <div class="infobox-image"> [[File: {{{image|}}}]] </div> <div class="infobox-description">{{{description|}}}</div> <div class="infobox-separator">Information</div> <table> {{#if: {{{ui_per_block|}}} <tr> <th>UI per block</th> <td>{{{ui_per_block}}} </tr> }} </table> </div>") |
No edit summary |
||
Line 15: | Line 15: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"description": { | |||
"label": "D", | |||
"description": "Description", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"ui_per_block": {} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 21:49, 20 May 2023
{{{name}}}
[[File: ]]
Information
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | String | required |
Image | image | no description | String | suggested |
D | description | Description | Content | suggested |
ui_per_block | ui_per_block | no description | Unknown | optional |