Jump to content

Template:InfoboxSection

From SuperMega Media Wiki
Revision as of 08:06, December 4, 2024 by Szczypak64 (talk | contribs) (Protected "Template:InfoboxSection" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


|-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>