Help » Game Manual » Forum & Newspaper BBCode

In forum posts and newspaper articles you may use BBCode tags to format your text and to include media, such as images.

You can create direct links to player profiles by prepending the @ sign, like @Admin, or to company pages with the hashtag sign, like #Government Electric. In player and company mentions, please use the + sign instead of spaces.

Note that for image embeds we only accept imgur and File Garden links as of now.
BBCode Tag Result
[b]bold text[/b] bold text
[i]italic text[/i] italic Text
[u]underlined text[/u] underlined text
[s]strikethrough text[/b] strikethrough text
[h1]heading 1[/h1]

heading 1

[h2]heading 2[/h2]

heading 2

[center]centered text[/center]
centered text
[spoiler]visible when hovered[/spoiler] visible when hovered
[quote=Name]quoted text[/quote]
Quoting Name:
quoted text
[url=https://www.moneyga.me]Link[/url] Link
[img]https://www.moneyga.me/cdn/images/logo_small.png[/img]
[youtube]JlRs78QS-2w[/youtube] Embeds YouTube Video
[code]function test() {
return 'test';
}[/code]
function test() { return 'test'; }
[list]
    [*]test1
    [*]test2
    [*]test3
[/list]
  • test1
  • test2
  • test3
[table]
    [tr]
        [td]Row 1 Cell 1[/td]
        [td]Row 1 Cell 2[/td]
        [td]Row 1 Cell 3[/td]
    [/tr]
    [tr]
        [td]Row 2 Cell 1[/td]
        [td]Row 2 Cell 2[/td]
        [td]Row 2 Cell 3[/td]
    [/tr]
[/table]
Row 1 Cell 1Row 1 Cell 2Row 1 Cell 3
Row 2 Cell 1Row 2 Cell 2Row 2 Cell 3