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 year olds. 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.

Worlio has support for the basic BBCode elements, as well as custom ones created for the forum. We will go over all of them.

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]


Lists
Code
[ul]
[li]My List![/li]
[/ul]

  • My List!

Code
[ol]
[li]My List![/li]
[/ol]

  1. My List!

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]My Code![/code]
Code
My Code!

Note: It's not recommended to put codeblocks into each other as it doesn't work very well, and there will rarely be a time where this is needed.
Inline Code
Code
My [c]Code![/c]

My Code!

Quote
Code
[quote]My Quote![/quote]

My Quote!

Quoted Post
Code
[quote post=276]My Post![/quote]


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 this comes in handy for when you would like to do something specific in a post. Keep in mind that new lines in the editor will be sent as new lines in your post.

Happy posting!