Difference between revisions of "Template:Navbox:doc"

m
m
Line 1: Line 1:
 +
=Edit this page to see code=
 
==Template:Navigation==
 
==Template:Navigation==
  
Line 20: Line 21:
 
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
}}
 
}}
 
===Code===
 
<code>
 
{{Navbox|
 
|name = doc<!-- File location-->
 
|background_color = red <!-- Can be HTML color, or a hex code such as #FF000. If empty, defaults to the pale blue FAIR standard-->
 
|group1=Group 1 Name
 
|liststyle1=
 
|list1=
 
* First link
 
* Second link
 
* Third link
 
* Note links are HORIZONTAL if liststyle is blank or not included.
 
 
|group2=Group 2 Name
 
|liststyle2=Vertical
 
|list2=
 
* First link # 2
 
* Second link #2
 
* Third link #2
 
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
}}
 
</code>
 

Revision as of 23:51, 25 March 2024

Edit this page to see code

Template:Navigation

Group 1 Name
  • First link
  • Second link
  • Third link
  • Note links are HORIZONTAL if liststyle is blank or not included.
Group 2 Name
  • First link # 2
  • Second link #2
  • Third link #2
  • Note links are VERTICAL if liststyle is ANYTHING besides blank