Skip to content

Character sheet template for Roll20 based around CSS Grid. CSE is the newer and better template.

License

Notifications You must be signed in to change notification settings

Anduh/Roll20-grid-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll20 Character Sheet Template

Twitter: @anduh_ Patreon Donate

A simple Character Sheet Template for Roll20.

See Building Character Sheets for sheet development documentation, starting with Using Custom Sheets.

ToC

Templates

New

The simple-template-folder containts a simple sheet template with a basic layout, containing examples of the most common elements sheets usually have.

The primary layout is made using CSS Grid, with grid-template-areas.

  • Benefit with using grid-template-areas is that naming sheet sections and then easily display in a human-readable grid in the CSS file.
  • The drawback is that you can't have sections that overlap with each-other, using grid-template-areas.

See Character Sheet Enhancement(CSE) for new sheet features in 2021.

simple-template

Old

Not recommended

The simple-template-legacy-folder contains the barebones sheet example I made back in 2019, which works for Legacy Character Sheets(LCS).

This is the format sheet code follow, if they where designed before March 2020, and behaves slightly differently than sheets updated to follow the Character Sheet Enhancement(CSE) format.

simple-template

Helpful Tools

Virtual Studio Code Extensions:

About

Character sheet template for Roll20 based around CSS Grid. CSE is the newer and better template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published