Etherane Games Wiki
Advertisement
Etherane Games Wiki

Dialogue[]

General[]

  • If character only appears in one game and has very little dialogue, no need for tabber
  • Anything that can't be explicitly considered dialogue like narration should be italicized if it's easy to confuse with the actual dialogue.
    • This means that a lot of the time, I end up not italicizing narration. This might be changed at a later date, but since it's a lot of effort to copy down dialogue while formatting the italicization, I just don't care enough.
  • When there's a scene change or a text box change within a certain heading, use italics to write a short description of the change that occured.
    • Make sure you use the following code so that the description is no longer in the text box
</div>
''explanation''
<div class="x class">

For HC1[]

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="hc1text">
</div>
</div>
</div>

For HC2[]

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="hc2text">
</div>
</div>
</div>

For HC3[]

  • Use HC1 for text that has white bg and black text
  • Use HC2 for text that has black bg and white text
  • Change color if text changes color, only change border color if border changes color to non-white/black color.
    • It's just unnecessary otherwise
  • The following is for Charles' characteristic red text with a red border.
<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="hc3bred">
</div>
</div>
</div>
  • The following is for the reddish color used for most of Scarlett's portion
<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="hc3red">
</div>
</div>
</div>
  • The following is for the brownish text used exclusively in Eden.
<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="eden">
</div>
</div>
</div>

For HG[]

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="hgtext">
</div>
</div>
</div>


For TWC[]

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="twcdark">
</div>
</div>
</div>

For MRSIS[]

For the standard red text with a black background:

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="mrsis">
</div>
</div>
</div>

For the system info white text with a black background:

<div class="mw-collapsible">
===Description===
<div class='mw-collapsible-content'>
<div class="mrsis">
</div>
</div>
</div>
Advertisement