Template:GuildAbility: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
(allows any and all fields to be disabled)
Line 11: Line 11:
{{!}} colspan=2 {{!}}{{#if:{{{teacher|}}}|{{#switch:{{lc:{{{teacher}}}}}|any=Any Guildleader|{{#arraymap:{{{teacher}}}|,|x|[[teacher is::x]]}}}}|''Unknown''}}}}
{{!}} colspan=2 {{!}}{{#if:{{{teacher|}}}|{{#switch:{{lc:{{{teacher}}}}}|any=Any Guildleader|{{#arraymap:{{{teacher}}}|,|x|[[teacher is::x]]}}}}|''Unknown''}}}}
|-
|-
! style="text-align:left" | '''Requirements:'''
{{#ifeq:{{lc:{{{reqs}}}}}| n | | ! style="text-align:left" | '''Requirements:'''
| colspan=2 | {{#if:{{{reqs|}}} | {{#switch:{{lc:{{{reqs}}}}} | n=None | {{{reqs}}}}} | ''Unknown''}}
| colspan=2 | {{#if:{{{reqs|}}} | {{#switch:{{lc:{{{reqs}}}}} | n=None | {{{reqs}}}}} | ''Unknown''}}}}
|-
|-
! style="text-align:left"{{!}}'''Cost To Use:'''
{{#ifeq:{{lc:{{{cost}}}}}| n | | ! style="text-align:left"{{!}}'''Cost To Use:'''
| colspan=2 {{!}} {{#if:{{{cost|}}}|{{{cost}}}|''Unknown''}}
| colspan=2 {{!}} {{#if:{{{cost|}}}|{{{cost}}}|''Unknown''}}}}
|-
|-
! style="text-align:left"|'''Description:'''
{{#ifeq:{{lc:{{{desc}}}}}| n | | ! style="text-align:left"|'''Description:'''
| colspan=2|{{#if:{{{desc|}}}|{{{desc}}}|''Unknown''}}
| colspan=2|{{#if:{{{desc|}}}|{{{desc}}}|''Unknown''}}}}
|-
|-
! style="text-align:left"|'''Effect:'''
{{#ifeq:{{lc:{{{effect}}}}}| n | | ! style="text-align:left"|'''Effect:'''
| colspan=2|{{#if:{{{effect|}}}|{{{effect}}}|''Unknown''}}
| colspan=2|{{#if:{{{effect|}}}|{{{effect}}}|''Unknown''}}}}
|-
|-
! style="text-align:left"|'''Messaging:'''
{{#ifeq:{{lc:{{{messaging}}}}}| n | | ! style="text-align:left"|'''Messaging:'''
| colspan=2 | {{#if:{{{messaging|}}}|{{{messaging}}}|''Unknown''}}
| colspan=2 | {{#if:{{{messaging|}}}|{{{messaging}}}|''Unknown''}}}}
|-
|-
{{#if:{{{type|}}}| |! style="text-align:left" {{!}} '''Type:'''
{{#if:{{{type|}}}| |! style="text-align:left" {{!}} '''Type:'''

Revision as of 19:12, 1 October 2008

GuildAbility Infobox
Teacher: Unknown
style="text-align:left"
Cost To Use:
style="text-align:left"
style="text-align:left"
style="text-align:left"
Type: Unknown

This template provides an infobox for all guild ability articles. Notes and commentary should be added on the individual articles via normal article editing.

Usagage Documentation:

Variable Supported Values Usage
name Ability name if different from page name
reqs Any prequisits to learn. Manually add links to other abilities if needed
teacher any/(teacher) What NPC(s) teach it. Automatically will add links. If multiple, add names separated by "," and no space.
cost The cost required to use it. Please specify what kind of units are used (concentration, voice pulses, etc.)
desc The teaching NPC's description
effect What is the power's effects?
messaging The messaging shown when activated
type n/combo khri/special khri/finesse/potency/subtlety/roar/dance/ What kind of ability is it? Separate different entries by "," with no space.

When making a new article, copy the text below into the edit window and fill in the parameter values as appropriate.

{{GuildAbility
|name=
|teacher=
|prereqs=
|cost=
|desc=
|effect=
|messaging=
|type=
}}