Forums > Talk > General
Worlio Rules & Information
Created by Wirlaburla
Dec 17th, 2021 at 4:59 am (edited)
#276
Hello and welcome to the Worlio Forums! The main topic here is archival, technology, and the likes, however most topics are welcomed as long as they follow the rules.

Rules
  • Content posted maliciously or with intent to harm is not allowed and leads to a permanent suspension.
  • Do not upload, discuss, or post illegal content of any kind. This includes but not limited to talks of drugs, murder, robbing, piracy, etc.
  • Mature or explicit content must be inside spoiler tag labelled as such.
  • You must be at least 13 years old. Anybody caught lying and breaking this rule will be permanently banned.
  • No selling of cryptocurrencies or NFTs. Discussion is allowed.

Tips
  • Archive links and content as best as you can. This means using archival sites like archive.org or archive.ph for websites or content. We are an archival community after all.
  • Learn how to utilize BBCode. It can be a super useful formatting tool for your post and make it go from boring to appealing.
  • Sending attachments? Utilize the file system and link directly.
We hope you enjoy the forums!
Dec 17th, 2021 at 5:29 am (edited)
#278

BBCode Guide

The forums utilize a commonly used board formatting code known as BBCode. It's similar to how HTML is formatted but very useful for easily formatting posts. We use our own developed parser, so not all styling and formatting options are universal.

Bold

Code
[b]My Text![/b]
My Text!

Italics

Code
[i]My Text![/i]
My Text!

Strikethrough

Code
[s]My Text![/s]
My Text!

Underline

Code
[u]My Text![/u]
My Text!

Font

Code
[font=Impact]My Text![/font]
My Text!

Color

Code
[color=#FF0000]My Text![/color]
My Text!

Size

Code
[size=24]My Text![/size]
My Text!

Link

Code
[link="https://worlio.com/"]My Link![/link]

Simple URL

Code
[url]https://worlio.com/[/url]

Images

Code
[img alt="My Image" width="256px" height="auto"]https://files.worlio.com/files/~media/retro-renders/000DG.png[/img]
My Image

Thumbnail images

Code
[thumb alt="My Image"]https://files.worlio.com/files/~media/retro-renders/000DG.png[/thumb]

Audio

Code
[audio]https://files.worlio.com/files/~media/nyancat.mp3[/audio]

Video

Code
[video width="256px" height="auto"]https://files.worlio.com/files/~media/Developers.mp4[/video]

Aligns

Code
[align=center]My Text![/align]
My Text!
Code
[align=right]My Text![/align]
My Text!

Codeblock

Code
[codeblock]My Code!
[/codeblock]
Code
My Code!

Inline Code

Code
My [code]Code![/code]
My Code!

Quotes

Code
[quote]My Quote![/quote]
My Quote!
Code
[quote post=276]My Post![/quote]
Code
[quote name="Hubert Cumberdale"]My Rusty Spoons![/quote]
My Rusty Spoons!

Spoiler

Code
[spoiler="My spoils!"]My Text![/spoiler]
Spoiler: My spoils!
My Text!

User Tag

Code
[user]1[/user]

Embedded Widgets

Code
[embed="youtube"]https://www.youtube.com/watch?v=KMU0tzLwhbE[/embed]
Hopefully you found this helpful.