Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Flatlist/doc: Difference between revisions

Template page
Arin Mara (talk | contribs)
mNo edit summary
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 &#9675;<ref group="note">Still have to find the formal name of these.</ref>.
: Its primary purpose is to format lists inside {{T|Navbox}}.


;Description
; Dependencies:
:This template is used to create a horizontal list of items separated by middots.
: uses:
:Its primary purpose is to format lists inside [[Template:Navbox]].
:: hlist class in [[MediaWiki:Common.css|Common.css]]
;Dependencies:
: used by:
:* hlist code in [[MediaWiki:Common.css|Common.css]]
:: {{T|GasNebulaeNav}}
;Syntax
:: {{T|Limited time events}}
:See '''Sample output'''
 
;Sample output
; Syntax
<pre><nowiki>
: 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></pre>
</nowiki>}} gives ...
::gives...
{{flatlist|
{{flatlist|
* [[EVE University]]
* [[EVE University]]
Line 22: Line 26:
}}
}}


<pre><nowiki>
 
{{flatlist|
: {{Code|<nowiki>{{flatlist|
# [[EVE University]]
# [[EVE University]]
# [[EVE University Management]]
# [[EVE University Management]]
# [[EVE University Rules]]
# [[EVE University Rules]]
}}
}}
</nowiki></pre>
</nowiki>}} gives...
::gives...
{{flatlist|
{{flatlist|
# [[EVE University]]
# [[EVE University]]
Line 36: Line 39:
}}
}}


<pre><nowiki>
 
{{flatlist|
: {{Code|<nowiki>{{flatlist|
* [[EVE University]]
* [[EVE University]]


Line 43: Line 46:
* [[EVE University Rules]]
* [[EVE University Rules]]
}}
}}
</nowiki></pre>
</nowiki>}} gives...
::gives...
{{flatlist|
{{flatlist|
* [[EVE University]]
* [[EVE University]]
Line 52: Line 54:
}}
}}


<pre><nowiki>
 
{{flatlist|
: {{Code|<nowiki>{{flatlist|
* [[EVE University]]
* [[EVE University]]
** [[EVE University Management]]
** [[EVE University Management]]
** [[EVE University Rules]]
** [[EVE University Rules]]
}}
}}
</nowiki></pre>
</nowiki>}} gives...
::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 middots little 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
{{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
Notes
  1. ^ Still have to find the formal name of these.