Difference between revisions of "Template:Flatlist/doc"
From EVE University Wiki
m |
m (Update dependencies.) |
||
Line 1: | Line 1: | ||
+ | ; Description | ||
+ | : This template is used to create a horizontal list of items separated by <s>middots</s> little circles ○<ref group="note">Still have to find the formal name of these.</ref>. | ||
+ | : Its primary purpose is to format lists inside {{T|Navbox}}. | ||
− | ; | + | ; Dependencies: |
− | : | + | : uses: |
− | : | + | :: hlist class in [[MediaWiki:Common.css|Common.css]] |
− | + | : used by: | |
− | : | + | :: {{T|GasNebulaeNav}} |
− | ;Syntax | + | :: {{T|Limited time events}} |
− | :See '''Sample output''' | + | |
− | ;Sample output | + | ; Syntax |
− | + | : See '''Sample output''' | |
− | {{flatlist| | + | |
+ | ; Sample output | ||
+ | : {{Code|<nowiki>{{flatlist| | ||
* [[EVE University]] | * [[EVE University]] | ||
* [[EVE University Management]] | * [[EVE University Management]] | ||
* [[EVE University Rules]] | * [[EVE University Rules]] | ||
}} | }} | ||
− | </nowiki> | + | </nowiki>}} gives ... |
− | |||
{{flatlist| | {{flatlist| | ||
* [[EVE University]] | * [[EVE University]] | ||
Line 22: | Line 26: | ||
}} | }} | ||
− | + | ||
− | {{flatlist| | + | : {{Code|<nowiki>{{flatlist| |
# [[EVE University]] | # [[EVE University]] | ||
# [[EVE University Management]] | # [[EVE University Management]] | ||
# [[EVE University Rules]] | # [[EVE University Rules]] | ||
}} | }} | ||
− | </nowiki> | + | </nowiki>}} gives... |
− | |||
{{flatlist| | {{flatlist| | ||
# [[EVE University]] | # [[EVE University]] | ||
Line 36: | Line 39: | ||
}} | }} | ||
− | + | ||
− | {{flatlist| | + | : {{Code|<nowiki>{{flatlist| |
* [[EVE University]] | * [[EVE University]] | ||
Line 43: | Line 46: | ||
* [[EVE University Rules]] | * [[EVE University Rules]] | ||
}} | }} | ||
− | </nowiki> | + | </nowiki>}} gives... |
− | |||
{{flatlist| | {{flatlist| | ||
* [[EVE University]] | * [[EVE University]] | ||
Line 52: | Line 54: | ||
}} | }} | ||
− | + | ||
− | {{flatlist| | + | : {{Code|<nowiki>{{flatlist| |
* [[EVE University]] | * [[EVE University]] | ||
** [[EVE University Management]] | ** [[EVE University Management]] | ||
** [[EVE University Rules]] | ** [[EVE University Rules]] | ||
}} | }} | ||
− | </nowiki> | + | </nowiki>}} gives... |
− | |||
{{flatlist| | {{flatlist| | ||
* [[EVE University]] | * [[EVE University]] | ||
Line 65: | Line 66: | ||
** [[EVE University Rules]] | ** [[EVE University Rules]] | ||
}} | }} | ||
− | ;See also: | + | |
+ | |||
+ | ; See also: | ||
:* [[Template:Navbox]] | :* [[Template:Navbox]] | ||
+ | |||
+ | ; Notes | ||
+ | : <references group="note" /> | ||
<includeonly>[[Category:Formatting templates|{{PAGENAME}}]]</includeonly> | <includeonly>[[Category:Formatting templates|{{PAGENAME}}]]</includeonly> | ||
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 16:49, 12 April 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:
- {{GasNebulaeNav}}
- {{Limited time events}}
- 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]] }}
- See also
- Notes