Template:Sidebar: Difference between revisions

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>