F-List BBCode Tables Enabler

Adds support for [table], [tr], [th], [td] BBCode on F-List profiles and allows custom classes.

Verze ze dne 01. 06. 2025. Zobrazit nejnovější verzi.

Autor
Derby Falcon
Hodnocení
0 0 0
Verze
0.1
Vytvořeno
01. 06. 2025
Aktualizováno
01. 06. 2025
Size
5,1 KB
Licence
neuvedeno
Spustit na

This script enhances F-List character profiles by enabling basic BBCode support for creating HTML tables. If you've ever wanted to neatly organize information in a grid on your profile, this script allows you to do so using familiar BBCode-like tags.

Features:

Adds Table BBCode: Use [table], [/table], [tr], [/tr] (table row), [th], [/th] (table header cell), and [td], [/td] (table data cell) in your F-List profile editor.

Custom CSS Classes: You can assign a custom CSS class to your tables using the syntax: [table class="your-custom-class"]. This allows for more specific styling if you use custom CSS (e.g., via Stylus or by modifying this script's built-in styles).

Basic Default Styling: Includes minimal CSS to make tables render with borders and padding, making them immediately usable. This styling can be customized within the script.

Dynamic Content Support: Attempts to apply table formatting to content loaded dynamically on the profile page.

How to Use:

Install this script via Tampermonkey or a similar userscript manager.

In your F-List character profile editor, use the new BBCode tags to structure your table content. Example:


[table class="my-cool-stats"]
[tr]
[th]Attribute[/th]
[th]Value[/th]
[/tr]
[tr]
[td]Cuteness[/td]
[td]Over 9000[/td]
[/tr]
[/table]

Save your profile. The BBCode will be rendered as an HTML table when you view the profile.