Jump to content

Template:InfoboxSection

From SuperMega Media Wiki


|-valign="top"
{{#if:{{{2|}}}|
!width=100{{!}}{{{1|}}} 
!width=200{{!}}{{{2|}}}
}}

Usage

This template is meant for the Infobox templates to display each section.

Template Data

<templatedata> { "params": { "1": { "label": "Label", "description": "What the section shows. This will be displayed on the left side of the infobox.", "example": "Creator(s)", "type": "string", "suggested": true }, "2": { "label": "Text", "description": "The text to display to the right of the section label.", "example": "Person's Name", "type": "string", "required": true } }, "description": "Add a section for an infobox." } </templatedata>