User:ShakespeareFan00/scriptsyntax
Jump to navigation
Jump to search
shorthand code | Intended effect. | html-generated. |
---|---|---|
Dialogue
|
Plain Dialogue (or action where not differentiated.) | Dialogue
|
Speaker name $$$ Dialogue
|
Speaker name | <SPAN style="__speaker1>Speaker Name</SPAN> Dialogue
|
Speaker name $$$
Dialogue
|
Dialogue with speaker on single line.(I.e Treat 'next' line after $$$ as first line of dialogue. | <SPAN style="__speaker1>Speaker Name</SPAN> Dialogue
|
[]>
|
Stage Direction 1 - Right aligned text. | <SPAN style="__sdr1">... content </span>
|
<[]
|
Stage Direction 2 - Left aligned text. or action. | <SPAN style="__sdr2">... content </span>
|
!!!Action
|
Actions (other than stage directions. | <SPAN style="__script_action">... content </span>
|