Difference between revisions of "Template:Navigation:doc"

m
m
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{{Navigation|
 
{{Navigation|
|name = /doc<!-- File location-->
+
|name = doc<!-- File location-->
 
|group1=Group 1 Name
 
|group1=Group 1 Name
 
|liststyle1=
 
|liststyle1=
Line 9: Line 9:
 
* Second link
 
* Second link
 
* Third link
 
* Third link
* Note links are horizontal l if liststyle is blank or not included.
+
* Note links are HORIZONTAL if liststyle is blank or not included.
  
 
|group2=Group 2 Name
 
|group2=Group 2 Name
Line 17: Line 17:
 
* Second link #2
 
* Second link #2
 
* Third link #2
 
* Third link #2
* Note links are vertical l if liststyle is ANYTHING besides blank
+
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
}}
 
}}
  
 
===Code===
 
===Code===
 
<nowiki>{{Navigation|
 
<nowiki>{{Navigation|
|name = Navigation/doc<!-- File location-->
+
|name = doc<!-- File location value AFTER "Navigation and the colon (this one is Navigation:doc)-->
 
|group1=Group 1 Name
 
|group1=Group 1 Name
 
|liststyle1=
 
|liststyle1=
Line 29: Line 29:
 
* Second link
 
* Second link
 
* Third link
 
* Third link
* Note links are horizontal l if liststyle is blank or not included.
+
* Note links are HORIZONTAL if liststyle is blank or not included.
  
 
|group2=Group 2 Name
 
|group2=Group 2 Name
Line 37: Line 37:
 
* Second link #2
 
* Second link #2
 
* Third link #2
 
* Third link #2
* Note links are vertical l if liststyle is ANYTHING besides blank
+
* Note links are VERTICAL if liststyle is ANYTHING besides blank
 
}}</nowiki>
 
}}</nowiki>

Latest revision as of 23:42, 25 March 2024

Template:Navigation

V
Articles about doc
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

{{Navigation| |name = doc<!-- File location value AFTER "Navigation and the colon (this one is Navigation:doc)--> |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 }}