Formatting SIMs: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
(Creation)
 
No edit summary
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{118Wikinav}}
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.  
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 -> Italicizing==
==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:
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.::
::Joe moved to the window.::


Thus, instead of using a double colon on the wiki to denote actions, instead simply use italicizing to get the desired effect. Here's an example:  
The quick fix is to simply put the following tags before and after the colons: <nowiki><nowiki></nowiki><nowiki></nowiki></nowiki>


<nowiki>''Joe moved to the window.''</nowiki>
Like so:
 
<nowiki><nowiki>::</nowiki></nowiki>Joe moved to the window.::
 
You'll find that it's easiest to make this change by transferring the SIM into a word processor, like Microsoft Word, and then using the "replace" feature. In the upper box, you'd be finding "::" and in the lower box, you'd be replacing it with <nowiki><nowiki>::</nowiki></nowiki>. Then use the "Find Next" button and find the first double colon in each paragraph. Alternatively, you could just do "replace all," and make all instances of the double colo include the nowiki tag, but that adds more coding gobbledy-gook. It won't hurt the page to do so, however.
 
==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:
 
:<nowiki><table width="70%"><tr><td></nowiki>
 
And these tags after the end of your SIM and before your category tags:
 
:<nowiki></td></tr></table></nowiki>
 
==Bolding Dialogue==
Another way to help the reader is to bold the names that come before text, like so:
 
:<nowiki>'''Wolf''': Jump!</nowiki>
 
Which produces:
 
:'''Wolf''': Jump!
 
==Category==
Don't forget the category, of course. The "catch-all" for archived SIMs is: <nowiki>[[Category:SIMs]]</nowiki>.
 
If your vessel also has a category for SIMs (like [[:Category:Wallace SIMs|Wallace SIMs]]), you'll want to include that, as well.


[[Category:Help]]
[[Category:Help]]

Revision as of 22:24, 14 July 2015

118Wiki
Wikiadminlogo.png Wiki Ops logo.png






Edit this nav

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.::

You'll find that it's easiest to make this change by transferring the SIM into a word processor, like Microsoft Word, and then using the "replace" feature. In the upper box, you'd be finding "::" and in the lower box, you'd be replacing it with <nowiki>::</nowiki>. Then use the "Find Next" button and find the first double colon in each paragraph. Alternatively, you could just do "replace all," and make all instances of the double colo include the nowiki tag, but that adds more coding gobbledy-gook. It won't hurt the page to do so, however.

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!

Category

Don't forget the category, of course. The "catch-all" for archived SIMs is: [[Category:SIMs]].

If your vessel also has a category for SIMs (like Wallace SIMs), you'll want to include that, as well.