Difference between revisions of "Character Sheet Development/Sheet Templates"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "<noinclude>{{revdate}}{{BCS}} {{main|Building Character Sheets}} Character Sheet Templates intended as generic starting points for people learning to create their own charact...") |
Andreas J. (Talk | contribs) m |
||
Line 9: | Line 9: | ||
* {{repo|clevett/SheetTemplate clevett/SheetTemplate}} - sheet skeleton that uses PUG & SCSS, not recommended for beginners - by [[Cassie]] | * {{repo|clevett/SheetTemplate clevett/SheetTemplate}} - sheet skeleton that uses PUG & SCSS, not recommended for beginners - by [[Cassie]] | ||
* {{repo|joesinghaus/Blades-template Blades-template}} - by [[Jakob]] - based on Blades in the Dark-sheet | * {{repo|joesinghaus/Blades-template Blades-template}} - by [[Jakob]] - based on Blades in the Dark-sheet | ||
− | * {{repo|aureyia/roll20-character-sheet-boilerplate}} - Uses PUG, Stylus(CSS) & Gulp | + | * {{repo|aureyia/roll20-character-sheet-boilerplate aureyia/roll20-character-sheet-boilerplate}} - Uses PUG, Stylus(CSS) & Gulp |
<noinclude>* '''[https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]''' - code for all the existing character sheets | <noinclude>* '''[https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]''' - code for all the existing character sheets | ||
See also [[Building_Character_Sheets#Complete_Example]] for a curated list of sheets which make for a good study of how a complete sheet might be designed. | See also [[Building_Character_Sheets#Complete_Example]] for a curated list of sheets which make for a good study of how a complete sheet might be designed. | ||
[[Category:Character Sheet Creation]]</noinclude> | [[Category:Character Sheet Creation]]</noinclude> |
Revision as of 18:10, 31 December 2021
Page Updated: 2021-12-31 |
This is related to Editing(coding) Character Sheets, which require Pro info to be able to use.Main Page: Building Character Sheets |
Main Page: Building Character Sheets
Character Sheet Templates intended as generic starting points for people learning to create their own character sheets. Most of these are barebones.
- Roll20's "kitchensink" - Roll20's template (fairly old)
- Anduh/Roll20-grid-template - simple sheet layout using CSS Grid, by Andreas J.
- clevett/SheetTemplate - sheet skeleton that uses PUG & SCSS, not recommended for beginners - by Cassie
- Blades-template - by Jakob - based on Blades in the Dark-sheet
- aureyia/roll20-character-sheet-boilerplate - Uses PUG, Stylus(CSS) & Gulp
- Character Sheet Repository - code for all the existing character sheets
See also Building_Character_Sheets#Complete_Example for a curated list of sheets which make for a good study of how a complete sheet might be designed.