Difference between revisions of "HTML Entities"
From Roll20 Wiki
Andreas J. (Talk | contribs) (moved here from page:HTML) |
Andreas J. (Talk | contribs) 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
Page Updated: 2021-10-19 |
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):
| , } , and , are the most common character that need to be replaced in nested macros. |
Character Replacement |
(pipe)|
,
,
{
{
,{
}
}
,}
&
&
space
=
=
_
_
(
(
)
)
[
[
,[
]
]
,]
<
<
,<
>
&rt;
,>
Examples