Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Writing: Difference between revisions

From starcup wiki
m split introductory paragraph
added tag examples
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


'''Writing''' may be performed by using a pen on an unsigned and unstamped piece of [[Entity:Paper|paper]]. The game supports rich text features through a modified implementation of [https://www.phpbb.com/community/help/bbcode bbcode].
'''Writing''' may be performed by using a pen on an unsigned and unstamped piece of [[Entity:Paper|paper]]. The game supports rich text features through a modified implementation of [https://www.phpbb.com/community/help/bbcode bbcode].
== Usage ==


The following tags are currently supported for use on paper<ref name="supported-tags"/>:
The following tags are currently supported for use on paper<ref name="supported-tags"/>:
* Bold
* Bold [bold]
* Italic
* Italic [italic]
* Bold Italic
* Bold italic [bolditalic]
* Bullet
* Bullet [bullet]
* Color
* Color [color=#ff5733]
* Heading
* Heading [head=2]
* Mono
* Mono [mono]


== Utilities ==
== Utilities ==

Latest revision as of 06:44, 7 June 2025

Writing may be performed by using a pen on an unsigned and unstamped piece of paper. The game supports rich text features through a modified implementation of bbcode.

Usage

The following tags are currently supported for use on paper[1]:

  • Bold [bold]
  • Italic [italic]
  • Bold italic [bolditalic]
  • Bullet [bullet]
  • Color [color=#ff5733]
  • Heading [head=2]
  • Mono [mono]

Utilities

A pure-HTML document rendering emulator: RMC14-document-simu

References