Difference between revisions of "Template:Navbox:doc"

m
m
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Template:Navigation==
+
=Edit this page to see code=
 +
==Template:Navbox==
  
 
{{Navbox|
 
{{Navbox|
|name = doc<!-- File location-->
+
|state=expanded <!-- If blank or not included, starts in collapsed mode -->
|background_color = red <!-- Can be HTML color, or a hex code such as #FF000. If empty, defaults to the pale blue FAIR standard-->
+
|background_color=#ff0000 <!-- HTML color names or #ff0000 (hex code). Leave blank or exclude to default to FAIR standard-->
 +
|title = The title of the box
 
|group1=Group 1 Name
 
|group1=Group 1 Name
 
|liststyle1=
 
|liststyle1=
Line 19: Line 21:
 
* Third link #2
 
* Third link #2
 
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
* Note links are VERTICAL if liststyle is ANYTHING besides blank
}}
 
  
===Code===
+
|group3=Group 3 Name
<code>
+
|linkstyle3=
{{Navbox|
+
|list3=Note that if "state=expanded" is included, will begin in an open, rather than closed form.
|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>
 

Latest revision as of 00:02, 26 March 2024

Edit this page to see code

Template:Navbox

The title of the box
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
Group 3 Name
Note that if "state=expanded" is included, will begin in an open, rather than closed form.