Actions

Template

Difference between revisions of "InfoBox"

m (Spacing)
m (Fixed all spacing)
Line 1: Line 1:
<includeonly><div class="info-box-outer"><table class="info-box"><tr><th class="infobox-title" colspan="2">{{{title}}}</th>{{{infoBoxTable|}}}</tr></table></div></includeonly><noinclude>{{InfoBox|title=Test infobox|infoBoxTable=<tr><td>Test stuff here</td><td>And here</td>}}This is some text<templatedata>{"params": {"title": {"label": "Title","description": "The title of the info box","example": "Templar Order","type": "string","required": true},"infoBoxTable": {"label": "Info box template","description": "The template table to show in the infobox","type": "unbalanced-wikitext","required": true}}}</templatedata></noinclude>
+
<includeonly>
 +
    <div class="info-box-outer">
 +
        <table class="info-box">
 +
            <tr>
 +
                <th class="infobox-title" colspan="2">{{{title}}}</th>
 +
                {{{infoBoxTable|}}}
 +
            </tr>
 +
        </table>
 +
    </div>
 +
<!-- Do not seperate these tags! -->
 +
</includeonly><noinclude>{{InfoBoxSandbox
 +
|title=Test infobox
 +
|infoBoxTable=
 +
<tr>
 +
    <td>Test stuff here</td>
 +
    <td>And here</td>
 +
}}
 +
    <templatedata>
 +
        {
 +
            "params": {
 +
                "title": {
 +
                    "label": "Title",
 +
                    "description": "The title of the info box",
 +
                    "example": "Templar Order",
 +
                    "type": "string",
 +
                    "required": true
 +
                },
 +
                "infoBoxTable": {
 +
                    "label": "Info box template",
 +
                    "description": "The template table to show in the infobox",
 +
                    "type": "unbalanced-wikitext",
 +
                    "required": true
 +
                }
 +
            }
 +
        }
 +
    </templatedata>
 +
</noinclude>

Revision as of 19:18, 28 November 2020

Test infobox
Test stuff here And here

No description.

Template parameters

ParameterDescriptionTypeStatus
Titletitle

The title of the info box

Example
Templar Order
Stringrequired
Info box templateinfoBoxTable

The template table to show in the infobox

Unbalanced wikitextrequired