Template:Sidebar: Difference between revisions

From Mainlining Wiki
Jump to navigation Jump to search
Knuxify (talk | contribs)
add style
Knuxify (talk | contribs)
No edit summary
Line 14: Line 14:
"type": "unbalanced-wikitext",
"type": "unbalanced-wikitext",
"required": true
"required": true
},
"class": {
"label": "HTML classes",
"description": "HTML classes to add to the box, space-separated.",
"type": "string"
},
"style": {
"label": "Inline style",
"description": "Inline CSS style to add to the sidebar",
"type": "string"
}
}
},
},
Line 19: Line 29:
"format": "block",
"format": "block",
"paramOrder": [
"paramOrder": [
"content",
"nomobile",
"nomobile"
"class",
"style",
"content"
]
]
}
}
</templatedata>
</templatedata>
</noinclude><includeonly><div class="sidebar {{#if: {{{nomobile|}}}| nomobile|}}">{{{content|{{{1|}}}}}}</div></includeonly>
</noinclude><includeonly><div class="sidebar {{#if: {{{nomobile|}}}|nomobile|}} {{{class|}}}" {{#if: {{{style|}}}|style="{{{style|}}}"|}}>{{{content|{{{1|}}}}}}</div></includeonly>

Revision as of 19:13, 19 February 2025

Common helper template for sidebars.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Do not show on mobilenomobile

no description

Booleanoptional
HTML classesclass

HTML classes to add to the box, space-separated.

Stringoptional
Inline stylestyle

Inline CSS style to add to the sidebar

Stringoptional
Sidebar contentcontent 1

no description

Unbalanced wikitextrequired