Is there a way to easily make scribblehub tables)

Author_Riceball

Well-known member
Joined
Sep 16, 2025
Messages
196
Points
93
Making a litrpg story but tabling sucks and is a pain. Is there a quicker technique?
 

Alski

Stray cat
Joined
Jan 10, 2021
Messages
1,315
Points
153
theforumhasasimple
tablefeaturesurelythechapter
thingyhasonetoo
 

Juia_Darkcrest

Well-known member
Joined
Jun 9, 2025
Messages
901
Points
93


do you mean something like this?
 

CharlesEBrown

Well-known member
Joined
Jul 23, 2024
Messages
4,561
Points
158
I just used prose and framed it in "<" and ">" signs myself.
<Your strength is 16. Your agility is 18.>
 

Placeholder

Well-known member
Joined
Nov 24, 2022
Messages
464
Points
133
> From what I've heard, a lot of readers prefer for you to not use a table at all and just write it out.

Counter argument: if it's obviously a table that makes it easier to skip.
 

Piisfun

Playful Spacetime Dragon
Joined
Jun 2, 2020
Messages
467
Points
133
> From what I've heard, a lot of readers prefer for you to not use a table at all and just write it out.

Counter argument: if it's obviously a table that makes it easier to skip.
Counter-Counter argument: just use a spoiler with
title="XYZ's status page"
 

ThrillingHuman

always be casual, never be careless
Joined
Feb 13, 2019
Messages
4,738
Points
183
Make a pretty thing with decorations and frills in excel or some other place and create images out of it, then insert those images, which makes for an even better table
 

Corty

Ra’Coon
Joined
Oct 7, 2022
Messages
4,658
Points
183
Dude, just make it once, and then always copy it over. Anyway, you can copy this to the text editor and customize it to your heart content, add columns, remove them, whatever the fuck:

Category
Detail
Name
[Character Name]​
Level
[##]​
Race
[Race or Species]​
Class
[Class / Profession]​
Alignment
[Optional – e.g., Neutral Good / Chaotic Evil]​
HP
[Current / Max]​
MP
[Current / Max]​
EXP
[Current / Required for next level]​
Strength
[##]​
Agility
[##]​
Endurance
[##]​
Intelligence
[##]​
Wisdom
[##]​
Luck
[##]​
Skills
[Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description]​
Abilities
[Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect]​
Buffs
[Buff 1 – Duration: Effect][Buff 2 – Duration: Effect]​
Debuffs / Nerfs
[Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect]​
Inventory
[Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description]​
Titles
[Title 1 – Effect][Title 2 – Effect]​
Code, if you need it:
HTML:
[TABLE]
[TR]
[TH][LEFT][B]Category[/B][/LEFT][/TH]

[TH][LEFT][B]Detail[/B][/LEFT][/TH]
[/TR]
[TR]
[TD][LEFT][B]Name[/B][/LEFT][/TD]

[TD][LEFT][Character Name][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Level[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Race[/B][/LEFT][/TD]

[TD][LEFT][Race or Species][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Class[/B][/LEFT][/TD]

[TD][LEFT][Class / Profession][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Alignment[/B][/LEFT][/TD]

[TD][LEFT][Optional – e.g., Neutral Good / Chaotic Evil][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]HP[/B][/LEFT][/TD]

[TD][LEFT][Current / Max][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]MP[/B][/LEFT][/TD]

[TD][LEFT][Current / Max][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]EXP[/B][/LEFT][/TD]

[TD][LEFT][Current / Required for next level][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Strength[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Agility[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Endurance[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Intelligence[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Wisdom[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Luck[/B][/LEFT][/TD]

[TD][LEFT][##][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Skills[/B][/LEFT][/TD]

[TD][LEFT][Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Abilities[/B][/LEFT][/TD]

[TD][LEFT][Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Buffs[/B][/LEFT][/TD]

[TD][LEFT][Buff 1 – Duration: Effect][Buff 2 – Duration: Effect][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Debuffs / Nerfs[/B][/LEFT][/TD]

[TD][LEFT][Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Inventory[/B][/LEFT][/TD]

[TD][LEFT][Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description][/LEFT][/TD]
[/TR]
[TR]
[TD][LEFT][B]Titles[/B][/LEFT][/TD]

[TD][LEFT][Title 1 – Effect][Title 2 – Effect][/LEFT][/TD]
[/TR]
[/TABLE]
 

Juia_Darkcrest

Well-known member
Joined
Jun 9, 2025
Messages
901
Points
93
Dude, just make it once, and then always copy it over. Anyway, you can copy this to the text editor and customize it to your heart content, add columns, remove them, whatever the fuck:

Category
Detail
Name
[Character Name]​
Level
[##]​
Race
[Race or Species]​
Class
[Class / Profession]​
Alignment
[Optional – e.g., Neutral Good / Chaotic Evil]​
HP
[Current / Max]​
MP
[Current / Max]​
EXP
[Current / Required for next level]​
Strength
[##]​
Agility
[##]​
Endurance
[##]​
Intelligence
[##]​
Wisdom
[##]​
Luck
[##]​
Skills
[Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description]​
Abilities
[Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect]​
Buffs
[Buff 1 – Duration: Effect][Buff 2 – Duration: Effect]​
Debuffs / Nerfs
[Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect]​
Inventory
[Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description]​
Titles
[Title 1 – Effect][Title 2 – Effect]​
Code, if you need it:
Its beautiful...*sniff* *sniff*
 
Top