Difference between revisions of "Template:Navigation:doc"

m
m
Line 1: Line 1:
 
==Template:Navigation==
 
==Template:Navigation==
  
 +
{{Navigation|
 +
|name = Navigation/doc<!-- File location-->
 +
|group1=Group 1 Name
 +
|liststyle1=
 +
|list1=
 +
* First link
 +
* Second link
 +
* Third link
 +
* Note links are horizontal l 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 l if liststyle is ANYTHING besides blank
 +
}}
 +
 +
===Code===
 
<nowiki>{{Navigation|
 
<nowiki>{{Navigation|
 
|name = Navigation/doc<!-- File location-->
 
|name = Navigation/doc<!-- File location-->

Revision as of 23:40, 25 March 2024

Template:Navigation

Articles about Navigation/doc
Group 1 Name
  • First link
  • Second link
  • Third link
  • Note links are horizontal l if liststyle is blank or not included.
Group 2 Name
  • First link # 2
  • Second link #2
  • Third link #2
  • Note links are vertical l if liststyle is ANYTHING besides blank

Code

{{Navigation| |name = Navigation/doc<!-- File location--> |group1=Group 1 Name |liststyle1= |list1= * First link * Second link * Third link * Note links are horizontal l 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 l if liststyle is ANYTHING besides blank }}