Difference between revisions of "HTML"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "{{dmbox}} In Roll20, {{wiki|HTML|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 t...") |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | {{dmbox}} | + | {{revdate}}{{dmbox}} |
In Roll20, {{wiki|HTML|HTML}} can be edited and used in a few couple of ways: | In Roll20, {{wiki|HTML|HTML}} can be edited and used in a few couple of ways: | ||
Line 42: | Line 42: | ||
| <code><nowiki>></nowiki></code> || <code>&rt;</code>, <code>&#62;</code> | | <code><nowiki>></nowiki></code> || <code>&rt;</code>, <code>&#62;</code> | ||
|} | |} | ||
+ | <br> |
Revision as of 11:45, 26 September 2021
Page Updated: 2021-09-26 |
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;
,>