Difference between revisions of "Template:Flatlist/doc"

From EVE University Wiki
Jump to: navigation, search
m (Explained the use of {{t|Equals}})
m (Replaced Equals Template with a more elegant solution. Thanks User:Evon R'al)
Line 65: Line 65:
 
** [[EVE University Management]]
 
** [[EVE University Management]]
 
** [[EVE University Rules]]
 
** [[EVE University Rules]]
 +
}}
 +
 +
 +
: {{Code|<nowiki>{{flatlist|1=
 +
* [https://forum.eveuniversity.org/viewforum.php?f=270 EVE University Wiki Forum]
 +
* [[EVE University Management]]
 +
* [[EVE University Rules]]
 +
}}
 +
</nowiki>}} gives...
 +
{{flatlist|1=
 +
* [https://forum.eveuniversity.org/viewforum.php?f=270 EVE University Wiki Forum]
 +
* [[EVE University Management]]
 +
* [[EVE University Rules]]
 
}}
 
}}
  
  
 
; See also:
 
; See also:
:* [[Template:Equals]]
 
 
:* [[Template:Navbox]]
 
:* [[Template:Navbox]]
 
:* [https://en.wikipedia.org/wiki/Template:Flatlist Wikipedia Flatlist]
 
:* [https://en.wikipedia.org/wiki/Template:Flatlist Wikipedia Flatlist]
  
 
; Notes
 
; Notes
: It is a known bug that external hyperlinks that contain the equal sign '=' cannot be parsed by the {{t|Flatlist}} template. Replace the equals sign with {{t|Equals}}.
+
: It is a known Wiki parser limitation that the first equal sign '=' will be interpreted as a special character. To avoid such an issue with linking external hyperlinks, use the <code><nowiki>{{flatlist|1=</nowiki></code> syntax.
 
: <references group="note" />
 
: <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 07:04, 21 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...


{{flatlist|1= * [https://forum.eveuniversity.org/viewforum.php?f=270 EVE University Wiki Forum] * [[EVE University Management]] * [[EVE University Rules]] }}
gives...


See also
Notes
It is a known Wiki parser limitation that the first equal sign '=' will be interpreted as a special character. To avoid such an issue with linking external hyperlinks, use the {{flatlist|1= syntax.
  1. ^ Still have to find the formal name of these.