Template:Jargon: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
m (fix cause I missed a syntax thing)
(added more optional redirects)
Line 1: Line 1:
* <span id="{{{redirect}}}"></span>{{#if:{{{redirect2|}}}|<span id="{{{redirect2}}}"></span>|}}'''[[#{{{redirect}}}|{{{jargon}}}]]''': {{{description}}}
* <span id="{{{redirect}}}"></span>{{#if:{{{redirect2|}}}|<span id="{{{redirect2}}}"></span>|}}{{#if:{{{redirect3|}}}|<span id="{{{redirect3}}}"></span>|}}{{#if:{{{redirect4|}}}|<span id="{{{redirect4}}}"></span>|}}{{#if:{{{redirect5|}}}|<span id="{{{redirect5}}}"></span>|}}'''[[#{{{redirect}}}|{{{jargon}}}]]''': {{{description}}}
<noinclude>{{Documentation}}
<noinclude>{{Documentation}}
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
Line 26: Line 26:
"description": "second redirect in case it's needed. DON'T USE SPACES ON THE REDIRECT",
"description": "second redirect in case it's needed. DON'T USE SPACES ON THE REDIRECT",
"example": "acid_verb",
"example": "acid_verb",
"type": "string"
},
"redirect3": {
"description": "third optional redirect",
"type": "string"
},
"redirect4": {
"description": "fourth optional redirect",
"type": "string"
},
"redirect5": {
"description": "fifth optional redirect",
"type": "string"
"type": "string"
}
}

Revision as of 03:12, 9 March 2020

  • [[#{{{redirect}}}|{{{jargon}}}]]: {{{description}}}
Template documentation[create]

This template is to be used on the Jargon page.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
redirectredirect

the redirect that will allow the term to be linked. DON'T INCLUDE SPACES

Example
acid_blocking
Stringrequired
jargonjargon

the name of the jargon

Example
acid blocking
Stringrequired
descriptiondescription

a description for the jargon

Example
The act of purposefully [[#Reinforce|reinforcing]] gold blocks to remove reinforced blocks, for example [[#Grief|grief]] or derelict builds.
Stringrequired
redirect2redirect2

second redirect in case it's needed. DON'T USE SPACES ON THE REDIRECT

Example
acid_verb
Stringoptional
redirect3redirect3

third optional redirect

Stringoptional
redirect4redirect4

fourth optional redirect

Stringoptional
redirect5redirect5

fifth optional redirect

Stringoptional