Hoppa till innehållet

Mall:Clear: Skillnad mellan sidversioner

Från Plutten
Skapade sidan med '<includeonly><div style="clear:{{{1|both}}}"></div></includeonly><noinclude> {{documentation}} Category:Float templates Category:Image templates <templatedata> { "params": { "1": { "label": "Clear side", "description": "The side that should be cleared.", "type": "string", "suggestedvalues": [ "left", "both", "right" ], "default": "both", "autovalue": "both", "suggested": true } }, "description": "This template allows yo...'
 
m Importerad från sv.wikipedia.org via wiki_copy.py
 
Rad 1: Rad 1:
<includeonly><div style="clear:{{{1|both}}}"></div></includeonly><noinclude>
<includeonly>{{#switch:{{{1|}}}
{{documentation}}
|vänster|left=<div style="clear:left;"></div>
 
|höger|right=<div style="clear:right;"></div>
[[Category:Float templates]]
|#default=<div style="clear:both;"></div>
[[Category:Image templates]]
}}</includeonly><noinclude>{{Dokumentation}}</noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Clear side",
"description": "The side that should be cleared.",
"type": "string",
"suggestedvalues": [
"left",
"both",
"right"
],
"default": "both",
"autovalue": "both",
"suggested": true
}
},
"description": "This template allows you to clear the left side, right side, or both sides of the page. Clearing means that the content following the template will not be displayed until the existing content on the specified sides (for example, \"hanging\" or floating images or blocks) is displayed completely. This template is often used so that the text does not flow around unrelated images."
}
</templatedata></noinclude>

Nuvarande version från 11 februari 2026 kl. 15.46

[visa] [redigera] [rensa sidcachen]


Användning

[redigera wikitext]

Denna mall fixar layoutproblem med sektionsrubriker som hamnar bredvid bilder.

Mallen genererar samma resultat som HTML- och CSS-koderna <br clear="all"> eller <div style="clear:both;"></div> Se informationen på engelskspråkiga Wikipedia för detaljer.

<br clear="all"> stöds dessutom inte längre av HTML5.

Parametrar

[redigera wikitext]
{{Clear}}

eller

{{Clear|vänster}}

eller

{{Clear|höger}}