Formatting SIMs

From 118Wiki
Revision as of 18:31, 16 July 2005 by FltAdml. Wolf (talk | contribs) (Update for more formatting stuff.)
Jump to navigation Jump to search

Due to the inherent coding within our wiki's software, you cannot use the double colon marker to denote actions within a SIM. Therefore, you will want to follow the instructions below for how to format a SIM on the wiki.

Double Colons

You cannot use double colons at the beginning of a line, because it forces the wiki to think you're attempting to indent the line, like so:

Joe moved to the window.::

The quick fix is to simply put the following tags before and after the colons: <nowiki></nowiki>

Like so:

<nowiki>::</nowiki>Joe moved to the window.::

Containing Table

It's best to include a "containing table" for the SIM, so that the line length across the screen doesn't stretch too far. This makes it easier on the reader. To add the table, just add these tags at the very top of the page:

<table width="70%"><tr><td>

And these tags after the end of your SIM and before your category tags:

</td></tr></table>

Bolding Dialogue

Another way to help the reader is to bold the names that come before text, like so:

'''Wolf''': Jump!

Which produces:

Wolf: Jump!