Vorlage:Float/doc: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
 
imported>Oetterer
Keine Bearbeitungszusammenfassung
 
Zeile 21: Zeile 21:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2
Zeile 35: Zeile 35:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2
Zeile 52: Zeile 52:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2
Zeile 66: Zeile 66:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2
Zeile 83: Zeile 83:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2
Zeile 97: Zeile 97:
| title = Title for box
| title = Title for box
| listclass = hlist
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File:Nuvola apps bookcase.png|24px|border|Naval Ensign of Japan]]}}
| list1 = {{float|top=-0.1em|[[File:{{Image mapper|Nuvola apps bookcase}}|24px|border|Naval Ensign of Japan]]}}
* Bullet 1
* Bullet 1
* Bullet 2
* Bullet 2

Aktuelle Version vom 16. Februar 2018, 10:35 Uhr

Use {{float}} to "float" items - i.e. position them - so they do not affect the alignment or formatting of other items (such as text) nearby.

  • {{float|item}} floats item on the righthand edge of a page/area.
  • {{float|left|item}} floats item on the lefthand edge of a page/area.
  • {{float |top= |right= |bottom= |left= |width= |item}}

|item is the only required parameter. The optional parameters top, right, bottom and left indicate how far from their respective positions the item is to be positioned. The width of the item may also be specified. Any established HTML/CSS units may be used so long as they are specified (for example, {{float |top=2.0em |left=2px |width=10em |Blah}}).

Examples

Note how the links in the second two examples are centered relative to the whole template, unlike those in the first example.

Example 1

One-line navbox using its image parameter:

Example 2

Same navbox using {{float}} instead of the image parameter:

Alternatives for navigational boxes

Same navbox using its image parameter and liststyle with padding-left set to the image width:

See also