RogerDodger (talk | contribs) (Created page with "<includeonly><templatestyles src="Navbox/style.css"/> <div class="navbox border-blue-30"> {{{1}}} </div></includeonly><noinclude>{{documentation}}</noinclude>") |
RogerDodger (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="Navbox/style.css"/> | <includeonly><templatestyles src="Navbox/style.css"/> | ||
<div class="navbox border-blue-30"> | <div class="navbox border-blue-30"> | ||
{{{ | {| | ||
! class="bg-grey-03" | {{{heading1}}} | |||
|- | |||
| {{{links1}}} | |||
|- | |||
{{#if:{{{heading2|}}}| | |||
! class="bg-grey-03" | {{{heading2}}} | |||
{{!}} {{{links2}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{heading3|}}}| | |||
! class="bg-grey-03" | {{{heading3}}} | |||
{{!}} {{{links3}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{heading4|}}}| | |||
! class="bg-grey-03" | {{{heading4}}} | |||
{{!}} {{{links4}}} | |||
{{!}}- | |||
}} | |||
|} | |||
</div></includeonly><noinclude>{{documentation}}</noinclude> | </div></includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 03:37, 3 July 2021
This template uses TemplateStyles: | |
Shortcut template for making tables with Template:Navbox/style.css. Less flexible than just making the table yourself, but a bit cleaner.
Usage
{{Navbox|
|width=100%
|marginTop=0.8rem
|borderWidth=2px 1px 0 1px
|heading1=Navbox heading
|links1={{Dotlist|
* [[Link 1.0]]
* [[Link 1.1]]}}
|heading2=Another heading
|links2=[[Link 2.0]], [[Link 2.1]]
|heading3=More headings
|links3=[[Link 3]]
|heading4=Last heading
|links4=[[Final link]]
}}
Example
- The above documentation is from Template:Navbox/doc
- Editors should experiment in this template’s sandbox and testcases pages