Template:-/doc: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
Created page with "{{Languages|Template:Clear/doc}} {{documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{tsh|-|clr}} 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:..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|Template:Clear/doc}}
This is documentation for the {{PAGENAME}} Template.
{{documentation subpage}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{tsh|-|clr}}
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>
<includeonly>{{Sandbox other||
<!-- Categories below this line; interwikis at Wikidata -->
[[Category:Formatting templates{{#translation:}}]]
[[Category:Typing-aid templates{{#translation:}}]]
[[Category:Utility templates{{#translation:}}]]
}}</includeonly>

Latest revision as of 05:24, 13 September 2024

This is documentation for the -/doc Template.