Difference between revisions of "Template:Flatlist/doc"
From EVE University Wiki
m (Make the notes text about a = in a parameter more general.) |
m (Add dependencies.) |
||
Line 7: | Line 7: | ||
:: hlist class in [[MediaWiki:Common.css|Common.css]] | :: hlist class in [[MediaWiki:Common.css|Common.css]] | ||
: used by: | : used by: | ||
+ | :: {{T|AnomicMissionNav}} | ||
+ | :: {{T|COREClassNav}} | ||
+ | :: {{T|EVEUniversityNav}} | ||
:: {{T|GasNebulaeNav}} | :: {{T|GasNebulaeNav}} | ||
+ | :: {{T|GettingStartedNav}} | ||
+ | :: {{T|Incursions sites horizontal}} | ||
:: {{T|Limited time events}} | :: {{T|Limited time events}} | ||
+ | :: {{T|Mining Links}} | ||
+ | :: {{T|Missionrelated}} | ||
+ | :: {{T|UniWikiNav}} | ||
; Syntax | ; Syntax |
Revision as of 14:19, 20 June 2022
- Description
- This template is used to create a horizontal list of items separated by
middotslittle circles ○[note 1]. - Its primary purpose is to format lists inside {{Navbox}}.
- Dependencies
- uses:
- hlist class in Common.css
- used by:
- {{AnomicMissionNav}}
- {{COREClassNav}}
- {{EVEUniversityNav}}
- {{GasNebulaeNav}}
- {{GettingStartedNav}}
- {{Incursions sites horizontal}}
- {{Limited time events}}
- {{Mining Links}}
- {{Missionrelated}}
- {{UniWikiNav}}
- Syntax
- See Sample output
- Sample output
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...{{flatlist| * [[EVE University]] ** [[EVE University Management]] ** [[EVE University Rules]] }}
gives...{{flatlist|1= * [https://forum.eveuniversity.org/viewforum.php?f=270 EVE University Wiki Forum] * [[EVE University Management]] * [[EVE University Rules]] }}
- See also
- Notes
- It is a known Wiki parser limitation that the first equal sign '=' in a parameter will be interpreted as a special character. To avoid such an issue with parameters containing a =, explicitly "name" the parameter i.e.
{{flatlist|1=
.