Template:InfoboxSection: Difference between revisions
Appearance
Szczypak64 (talk | contribs) Created page with "<includeonly>|-valign="top" {{#if:{{{2|}}}| !width=100{{!}}{{{1|}}} !width=200{{!}}{{{2|}}} }}</includeonly> <noinclude> <pre> |-valign="top" {{#if:{{{2|}}}| !width=100{{!}}{{{1|}}} !width=200{{!}}{{{2|}}} }} </pre> ==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 display..." |
Szczypak64 (talk | contribs) m Protected "Template:InfoboxSection" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
|
Latest revision as of 08:06, December 4, 2024
|-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>