Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Glossary"

From Roll20 Wiki

Jump to: navigation, search
m (Character Sheet Development)
m (Character Sheet Development)
Line 41: Line 41:
 
* '''Sheetworker''' - [[Sheetworker]] are the [[javascript]] code and special functions that can be used for making more advanced sheet features.
 
* '''Sheetworker''' - [[Sheetworker]] are the [[javascript]] code and special functions that can be used for making more advanced sheet features.
 
** Sheetworkers are placed in a single <code><nowiki>&#60;script type="text/worker"&#62;</nowiki></code>-element in the sheet's HTML-file. Not all JavaScript-features are available.
 
** Sheetworkers are placed in a single <code><nowiki>&#60;script type="text/worker"&#62;</nowiki></code>-element in the sheet's HTML-file. Not all JavaScript-features are available.
 +
* '''Sheet Author''' - [[Sheet Authors]] are the people who have created character sheet that are published in roll20, and have a flair marking it on their roll20 profile.
 +
* '''Sheet repo''' - The Character Sheet code repository is where the code for all community-created sheets, and some publisher-made ones
 +
** can be found: [https://github.com/Roll20/roll20-character-sheets/ github.com/Roll20/roll20-character-sheets]
  
 
===API===
 
===API===

Revision as of 10:48, 9 June 2024


List

List of common words and abbreviations frequently used with Roll20, that may not be common elsewhere.

Contents

General

Character Sheet Development

Main Page: Building Character Sheets

  • Auto-calc - (Auto-calculated Formula) is the oldest & simplest method to have attributes be calculated based on other attributes in Roll20 character sheets. It's generally recommended to use Sheetworker instead, as Auto-Calc values doesn't interact well with sheetworkers. See Problems with using Auto-Calc
  • Beacon - Beacon Sheet Development Kit - new sheet development system under work
  • CSE - Character Sheet Enhancement
    • the sheet creation framework/method update released in March 2021, with new features and less restrictions than LCS.
    • By default, The Sheet Editor and Sheet Sandbox assumes sheets added are CSE.
  • LCS - Legacy Character Sheets(Legacy Sheet Sanitization) The older format for sheet code with less features/options than CSE
    • refers to the older and more restricted framework/method used for creating custom character sheets.
  • CRP - Custom Roll Parsing - A more advanced method of creating and parsing dice rolls, introduced in 2021
    • method for handling sheet dice rolls and how the result is parsed and displayed for the player
  • Sheetworker - Sheetworker are the javascript code and special functions that can be used for making more advanced sheet features.
    • Sheetworkers are placed in a single <script type="text/worker">-element in the sheet's HTML-file. Not all JavaScript-features are available.
  • Sheet Author - Sheet Authors are the people who have created character sheet that are published in roll20, and have a flair marking it on their roll20 profile.
  • Sheet repo - The Character Sheet code repository is where the code for all community-created sheets, and some publisher-made ones

API

Main Page: API

Other

  • Stylus - Stylus is a browser extension that can be used to tweak how Roll20 looks with CSS, like hiding things you don't want, adjusting clor or size of boxes, and more.

See Also