Line 1:
Line 1:
−
<tr>{{ #if: {{{title|}}} | <th style="width: 25%{{#if:{{{style|}}}||{{{style}}}}}">{{{title}}}</th><td>{{{list}}}</td> | <td colspan="2" align="center">{{{list}}}</td> }}</tr><noinclude>
+
<tr>{{ #if: {{{title|}}} | <th style="width: 25%{{#if:{{{color|}}}|;background-color:{{{color}}};|}}">{{{title}}}</th><td {{#if:{{{center|}}}|style="text-align:center;"}}>{{{list}}}</td> | <td colspan="2" style="text-align:center;">{{{list}}}</td> }}</tr>
+
<noinclude>
Part of a [[:Template:Navbox|navigational box]].
Part of a [[:Template:Navbox|navigational box]].
−
[[Category:Technical templates]][[Category:Templates]]</noinclude>
+
[[Category:Technical templates]][[Category:Templates]]
+
{{navbox
+
|name=Navbox|Navigational box|
+
{{navboxrow
+
|title={{Color|white|Row Title}}
+
|color=#D36488
+
|list=Item{{•}}Item2{{•}}Item3{{•}}Item4{{•}}Item5
+
}}
+
{{navboxrow
+
|list=Item{{•}}Item2{{•}}Item3{{•}}Item4{{•}}Item5
+
}}
+
{{navboxrow
+
|list = <tr><th colspan="2">Header
+
}}
+
{{navboxrow
+
|title={{Color|white|Centered title row}}
+
|color=#EB75D0
+
|list=Item{{•}}Item2{{•}}Item3{{•}}Item4{{•}}Item5
+
|center=1
+
}}
+
}}
+
</noinclude>