Template:-/doc: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
Shorthand for <syntaxhighlight inline lang="html"><div style="clear: both;"></div></syntaxhighlight>.
Shorthand for <syntaxhighlight inline lang="html"><div style="clear: both;"></div></syntaxhighlight>.
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"description": "Clear floating block-level elements without line break",
"params": {
"1": {
"label": "clear",
"description": "CSS clear: left, right, both, none",
"default": "both",
"type": "string"
}
}
}
</templatedata>

Revision as of 04:57, 13 September 2024

<templatestyles src="Module:Message box/ombox.css"></templatestyles>

Shorthand for <div style="clear: both;"></div>.