From Last Outlaws Online

Documentation This is a documentation subpage for Template:* (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

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

Usage[edit]

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

[[Move () Steps]] {{*}} [[Turn () Degrees]]

The template renders one space on each side of the bullet. Move () Steps Turn () Degrees

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

[[Move () Steps]] {{*}}
[[Turn () Degrees]] {{*}}
[[Point in Direction ()]] {{*}}
[[Point Towards ()]] {{*}}
[[Go to X: () Y: ()]]

As before, the template renders one space on each side of the bullets. Move () Steps Turn () Degrees Point in Direction () Point Towards () Go to X: () Y: ()

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

<div class="nowraplinks">
[[Move () Steps]] {{*}} [[Turn () Degrees]] {{*}} [[Point in Direction ()]] {{*}} [[Point Towards ()]] {{*}} [[Go to X: () Y: ()]] {{*}} [[Go to ()]] {{*}} [[Glide () Secs to X: () Y: ()]] {{*}} [[Change X by ()]] {{*}} [[Set X to ()]] {{*}} [[Change Y by ()]] {{*}} [[Set Y to ()]] {{*}} [[If on Edge, Bounce]]
</div>

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