Difference between revisions of "Template:Flatlist/doc"
From EVE University Wiki
m (Fixed redlink) |
Iis Foolio (talk | contribs) m (Put a link to a possible name for the unidentified/nameless) |
||
Line 97: | Line 97: | ||
: 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.<code><nowiki>{{flatlist|1=</nowiki></code>. | : 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.<code><nowiki>{{flatlist|1=</nowiki></code>. | ||
: <references group="note" /> | : <references group="note" /> | ||
+ | :: Looks to be named "white circle" by the Unicode docs - [https://www.compart.com/en/unicode/U+25CB#UNC_DB] | ||
<includeonly>[[Category:Formatting templates]]</includeonly> | <includeonly>[[Category:Formatting templates]]</includeonly> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 14:05, 22 April 2023
- 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}}
- {{EVE University}}
- {{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=
.
- Looks to be named "white circle" by the Unicode docs - [1]