Template:Bulleted list/doc: Difference between revisions
From Katawa Shoujo Wiki
imported>TheWallflower00 Created page with "== Usage & preview == <pre> {{Bulleted list |1 = |2 = |3 = }} </pre> to see this: {{Bulleted list |1 = Bugs Bunny |2 = Daffy Duck |3 = Tweety Bird }}" |
imported>TheWallflower00 No edit summary |
||
Line 1: | Line 1: | ||
== Usage | {{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:Example.png|thumb|100px|{{bulleted list |one |two |three}}]] | |||
<pre style="overflow:auto;"> | |||
[[File:Example.png|thumb|100px|{{bulleted list |one |two |three}}]] | |||
</pre> | </pre> | ||
{{clear right}} | |||
== See also == | |||
* {{tl|unbulleted list}}{{\}}{{tl|plainlist}}, templates producing vertical lists without prefixes (e.g. without bullets, other shapes, numbering). | |||
* {{tl|ordered list}}, a template producing a vertical list whose items are prefixed by incremental numbers or letters. | |||
* {{tl|hlist}}{{\}}{{tl|flatlist}}, templates producing horizontal lists (strings of items separated by [[interpunct]]s). | |||
<includeonly> | |||
<!-- Categories go here, and interwikis go in Wikidata --> | |||
[[Category:List formatting and function templates]] | |||
</includeonly> | |||
Revision as of 17:39, 17 January 2017
Template:Documentation subpage Template:Lua Template:Template shortcuts This template may be used to generate a bulleted list in similar vein to HTML's [[HTML element|Template:Tag 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.
Usage
{{bulleted list |item1 |item2 |...}}
Parameters
- Positional parameters (
1
,2
,3
...) - these are the list items. If no list items are present, the module will output nothing. class
- a custom class for the Template:Tag tags surrounding the list, e.g.plainlinks
.style
- a custom css style for the Template:Tag tags surrounding the list, e.g.font-size: 90%;
.list_style
- a custom css style for the list itself. The format is the same as for the Template:Para parameter.item_style
- a custom css style for all of the list items (the Template:Tag tags). The format is the same as for the Template:Para parameter.item1_style
,item2_style
,item3_style
... - custom css styles for each of the list items. The format is the same as for the Template:Para parameter.
Example
File:Example.png
![]() | This page has been accused of conspiring with the feminists! Reason: one If you believe this accusation is false, please voice your opinions on the talk page of this article, or on an admin's talk page |
[[File:Example.png|thumb|100px|{{bulleted list |one |two |three}}]]
See also
- {{unbulleted list}}Template:\{{plainlist}}, templates producing vertical lists without prefixes (e.g. without bullets, other shapes, numbering).
- {{ordered list}}, a template producing a vertical list whose items are prefixed by incremental numbers or letters.
- {{hlist}}Template:\{{flatlist}}, templates producing horizontal lists (strings of items separated by interpuncts).