From Roll20 Wiki
Andreas J. (Talk | contribs) m (→Useful Stuff: code updates) |
Andreas J. (Talk | contribs) m (add comments to some examples) |
||
Line 1: | Line 1: | ||
+ | =Wiki= | ||
+ | This is a test area for using the wiki, and at the top has useful code snippets that are often used. [[Help:Contents|Wiki Help]] contains more info. | ||
+ | |||
==Useful Stuff== | ==Useful Stuff== | ||
+ | frequently used wiki code snippets that can easily be copypasted | ||
<pre style="overflow:scroll;"> | <pre style="overflow:scroll;"> | ||
− | <code><nowiki> </nowiki></code> | + | <code><nowiki> </nowiki></code> use this to wrap around tricky code or macros you post on the wiki |
<code></code> | <code></code> | ||
− | <pre style="overflow:auto;" data-language="html/css/javascript"> </pre> | + | <pre style="overflow:auto;" data-language="html/css/javascript"> </pre> good template to use for posting blocks of code on the wiki. change the "data-language" to only have the relevant code |
− | <code><code></code> <code><nowiki></code> <code><pre></code> html replacements to show tricky stuff | + | <code><code></code> <code><nowiki></code> <code><pre></code> html replacements to show tricky stuff |
− | <span> <div> <input type="text"> | + | <span> <div> <input type="text"> |
− | ''' ''' | + | ''' ''' bold text |
− | '' '' | + | '' '' italic text |
+ | <sup> </sup> superscript, small text slighty higher, useful for adding citations | ||
− | {{notebox| }} | + | {{notebox| }} normal textbox with blue border and "i" symbol. the common "mild" notice to use |
− | {{orange| }} | + | {{orange| }} warning textbox with orange border and "i" symbol, slighty more severe than normal |
− | {{warning| }} | + | {{warning| }} warning textbox with red border, and "i" symbol in a triangle, to be used sparring for dire warnings |
''Main Page:'' '''[[ ]]''' | ''Main Page:'' '''[[ ]]''' | ||
− | [[|right|thumbnail|400px|]] | + | [[|right|thumbnail|400px|]] good default for images, place the "File:imagename.png" before the first "|" |
{{user profile|1223200|Andreas J.}} | {{user profile|1223200|Andreas J.}} | ||
{{usercredit|1223200}} | {{usercredit|1223200}} | ||
− | {{user profile||}} | + | {{user profile||}} links to user roll20 profile. place their roll20id in the first section, and then write their name in the second section. |
− | ~~~~ | + | ~~~~ adds a timestamp and your name, quick way to sign your name on something, showing who and when something was written |
+ | |||
+ | {{forum|category/18 Character & Compendium Forums}} forum link without the extra "lock" icon, that links outside the wiki usually gets | ||
+ | {{repo|Roll20/roll20-character-sheets}} githublink to char sheet repo showing github logo, great for showing links to stuff on github.com | ||
+ | [https://roll20.zendesk.com/hc/en-us/requests/new Help Center Ticket] hyperlink to roll20's ticket system | ||
+ | |||
+ | {{pro only}} adds a noticebox to the section/page saying this is a pro/plus feature, linking to the plus/pro pages | ||
+ | {{plus only}} | ||
+ | |||
+ | {{user profile|157788|GiGs}} roll20 contributors who have created many of the tips listed on the wiki. for properly crediting people | ||
+ | {{user profile|492849|Coal Powered Puppet}} | ||
+ | {{user profile|162065|Keith Curtis}} | ||
+ | {{user profile|1869955|Kraynic}} | ||
+ | {{user profile|104025|The Aaron}} | ||
+ | {{user profile|459831|Scott C.}} | ||
==Related Pages== | ==Related Pages== | ||
Line 35: | Line 54: | ||
[[Category:Character Sheet Documentation]] | [[Category:Character Sheet Documentation]] | ||
− | |||
− | <div class='diceroller'> | + | <div class='diceroller'> you can embed a simplified version of the roll20 diceroller on a page, such as /r 3d6+2 |
− | /r 3d6+2 | + | |
</div> | </div> | ||
− | + | how to create a table grid | |
− | + | {| class="wikitable" style="float:right; margin-left: 10px;margin-right: 60px;" | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | {| class="wikitable" style="float:right; margin-left: 10px;margin-right: 60px;" | + | |
|+title | |+title | ||
|- | |- |
Revision as of 11:22, 19 January 2021
Wiki
This is a test area for using the wiki, and at the top has useful code snippets that are often used. Wiki Help contains more info.
Useful Stuff
frequently used wiki code snippets that can easily be copypasted
<code><nowiki> </nowiki></code> use this to wrap around tricky code or macros you post on the wiki <code></code> <pre style="overflow:auto;" data-language="html/css/javascript"> </pre> good template to use for posting blocks of code on the wiki. change the "data-language" to only have the relevant code <code><code></code> <code><nowiki></code> <code><pre></code> html replacements to show tricky stuff <span> <div> <input type="text"> ''' ''' bold text '' '' italic text <sup> </sup> superscript, small text slighty higher, useful for adding citations {{notebox| }} normal textbox with blue border and "i" symbol. the common "mild" notice to use {{orange| }} warning textbox with orange border and "i" symbol, slighty more severe than normal {{warning| }} warning textbox with red border, and "i" symbol in a triangle, to be used sparring for dire warnings ''Main Page:'' '''[[ ]]''' [[|right|thumbnail|400px|]] good default for images, place the "File:imagename.png" before the first "|" {{user profile|1223200|Andreas J.}} {{usercredit|1223200}} {{user profile||}} links to user roll20 profile. place their roll20id in the first section, and then write their name in the second section. ~~~~ adds a timestamp and your name, quick way to sign your name on something, showing who and when something was written {{forum|category/18 Character & Compendium Forums}} forum link without the extra "lock" icon, that links outside the wiki usually gets {{repo|Roll20/roll20-character-sheets}} githublink to char sheet repo showing github logo, great for showing links to stuff on github.com [https://roll20.zendesk.com/hc/en-us/requests/new Help Center Ticket] hyperlink to roll20's ticket system {{pro only}} adds a noticebox to the section/page saying this is a pro/plus feature, linking to the plus/pro pages {{plus only}} {{user profile|157788|GiGs}} roll20 contributors who have created many of the tips listed on the wiki. for properly crediting people {{user profile|492849|Coal Powered Puppet}} {{user profile|162065|Keith Curtis}} {{user profile|1869955|Kraynic}} {{user profile|104025|The Aaron}} {{user profile|459831|Scott C.}} ==Related Pages== * [[Complete Guide to Macros & Rolls]] * [[Building Character Sheets]] * [[Andreas Guide to Sheet Development]] <br> <br> [[Category:Character Sheet Documentation]] <div class='diceroller'> you can embed a simplified version of the roll20 diceroller on a page, such as /r 3d6+2 </div> how to create a table grid {| class="wikitable" style="float:right; margin-left: 10px;margin-right: 60px;" |+title |- |'''first''' | second row |- |''' ''' | |- |''' ''' | |}
strike out deleted material
Andreas J. Courtesy of Andreas J.
{{user profile|1223200|Andreas J.}} {{usercredit|1223200}}
char forums(Forum) link no extra icon
{{forum|category/18 char forums}} link no extra icon
easy · creatin · dot
easy{{dot}} creatin{{dot}}dot
random
Contents |
What is token for?
{{token|/r d20+4}} {{token| [[Journal]]}} {{compact toc}}
/r d20+4
template and stuff on hwo to create Navigation templates for the wiki, that can make it easier to navigate related wiki pages from the top of the page. Example:
Sidebar
q Text Chat
P Art Library
N Journal
i Compendium
u Jukebox
l Collections
y My Settings
The main "Nav" template, which is linked to on pages, Such as {{SidebarNav}}, {{apibox}} or {{NavSheetDoc}}. At the bottom it uses {{apibox bottom}} to close of the Navigation template and make it work, no need to create a new template each time, so {{apibox bottom}} is fine: ------ {{SidebarNav top|{{{1|right}}}}} * <span style="font-family:Pictos;">q</span> [[Text Chat]] * <span style="font-family:Pictos;">P</span> [[Art Library]] * <span style="font-family:Pictos;">N</span> [[Journal]] * <span style="font-family:Pictos;">y</span> [[Compendium]] * <span style="font-family:Pictos Custom;">u</span> [[Jukebox]] * <span style="font-family:Pictos;">l</span> [[Collections]] * <span style="font-family:Pictos;">y</span> [[My Settings]] {{apibox bottom}}<noinclude>{{documentation}}[[Category:Navigation Templates]]</noinclude> ------ The "Nav top" template, that determines the title of the Template: --- <includeonly><div style="float: {{{1|right}}}; width: 200px; padding: 5px; border: 1px solid #777; margin: 0 15px 15px 15px; background-color: #efefef;"> <span style="font-size: 1.4em; font-weight: bold;margin-bottom:0px;">[[Sidebar]]</span></includeonly><noinclude>{{documentation}}[[Category:Navigation Templates]]</noinclude> ------
template to-do
- pdf link template, shows pdf icon to url
- DriveThruRPG link template, shows DTrpg icon to url?
- Helpdesk, Roll20 Blog link templates
- code+nowiki template for macros, one without linebreak at the end.
Test
char forums(Forum)hopefully no linebreak
char forums(Forum)hopefully no linebreak
{{api repository link|Foo}} then text
Foo then text
this is a warning |
is Template:Font color yellow
is {{Font color|yellow|this}} yellow
code alternative BCS
To be or not <mark>tobey</mark> mcguire- someone
/r d20+5
/r d20+4
stuff
A
add
f
fine
s
stuff
d
data