I denne artikel vil vi udforske den fascinerende verden af Skabelon:Endflatlist, et emne, der har fanget mange menneskers opmærksomhed gennem tiden. Fra dets indvirkning på samfundet til dets implikationer i hverdagen har Skabelon:Endflatlist været genstand for debat og analyse af eksperter inden for forskellige discipliner. Uanset om vi taler om dens indflydelse på historien, dens relevans i nutidens verden eller dens projektioner ind i fremtiden, forbliver Skabelon:Endflatlist et emne af interesse og nysgerrighed for mange. Igennem denne artikel vil vi undersøge forskellige aspekter af Skabelon:Endflatlist, fra dets oprindelse til dets mulige konsekvenser, med det formål at give et bredt og detaljeret overblik over dette spændende emne.
This template provides a WCAG/ISO-standards-compliant accessible alternative to comma- or dash- (or other single character-) separated lists, per Wikipedia:FLATLIST and Wikipedia:HLIST.
{{flatlist}} starts a horizontal list, such as:
This template can be used with or without {{endflatlist}}. For navigation boxes using {{navbox}}, one can set |listclass=hlist
, and achieve the same styling without using this template. For image captions, list (i.e. asterisk) markup does not work, so consider using {{hlist}} instead.
{{flatlist| * ] * ] * ] * ] * ] * ] }}
produces:
{{startflatlist}} * ] * ] * ] * ] * ] * ] {{endflatlist}}
produces:
{{flatlist| # ] # ] # ] # ] # ] # ] }}
produces:
|style=border:solid 1px silver; background:lightyellow
|indent=2
This template uses the .hlist
CSS class defined in Common.css to generate horizontal lists. It causes ordinary html list items to be displayed inline (horizontally), where they would normally display as block elements (vertically). The class also generates the interpuncts between list items and parentheses around nested lists. Some of the CSS used is not compatible with all browsers, notably Internet Explorer 6 and 7.