Template:*

From Darkan
Jump to navigation Jump to search

Protected Template:* has been indefinitely protected from editing.
This page is protected most likely because it is a popular image or template, or an image used in a MediaWiki page. To request a change to it, please discuss the issue on the talk page.

[view] [edit] [purge] Template documentation

This documentation is transcluded from Template:*/doc.

The * template is used to add bullets (example: ) by substituting '''•''' automatically.

Usage

The recommended usage is to use spaces before and after the template.

[[Bones]] {{*}} [[Big bones]]

The template renders one space on each side of the bullet. Bones Big bones

For long dotted lists each list item can be put on its own line, with spaces between each item and the template.

[[Bones]] {{*}}
[[Bat bones]] {{*}}
[[Wolf bones]] {{*}}
[[Big bones]] {{*}}
[[Dragon bones]]

As before, the template renders one space on each side of the bullets. Bones Bat bones Wolf bones Big bones Dragon bones

When the list is too long and line breaks, the class "nowraplinks" should be used.

<div class="nowraplinks">
[[Bones]] {{*}} [[Bat bones]] {{*}} [[Wolf bones]] {{*}} [[Big bones]] {{*}} [[Dragon bones]] {{*}} [[Bones]] {{*}} [[Bat bones]] {{*}} [[Wolf bones]] {{*}} [[Big bones]] {{*}} [[Dragon bones]] {{*}} [[Bones]] {{*}} [[Bat bones]] {{*}} [[Wolf bones]] {{*}} [[Big bones]] {{*}} [[Dragon bones]]
</div>

Using "nowraplinks" forces the line break to come after one of the bullets.