×
Create a new article
Write your page title here:
We currently have 164 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki

Template:Bulleted list


[edit]

Documentation

Template:Template shortcuts

This template may be used to generate a bulleted list directly using HTML's <ul>...</ul> and <li>...</li> list elements. 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[edit]

{{bulleted list |item1 |item2 |...}}

Parameters[edit]

  • 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 <div>...</div> tags surrounding the list, e.g. plainlinks.
  • style – a custom css style for the <div>...</div> 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 |style= parameter.
  • item_style – a custom css style for all of the list items (the <li>...</li> tags). The format is the same as for the |style= parameter.
  • item1_style, item2_style, item3_style... – custom css styles for each of the list items. The format is the same as for the |style= parameter.

Examples[edit]

File:Example.png
  • one
  • two
  • three
[[File:Example.png|thumb|100px|{{bulleted list |one |two |three}}]]

Template:Navbox top

Horizontal list
Page Template:Mono/styles.css has no content.{{hlist}}
{{hlist|item1 |item2 |...}}

Template:Hlist

Horizontal list
Page Template:Mono/styles.css has no content.{{flatlist}}
{{flatlist|
* item1
* item2
* ...}}

Template:Flatlist

Horizontal list
Page Template:Mono/styles.css has no content.{{cslist}}
{{cslist|item1 |item2 |...}}

Template:Cslist

Page Template:Mono/styles.css has no content.{{bold list}}
{{bold list|item1 |item2 |...}}

Script error: No such module "Bold list".

Bulleted list
Page Template:Mono/styles.css has no content.{{bulleted list}}
{{bulleted list|item1 |item2 |...}}
  • item1
  • item2
  • ...
Numeric ordered list
Page Template:Mono/styles.css has no content.{{ordered list}}
{{Ordered list|first |second |...}}

Template:Ordered list

Alphabetic ordered list
Page Template:Mono/styles.css has no content.{{ordered list}}
{{Ordered list|list_style_type=lower-alpha |first |second |...}}

Template:Ordered list

Unbulleted list
Page Template:Mono/styles.css has no content.{{unbulleted list}}
{{unbulleted list|item1 |item2 |...}}

Template:Unbulleted list

Unbulleted list
Page Template:Mono/styles.css has no content.{{plainlist}}
{{plainlist|
* item1
* item2
* ...}}

Template:Plainlist

Glossary or definition list
Page Template:Mono/styles.css has no content.{{glossary}}
(glossary, description, definition, association)
{{glossary}}

{{term|first term}}{{defn|first description}}
{{term|second term}}{{defn|second description}}
{{term|...}}{{defn|....}}
Page Template:Mono/styles.css has no content.{{glossary end}}

Template:Glossary Template:TermTemplate:Defn Template:TermTemplate:Defn Template:TermTemplate:Defn Template:Glossary end

Bulleted list to flow around an image
Page Template:Mono/styles.css has no content.{{flowlist}}
[[File:Bad Title Example.png|left|thumb|100px]]

{{flowlist|
*item1
*item2
*...}}

File:Bad Title Example.png

Template:Flowlist

Ordered list in columns
Page Template:Mono/styles.css has no content.{{columns-list}}
{{columns-list|colwidth=5em|
# first
# second
# third
# ...}}

Script error: No such module "Template wrapper".

Template:Navbox bottom