Guild BBCode Tags

Restructuring the Codex

We are currently moving articles around and changing the general structure of the Codex. Please come back later if you get lost!
 

Comments

Please Login in order to comment!
Aug 10, 2021 17:13

Is there any way to add your own icons or are we limited to Font Awesome and RPG Awesome options?

Aug 11, 2021 09:44

You could upload your icons as images and then embed them using the [img] BBCode, possibly using containers to treat them as icons. If you need help with the CSS side of things, I suggest you join our Discord server, where we have a #css-help channel. Hope this helps!

[they/them] Creator of Black Light, a science-fantasy universe.
Nov 29, 2021 01:02 by Snake Venom

Hi, I would appreciate it if the Font-Awesome section contained a bit explaining that you need to use fas, far, fal, fad to get the solid, regular, light, duatone version respectively. This was not intuitive to figure out, and it is not in the grandmaster container css section either. I still don't know how to get the thin version, since the, based on the system written above, expected code 'fat' doesn't work.

Nov 29, 2021 10:37

Hi! I have added a link to Font Awesome's official documentation in the section. As for the thin version, the documentation doesn't seem to include it, so I assume it's not supported.

[they/them] Creator of Black Light, a science-fantasy universe.
Nov 29, 2021 15:49 by Snake Venom

That works. Odd that the thin version isn't supported. Oh well, thank you for adding the link.

Feb 3, 2022 16:01

We've updated to Font Awesome 6, so thin versions should now work!

[they/them] Creator of Black Light, a science-fantasy universe.
Oct 13, 2022 18:04

Hello, Is there an option to pull in text as much as I want? In MS Word if I hit the tab key I can pull in with certain amount. If I hit it again, it goes further down. Unfortunately I can not figure how to do this with bbcode. The "['in']" (putting the 'in' in quotation marks as otherwise the comment also pulls in) command indeed pulls in the text with a certain amount, but if I want to pull it more, how can I do that? I tried combining multiple"['in']" commands like "['in']['in']['in']Sample Text['/in']['/in']['/in'], but unfortunately I just got the result of one pull in. Could you please help out? Side note: The possible options on Worldanvil are awesome! :) I like it a lot! Thanks for the good platform!

Oct 14, 2022 08:22

Hi! The amount of indentation can't be edited with BBCode. You might be able to use some CSS (Guild feature) to change that, but it would still be a single indentation level unless you used containers (Grandmaster+ only).   And as a tip, you can use the [noparse][/noparse] tags to type BBCode tags without them being applied! For example, [noparse][in][/noparse] will generate [in].

[they/them] Creator of Black Light, a science-fantasy universe.