Difference between revisions of "Template:Navbox:doc"

m
m
Line 22: Line 22:
  
 
===Code===
 
===Code===
<nowiki>{{Navbox|
+
<code>
{{Nowikibreak}}
+
{{Navbox|
|name = doc<!-- File location-->{{Nowikibreak}}
+
|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-->{{Nowikibreak}}
+
|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{{Nowikibreak}}
+
|group1=Group 1 Name
|liststyle1={{Nowikibreak}}
+
|liststyle1=
|list1={{Nowikibreak}}
+
|list1=
* First link{{Nowikibreak}}
+
* First link
* Second link{{Nowikibreak}}
+
* Second link
* Third link{{Nowikibreak}}
+
* Third link
* Note links are HORIZONTAL if liststyle is blank or not included.{{Nowikibreak}}
+
* Note links are HORIZONTAL if liststyle is blank or not included.
  
|group2=Group 2 Name{{Nowikibreak}}
+
|group2=Group 2 Name
|liststyle2=Vertical{{Nowikibreak}}
+
|liststyle2=Vertical
|list2={{Nowikibreak}}
+
|list2=
* First link # 2{{Nowikibreak}}
+
* First link # 2
* Second link #2{{Nowikibreak}}
+
* Second link #2
* Third link #2{{Nowikibreak}}
+
* Third link #2
* Note links are VERTICAL if liststyle is ANYTHING besides blank{{Nowikibreak}}
+
* Note links are VERTICAL if liststyle is ANYTHING besides blank
}}</nowiki>
+
}}
 +
</code>

Revision as of 23:48, 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

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>