Difference between revisions of "Template:Navigation:doc"

m
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Template:Navigation==
 
==Template:Navigation==
  
 +
{{Navigation|
 +
|name = doc<!-- File location-->
 +
|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===
 
<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 9: 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 17: 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 }}