Template:GuildAbility: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
! width=30% style="background: #B9B59C;border-right: hidden;height: 35px"|
! width=30% style="background: #B9B59C;border-right: hidden;height: 35px"|
! align="center" style="background:#B9B59C;font-size:150%;border-right:hidden"|'''{{#if:{{{name|}}}|{{{name}}} Infobox|{{PAGENAME}} Infobox}}'''
! align="center" style="background:#B9B59C;font-size:150%;border-right:hidden"|'''{{#if:{{{name|}}}|{{{name}}} Infobox|{{PAGENAME}} Infobox}}'''
! width=30% style="background:#B9B59C"|{{#switch:{{lc:{{{special}}}}}|y|yes='''[S]'''}}
! width=30% style="background:#B9B59C"| }}
|-
|-
! style="text-align:left" | '''{{#switch:{{lc:{{{combo}}}}}|y|yes=Pillars:|Requirements:}}'''
{{#switch:{{lc:{{{teacher}}}}}|n= | {{!}} style="text-align:left" {{!}} '''Teacher:''' {{!}}{{!}} colspan=2 {{!}} {{#if:{{{teacher|}}}|{{#switch:{{lc:{{{teacher}}}}}|any=Any Guildleader|[[teacher is::{{{teacher}}}]]}}|''Unknown''}}}}
| colspan=2 | {{#if:{{{reqs|}}} | {{#switch:{{lc:{{{reqs}}}}} | n=None | {{{reqs}}}}} | ''Unknown''}}
|-
|-
! style="text-align:left" | '''Requirements:'''
{{#switch:{{lc:{{{teacher}}}}}|n= | {{!}} style="text-align:left" {{!}} '''Teacher:''' {{!}}{{!}} colspan=2 {{!}} {{#if:{{{teacher|}}}|{{#switch:{{lc:{{{teacher}}}}}|any=Any|[[teacher is::{{{teacher}}}]]}}|''Unknown''}}}}
| colspan=2 | {{#if:{{{reqs|}}} | {{#switch:{{lc:{{{reqs}}}}} | n=None | {{{reqs}}}}} | ''Unknown''}}
|-
|-
! style="text-align:left"{{!}}'''Cost To Use:'''
{{#switch: {{lc:{{{cost}}}}}|n= |! style="text-align:left"{{!}}'''{{#switch:{{lc:{{{guild|}}}}}|thief=Concentration Cost|barbarian=Voice Level Cost|ranger=Alignment Required}}:''' {{!}}{{!}} colspan=2 {{!}} {{#if:{{{cost|}}}|{{{cost}}}|''Unknown''}}}}
| colspan=2 {{!}} {{#if:{{{cost|}}}|{{{cost}}}|''Unknown''}}}}
|-
|-
! style="text-align:left"|'''Description:'''
! style="text-align:left"|'''Description:'''
Line 24: Line 25:
! style="text-align:left"|'''Messaging:'''
! style="text-align:left"|'''Messaging:'''
| colspan=2 | {{#if:{{{messaging|}}}|{{{messaging}}}|''Unknown''}}
| colspan=2 | {{#if:{{{messaging|}}}|{{{messaging}}}|''Unknown''}}
|}<noinclude>
|}<includeonly>[[Category:Khri|{{PAGENAME}}]]{{#switch:{{lc:{{{combo}}}}}|y|yes=[[Category:Combination Khri|{{PAGENAME}}]]|}}{{#if:{{{tree|}}}|[[Category:{{{tree}}} Tree|{{PAGENAME}}]]}}{{#switch:{{lc:{{{special|}}}}}|y|yes=[[Category:Special Khri|{{PAGENAME}}]]}}</includeonly><noinclude>
This template provides an infobox for khri articles. Notes and commentary should be added on the individual khri articles via normal article editing.
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:==
==Usagage Documentation:==
Line 32: Line 33:
!Variable!!Supported Values!!Usage
!Variable!!Supported Values!!Usage
|-
|-
|name|| ||Khri name if different from page name
|name|| ||Ability name if different from page name
|-
|-
|prereqs|| ||Any prequisits to learn. Manually add links to other khris if needed
|prereqs|| ||Any prequisits to learn. Manually add links to other abilities if needed
|-
|-
|teacher||any/(teacher)||What NPC(s) teach it. Automatically will add links.
|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.)
|cost|| ||The concentration cost to activate
|-
|-
|desc|| ||The teaching NPC's description
|desc|| ||The teaching NPC's description
Line 46: Line 47:
|messaging|| ||The messaging shown when activated
|messaging|| ||The messaging shown when activated
|-
|-
|tree|| ||What tree is the khri part of?
|type||combo/special/(which tree)/||What tree of ability is it? Used for categorization purposes.
|-
|combo||y/yes/n/no||Is it a combination khri?
|-
|special||y/yes/n/no||Is it a special type of khri?
|}
|}


When making a new khri article, copy the text below into the edit window and fill in the parameter values as appropriate.
When making a new article, copy the text below into the edit window and fill in the parameter values as appropriate.
<pre>
<pre>
{{GuildAbility
{{khri
|name=
|name=
|prereqs=
|teacher=
|teacher=
|prereqs=
|cost=
|cost=
|desc=
|desc=
|effect=
|effect=
|messaging=
|messaging=
|tree=
|type=
|combo=
|special=
}}
}}
</pre>[[Category:Templates|{{PAGENAME}}]]
</pre>[[Category:Templates|{{PAGENAME}}]]

Revision as of 17:43, 1 October 2008

{ |-

|- ! style="text-align:left" | Requirements: | colspan=2 | Unknown |- ! style="text-align:left"|Cost To Use: | colspan=2 | Unknown}} |- ! style="text-align:left"|Description: | colspan=2|Unknown |- ! style="text-align:left"|Effect: | colspan=2|Unknown |- ! style="text-align:left"|Messaging: | colspan=2 | 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
prereqs 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 combo/special/(which tree)/ What tree of ability is it? Used for categorization purposes.

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=
}}