Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Template:Deprecated"

From Roll20 Wiki

Jump to: navigation, search
(new)
 
m
Line 1: Line 1:
<includeonly>{{mbox|text=This script has been deprecated {{{reason|{{#ifeq: {{{1|}}}|dev|due to changes currently on the [[Dev Server]]}}}}}}}[[Category:Deprecated API Scripts]]</includeonly><noinclude>{{documentation}}</noinclude>
+
<includeonly>{{mbox|text=This script has been deprecated {{{reason|{{#ifeq: {{{1|}}}|dev|due to changes currently on the [[Dev Server]]}}}}}}}
 +
 
 +
[[Category:Deprecated API Scripts]]</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 16:22, 12 January 2015

[view] [edit] [history] [purge] Documentation icon Template documentation

Default Produces:

Code:

{{deprecated|nocat=true}}


If the first anonymous parameter is dev, the output will incidate that the deprecation is only relevant on the Dev Server:

Code:

{{deprecated|dev|nocat=true}}


An arbitrary reason may alternatively be supplied:

code:

{{deprecated|reason=because it's just an example|nocat=true}}