Difference between revisions of "HTML"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m (→HTML replacement: add (, )) |
||
Line 31: | Line 31: | ||
|- | |- | ||
| <code>=</code> || <code>&#61;</code> | | <code>=</code> || <code>&#61;</code> | ||
+ | |- | ||
+ | | <code>_</code> || <code>&#95;</code> | ||
+ | |- | ||
+ | | <code><nowiki>(</nowiki></code> || <code>&#40;</code> | ||
+ | |- | ||
+ | | <code><nowiki>)</nowiki></code> || <code>&#41;</code> | ||
|- | |- | ||
| <code><nowiki>[</nowiki></code> || <code>&lbrack;</code> , <code>&#91;</code> | | <code><nowiki>[</nowiki></code> || <code>&lbrack;</code> , <code>&#91;</code> | ||
|- | |- | ||
| <code><nowiki>]</nowiki></code> || <code>&rbrack;</code> , <code>&#93;</code> | | <code><nowiki>]</nowiki></code> || <code>&rbrack;</code> , <code>&#93;</code> | ||
− | |||
− | |||
|- | |- | ||
| <code><nowiki><</nowiki></code> || <code>&lt;</code>, <code>&#60;</code> | | <code><nowiki><</nowiki></code> || <code>&lt;</code>, <code>&#60;</code> | ||
|- | |- | ||
| <code><nowiki>></nowiki></code> || <code>&rt;</code>, <code>&#62;</code> | | <code><nowiki>></nowiki></code> || <code>&rt;</code>, <code>&#62;</code> | ||
+ | |||
|} | |} | ||
<br> | <br> |
Revision as of 10:18, 19 October 2021
Page Updated: 2021-10-19 |
Disambiguation page for "HTML" |
In Roll20, HTML can be edited and used in a few couple of ways:
- Macro Guide contains some advanced tips on how to use or style html for things that appear in the q Text Chat-tab.
- Character sheets are built with HTML & CSS, and Building Character Sheets(Proinfo feature) has info on how edit & make your own.
- Roll Templates are built into character sheets, and can also be edited.
- Browser#Stylus have info on how you can change how Roll20 looks for you.
- You can use HTML when editing the Roll20 wiki
HTML replacement
Main Page: Macro Guide
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 HMTL Entities for full list):
| , } , and , are the most common character that need to be replaced in nested macros. |
Character Replacement |
(pipe)|
,
,
{
{
,{
}
}
,}
&
&
space
=
=
_
_
(
(
)
)
[
[
,[
]
]
,]
<
<
,<
>
&rt;
,>