Writing.xml 937 B

12345678910111213141516171819202122
  1. <Document>
  2. # Writing
  3. Using a pen, you can write on paper or in books. Nanotrasen provides everyone with a spare pen in their PDA.
  4. ## Formatting
  5. You can use the following sigils:
  6. - [color=tan]\[color=color\]\[\/color\][/color] — to change the color of the text
  7. - [color=tan]\[head=n\]\[\/head\][/color] — where [italic]n[/italic] is the heading level (1 – 3)
  8. - [color=tan]\[bullet\/\][/color] — to insert a bullet point (useful for lists)
  9. - [color=tan][bold]\[bold\]\[\/bold\][/bold][/color], [color=tan][italic]\[italic\]\[\/italic\][/italic][/color] — for emphasis
  10. You can combine [bold][italic]bold and italic[/italic][/bold] tags, or use the shortcut [color=tan][bolditalic]\[bolditalic\][/bolditalic][/color].
  11. Color supports either hexadecimal or most HTML color names. For example:
  12. - [color=#ff0000]\[color=#ff0000\]\[\/color\][/color]
  13. - [color=red]\[color=red\]\[\/color\][/color]
  14. </Document>