Template:Div: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
(Created template)
 
mNo edit summary
Line 1: Line 1:
<includeonly><{{#if:{{{1|}}}|div style="{{{1|}}}"|div}}></includeonly><noinclude>
<includeonly><{{#if:{{{class|}}}|{{#if:{{{style|}}}|div class="{{{class|}}}" style="{{{style|}}}"|div class="{{{class|}}}"}}|{{#if:{{{style|}}}|div style="{{{style|}}}"|div}}}}></includeonly><noinclude>
==Purpose==
==Purpose==
This template is used to create a div tag where otherwise bugs prevent them from working.
This template is used to create a div tag where otherwise bugs prevent them from working.
Line 12: Line 12:
For a div tag with style parameters, use it like this:
For a div tag with style parameters, use it like this:
{{Float|left}}<pre>
{{Float|left}}<pre>
{{div|[enter style parameters here as you normally would within a div tag's quotations]}}{{/div}}</pre>
{{div|style=[enter style parameters here as you normally would within a div tag's quotations]}}{{/div}}</pre>
{{Float|end}}
{{Float|end}}
{{clear}}
If you need to add a class, use:
{{Float|left}}<pre>
{{div|class=[class name here]}}{{/div}}</pre>
{{Float|end}}
{{clear}}
and
{{Float|left}}<pre>
{{div|class=[class name here]|style=[enter style parameters here as you normally would within a div tag's quotations]}}{{/div}}</pre>
{{Float|end}}
{{clear}}
{{Cat|Workaround Templates}}
{{Cat|Workaround Templates}}
</noinclude>
</noinclude>