Difference between revisions of "Template:Flatlist/doc"

From EVE University Wiki
Jump to: navigation, search
(Shown off how the template works)
 
m
Line 1: Line 1:
  
 
;Description
 
;Description
:This template is used to create a horizontal list of items separated by middots ( · ).
+
:This template is used to create a horizontal list of items separated by middots.
 
:Its primary purpose is to format lists inside [[Template:Navbox]].
 
:Its primary purpose is to format lists inside [[Template:Navbox]].
 
;Dependencies:
 
;Dependencies:

Revision as of 19:48, 11 April 2022

Description
This template is used to create a horizontal list of items separated by middots.
Its primary purpose is to format lists inside Template:Navbox.
Dependencies
Syntax
See Sample output
Sample output
{{flatlist|
* [[EVE University]]
* [[EVE University Management]]
* [[EVE University Rules]]
}}
gives...
{{flatlist|
# [[EVE University]]
# [[EVE University Management]]
# [[EVE University Rules]]
}}
gives...
{{flatlist|
* [[EVE University]]

* [[EVE University Management]]
* [[EVE University Rules]]
}}
gives...
{{flatlist|
* [[EVE University]]
** [[EVE University Management]]
** [[EVE University Rules]]
}}
gives...
See also