Array

Template:Navbox:doc: Difference between revisions

(Created page with "==Template:Navigation== {{Navbox| |name = doc<!-- File location--> |background_color = red <!-- Can be HTML color, or a hex code such as #FF000. If empty, defaults to the pal...")
 
mNo edit summary
Line 22: Line 22:


===Code===
===Code===
<nowiki>{{Navbox|
<nowiki>{{Navbox|{{nowikibreak}}
|name = doc<!-- File location-->
|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--></nowiki><br><br>
|background_color = red <!-- Can be HTML color, or a hex code such as #FF000. If empty, defaults to the pale blue FAIR standard-->{{nowikibreak}}
<nowiki>|group1=Group 1 Name
|group1=Group 1 Name{{nowikibreak}}
|liststyle1=
|liststyle1={{nowikibreak}}
|list1=
|list1={{nowikibreak}}
* First link
* First link{{nowikibreak}}
* Second link
* Second link{{nowikibreak}}
* Third link
* Third link{{nowikibreak}}
* Note links are HORIZONTAL if liststyle is blank or not included.
* Note links are HORIZONTAL if liststyle is blank or not included.{{nowikibreak}}


|group2=Group 2 Name
|group2=Group 2 Name{{nowikibreak}}
|liststyle2=Vertical
|liststyle2=Vertical{{nowikibreak}}
|list2=
|list2={{nowikibreak}}
* First link # 2
* First link # 2{{nowikibreak}}
* Second link #2
* Second link #2{{nowikibreak}}
* Third link #2
* Third link #2{{nowikibreak}}
* Note links are VERTICAL if liststyle is ANYTHING besides blank
* Note links are VERTICAL if liststyle is ANYTHING besides blank{{nowikibreak}}
}}</nowiki>
}}</nowiki>

Revision as of 05:46, 26 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}} }}