« Modèle:Clear/doc » : différence entre les versions

De Adadov.net wiki
(Page créée avec « {{Documentation subpage}} <includeonly>{{pp-template|small=yes}}</includeonly> This template adds <code><div style="clear:both;"></div></code>; for technical... »)
 
Aucun résumé des modifications
Ligne 3 : Ligne 3 :


This template adds <code>&lt;div style="clear:both;"&gt;&lt;/div&gt;</code>;
This template adds <code>&lt;div style="clear:both;"&gt;&lt;/div&gt;</code>;
for technical XHTML details, see [[Template talk:Clear]].


{{tlx|clear}}: Makes content wait until existing content is completed in all columns.  Often used to stop text from flowing next to unrelated images.
{{tlx|clear}}: Makes content wait until existing content is completed in all columns.  Often used to stop text from flowing next to unrelated images.
Ligne 30 : Ligne 29 :


===TemplateData===
===TemplateData===
{{TemplateDataHeader}}
<templatedata>{
<templatedata>{
   "description": "Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.",
   "description": "Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.",

Version du 6 février 2015 à 01:23


This template adds <div style="clear:both;"></div>;

{{clear}}: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images.

Usage

Modèle:Nosubst

{{clear}}
{{clear|left}}
{{clear|right}}

Example without Modèle:Tnf

Modèle:Lorem

New section without template

See how this section starts at the right of the image?

Example that uses Modèle:Tnf

Modèle:Lorem
{{clear}}

New section with template

See how this section appears below the image?

TemplateData

Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.

Paramètres du modèle

ParamètreDescriptionTypeÉtat
side1

can be 'right' or 'left' so content is delayed until just the right or left column is complete. The default clears both columns.

Chaînefacultatif

See also