From Last Outlaws Online

Revision as of 01:56, 22 May 2024 by Dwaintanner (talk | contribs) (Created page with "{{Documentation}} The '''*''' template is used to add bullets (example: '''•''') by substituting <tt><nowiki>'''&bull;'''</nowiki></tt> automatically. ==Usage== The recommended usage is to use spaces ''before'' and ''after'' the template. <pre>Move () Steps {{*}} Turn () Degrees</pre> 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,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 '''&bull;''' 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.