Template:Float/doc: Difference between revisions

m
wikify and add an example
No edit summary
m (wikify and add an example)
Line 12:
'''One-line [[Template:Navbox|navbox]] using its image parameter:'''
{{Navbox
| name = Float/doc
| state = expandeduncollapsed
| title = [[Imperial Japanese Navy]]
| listclass = hlist
| image = [[ImageFile:Naval Ensign of Japan.svg|24px|border|Naval Ensign of Japan]]
| list1 = <div>
[[Imperial Japanese Navy admirals|Admirals]]{{·}}
* [[Battles of the Imperial Japanese Navy admirals|BattlesAdmirals]]{{·}}
* [[ListBattles of shipsthe of theImperial Japanese Navy|ShipsBattles]]{{·}}
* [[List of aircraftships of the Japanese Navy|AircraftShips]]{{·}}
* [[List of weaponsaircraft of the Japanese Navy|WeaponsAircraft]]
* [[List of weapons of the Japanese Navy|Weapons]]
</div>
}}
 
'''Same navbox using <code><nowiki>{{float}}</nowiki></code>:'''
{{Navbox
| name = Float/doc
| state = expandeduncollapsed
| title = [[Imperial Japanese Navy]]
|list1 listclass = <div>hlist
| list1 = {{float|top=-0.1em|[[ImageFile:Naval Ensign of Japan.svg|24px|border|Naval Ensign of Japan]]}}
* [[Imperial Japanese Navy admirals|Admirals]]{{·}}
* [[Battles of the Imperial Japanese Navy|Battles]]{{·}}
* [[List of ships of the Japanese Navy|Ships]]{{·}}
* [[List of aircraft of the Japanese Navy|Aircraft]]{{·}}
* [[List of weapons of the Japanese Navy|Weapons]]
</div>
}}
 
'''One-line [[Template:Navbox|navbox]] using its image parameter and liststyle with padding-left set to the image width:'''
Note how the links in the latter are centered relative to the whole template, unlike the former.
{{Navbox
| name = Float/doc
| state = uncollapsed
| title = [[Imperial Japanese Navy]]
| listclass = hlist
| image = [[File:Naval Ensign of Japan.svg|24px|border|Naval Ensign of Japan]]
| liststyle = padding-left: 24px
| list1 =
* [[Imperial Japanese Navy admirals|Admirals]]{{·}}
* [[Battles of the Imperial Japanese Navy|Battles]]
* [[List of ships of the Japanese Navy|Ships]]
* [[List of aircraft of the Japanese Navy|Aircraft]]
* [[List of weapons of the Japanese Navy|Weapons]]
}}
 
Note how the links in the lattersecond two examples are centered relative to the whole template, unlike in the formerfirst example.
 
<includeonly>
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
[[pt:Predefinição:Float]]
[[tr:Şablon:Float]]
Anonymous user