Changes

Jump to navigation Jump to search
Undid revision 870234600 by 97.75.230.192 - restore to last stable version
{{Documentation subpage}}
{{Lua|Module:List}}
{{Template shortcuts|clear=right|blist|bulleted|ulist|unordered list}}
<!-----Categories at the bottom of this page, please; interwikis to Wikidata----->
This template may be used to generate a [[bulleted list]] in similar vein to [[HTML]]'s [[HTML element|{{tag|ul}} list]]. A typical application is within captions, where the equivalent [[wiki markup]] (asterisks at the starts of new lines) may be awkward or impossible to use.

{{TOC right}}

== Usage ==
:<code><nowiki>{{bulleted list |item1 |item2 |...}}</nowiki></code>

== Parameters ==
* Positional parameters (<code>1</code>, <code>2</code>, <code>3</code>...) - these are the list items. If no list items are present, the module will output nothing.
* <code>class</code> - a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
* <code>style</code> - a custom css style for the {{tag|div}} tags surrounding the list, e.g. <code>font-size: 90%;</code>.
* <code>list_style</code> - a custom css style for the list itself. The format is the same as for the {{para|style}} parameter.
* <code>item_style</code> - a custom css style for all of the list items (the {{tag|li}} tags). The format is the same as for the {{para|style}} parameter.
* <code>item1_style</code>, <code>item2_style</code>, <code>item3_style</code>... - custom css styles for each of the list items. The format is the same as for the {{para|style}} parameter.

== Example ==
[[File:Test.png|thumb|100px|{{bulleted list |one |two |three}}]]
<pre style="overflow:auto;">
[[File:Test.png|thumb|100px|{{bulleted list |one |two |three}}]]
</pre>
{{navbox lists}}
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:List formatting and function templates]]
</includeonly>
Anonymous user

Navigation menu