Difference between revisions of "Template:Navbox:doc"

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

Revision as of 23:47, 25 March 2024

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


Code

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