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
m
m
 
Line 1: Line 1:
<includeonly>{{mbox|style=margin-bottom:10px|text=This script has been deprecated {{{reason|{{#ifeq: {{{1|}}}|dev|due to changes currently on the [[Dev Server]]}}}}}}}{{#ifeq: {{{nocat|}}}|true||[[Category:Deprecated API Scripts]]}}</includeonly><noinclude>{{documentation}}</noinclude>
+
<includeonly>{{mbox|style=margin-bottom:10px|text=This script has been deprecated {{{reason|{{#ifeq: {{{1|}}}|dev|due to changes currently on the [[Dev Server]]}}}}}}}{{#ifeq: {{{nocat|}}}|true||[[Category:Deprecated API Scripts|{{{name|{{PAGENAME}}}}}]]}}</includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 16:33, 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}}