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 "HTML Entities"

From Roll20 Wiki

Jump to: navigation, search
(moved here from page:HTML)
 
m
Line 48: Line 48:
 
[[Category:Macros]]
 
[[Category:Macros]]
 
[[Category:Character Sheet Creation]]
 
[[Category:Character Sheet Creation]]
 +
[[Category:Wiki Administration]]

Revision as of 13:40, 19 October 2021

Main Page: Macro Guide

HTML Entities can be useful in creating macros, Building Character Sheets, and wiki editing.


When creating some complicated macros, usually involving nesting, you will need to use HTML entities in parts of the code to trick the Roll20 system to make it behave like you want, or some advanced tricks won't work.

Here are some HTML Entities that might be useful in advanced Roll20 macros(see List of HTML Entities for full list):

Character Replacement
| (pipe) |
, ,
{ {, {
} }, }
& &
space  
= =
_ _
( (
) )
[ [ , [
] ] , ]
< &lt;, &#60;
> &rt;, &#62;


Examples