Difference between revisions of "Character Sheet Development/Sheet Templates"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 14: | Line 14: | ||
==See Also== | ==See Also== | ||
* [[Character Sheet Development/Complete Examples]] - a curated list of sheets which make for a good study of how a complete sheet might be designed | * [[Character Sheet Development/Complete Examples]] - a curated list of sheets which make for a good study of how a complete sheet might be designed | ||
− | |||
* [[Character Sheet Development/Pattern Libraries]] | * [[Character Sheet Development/Pattern Libraries]] | ||
* '''[https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]''' - code for all the existing character sheets | * '''[https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]''' - code for all the existing character sheets | ||
[[Category:Character Sheet Creation]]</noinclude> | [[Category:Character Sheet Creation]]</noinclude> |
Revision as of 15:06, 4 January 2022
Page Updated: 2022-01-04 |
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
See Also
- Character Sheet Development/Complete Examples - a curated list of sheets which make for a good study of how a complete sheet might be designed
- Character Sheet Development/Pattern Libraries
- Character Sheet Repository - code for all the existing character sheets