Difference between revisions of "Template:Code/doc"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "{{documentation subpage|override=code/doc|Code}} Shorthand to more easily write code on the wiki. '''Example:''' {{code|/r d20+4}} <pre> {{code|/r d20+4}} </pre> <includ...") |
Andreas J. (Talk | contribs) m (update examples) |
||
Line 3: | Line 3: | ||
Shorthand to more easily write code on the wiki. | Shorthand to more easily write code on the wiki. | ||
− | |||
− | {{code|/r | + | '''Example 1.''' |
+ | |||
+ | any words before {{code|/r 1d6+4}}, or words, {{code|/roll 1d6+4}} | ||
+ | |||
+ | <pre>any words before {{code|/r 1d6+4}}, or words, {{code|/roll 1d6+4}}</pre> | ||
+ | |||
+ | '''Example 2.''' | ||
+ | |||
+ | You can even write code that include problematic elements that the wiki could mistake for wiki syntax, such as {{code|{{roll=[[1d6+4]]}} }} without the need of using nowiki element the code block. However, wiki links would still show up so nowiki is needed if inline rolls are present: {{code|<nowiki>Inline roll [[1d6+4]] would usually turn into a wiki link</nowiki> }} | ||
<pre> | <pre> | ||
− | {{code| | + | You can even write code that include problematic elements that the wiki could mistake for wiki syntax, such as {{code|{{roll=[[1d6+4]]}} }} without the need of using nowiki element the code block. However, wiki links would still show up so nowiki is needed if inline rolls are present: {{code|<nowiki>Inline roll [[1d6+4]] would usually turn into a wiki link</nowiki> }}</pre> |
− | </pre> | + | |
<includeonly>[[Category:Regular Grammar Templates]]</includeonly> | <includeonly>[[Category:Regular Grammar Templates]]</includeonly> |
Revision as of 20:34, 13 November 2020
This is a documentation subpage for Code. It contains usage information, categories and other content that is not part of the original template page. |
Shorthand to more easily write code on the wiki.
Example 1.
any words before /r 1d6+4
, or words, /roll 1d6+4
any words before {{code|/r 1d6+4}}, or words, {{code|/roll 1d6+4}}
Example 2.
You can even write code that include problematic elements that the wiki could mistake for wiki syntax, such as {{roll=1d6+4}}
without the need of using nowiki element the code block. However, wiki links would still show up so nowiki is needed if inline rolls are present: Inline roll [[1d6+4]] would usually turn into a wiki link
You can even write code that include problematic elements that the wiki could mistake for wiki syntax, such as {{code|{{roll=[[1d6+4]]}} }} without the need of using nowiki element the code block. However, wiki links would still show up so nowiki is needed if inline rolls are present: {{code|Inline roll [[1d6+4]] would usually turn into a wiki link }}