Forums > Talk > General
Joined01/01/70
Posts5
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.

Moderators can edit your forum posts and may also force emails to your inbox in order to leave warnings, if a post is unhelpful. Please make sure you are able to receive mail from Worlio.

These rules also apply to profiles, but user folders are free reign according to our global Terms of Service. Be careful when visiting them.

Rules
  • Content, advice, or guidance that is intended to harm others is not allowed. For example, encouraging someone else to break the other rules below, or telling them something that is not safe to do in real life is in fact safe.
  • Do not threaten or harass another user. That is, don't actively seek out people that do not want to talk to you for the purpose of starting trouble.
  • Do not upload, discuss, or post illegal content of any kind. This includes but not limited to talks of drugs, murder, robbing, piracy, etc. (Sharing abandonware may sometimes be allowed at the staff team's discretion. Send us an email if you are unsure.) Particularly egregious cases will be handed over to relevant law enforcement.
  • Mature or explicit content must be inside of an [adult] tag.
  • You must be 13 years old or older. Anybody caught under the age of 13 will have their account permanently deleted.
  • No selling of cryptocurrencies or NFTs. Discussion is allowed.
  • Do not post lots of spam or filler content. Exploiting the forum for engagement or attention will get you banned permanently.
  • Avatars and Mycons must be acceptable for all ages on this site. Pornographic avatars will be deleted.
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.
  • Please, avoid double-posting. Some amount is okay, especially if plenty of time has passed from your last post, but make sure you are giving ample screen estate to your fellow worms!
We hope you enjoy the forums!
Joined01/01/70
Posts5
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]
My Post!
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.