Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is there a list of constants somewhere?

1584839008

Edited 1584839380
Hello, I am looking at some scripts and see something like  template:5e-shaped.  Is there a location where all named constants are located in some wiki somewhere?  Edit: Maybe this question was vague perhaps I could get a list of templates and what their exact values would be in code ie '5e-shaped' Thanks
1584842386
GiGs
Pro
Sheet Author
API Scripter
many sheets have a page on the Wiki: <a href="https://wiki.roll20.net/Main_Page" rel="nofollow">https://wiki.roll20.net/Main_Page</a> That's the best place to check.&nbsp;
1584845124
The Aaron
Roll20 Production Team
API Scripter
Otherwise, looking at the source to the sheet is the best way to find the options. Only the currently configured sheet's templates will be available, plus the default template that is always available.&nbsp;
The Aaron said: Otherwise, looking at the source to the sheet is the best way to find the options. Only the currently configured sheet's templates will be available, plus the default template that is always available.&nbsp; What do you mean source to the sheet? I was able to find the OGL template names but had issues finding shaped
1584888903

Edited 1584888958
GiGs said: many sheets have a page on the Wiki: <a href="https://wiki.roll20.net/Main_Page" rel="nofollow">https://wiki.roll20.net/Main_Page</a> That's the best place to check.&nbsp; Thanks. This is the landing page for the wiki. Still a little new here how do I navigate to the sheets page? Would it be&nbsp; <a href="https://wiki.roll20.net/Category:Character_Sheet_Documentation" rel="nofollow">https://wiki.roll20.net/Category:Character_Sheet_Documentation</a> ?
1584890553

Edited 1584890933
Kraynic
Pro
Sheet Author
Professor Chaos said: The Aaron said: Otherwise, looking at the source to the sheet is the best way to find the options. Only the currently configured sheet's templates will be available, plus the default template that is always available.&nbsp; What do you mean source to the sheet? I was able to find the OGL template names but had issues finding shaped Sheet code is hosted on github.&nbsp; There are links to take you in that direction scattered through the wiki pages on creating character sheets. GitHub - Roll20/roll20-character-sheets: Character sheet templates created by the community for use in Roll20. Thanks. This is the landing page for the wiki. Still a little new here how do I navigate to the sheets page? Would it be&nbsp; <a href="https://wiki.roll20.net/Category:Character_Sheet_Documentation" rel="nofollow">https://wiki.roll20.net/Category:Character_Sheet_Documentation</a> ? Yes, and the shaped sheet has an entry there.
1584895952
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Shaped has its own dedicated wiki: <a href="https://bitbucket.org/mlenser/5eshaped/wiki/Home" rel="nofollow">https://bitbucket.org/mlenser/5eshaped/wiki/Home</a>