Template:Float/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (wikify and add an example)
No edit summary
Line 10: Line 10:


===Examples===
===Examples===
; Example 1
'''One-line [[Template:Navbox|navbox]] using its image parameter:'''
'''One-line [[Template:Navbox|navbox]] using its image parameter:'''
{{Navbox
{{Navbox
Line 24: Line 25:
* [[List of weapons of the Japanese Navy|Weapons]]
* [[List of weapons of the Japanese Navy|Weapons]]
}}
}}
{{hidden begin|title=Code for Example 1|toggle = left}}
<pre>
{{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]]
| 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]]
}}
</pre>
{{hidden end}}


; Example 2
'''Same navbox using <code><nowiki>{{float}}</nowiki></code>:'''
'''Same navbox using <code><nowiki>{{float}}</nowiki></code> instead of the image parameter:'''
{{Navbox
{{Navbox
| name = Float/doc
| name = Float/doc
Line 38: Line 57:
* [[List of weapons of the Japanese Navy|Weapons]]
* [[List of weapons of the Japanese Navy|Weapons]]
}}
}}
{{hidden begin|title=Code for Example 2|toggle = left}}
<pre>
{{Navbox
| name = Float/doc
| state = uncollapsed
| title = [[Imperial Japanese Navy]]
| listclass = hlist
| list1 = {{float|top=-0.1em|[[File: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]]
}}
</pre>
{{hidden end}}


; Example 3
'''One-line [[Template:Navbox|navbox]] using its image parameter and liststyle with padding-left set to the image width:'''
'''Same navbox using its image parameter and liststyle with padding-left set to the image width:'''
{{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]]
}}
{{hidden begin|title=Code for Example 3|toggle = left}}
<pre>
{{Navbox
{{Navbox
| name = Float/doc
| name = Float/doc
Line 54: Line 106:
* [[List of weapons of the Japanese Navy|Weapons]]
* [[List of weapons of the Japanese Navy|Weapons]]
}}
}}
</pre>
{{hidden end}}


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