Difference between revisions of "Template:Ego table"

From Tales of Maj'Eyal
Jump to: navigation, search
(adds 'min level' and 'cost' column; adds usage syntax)
Line 1: Line 1:
 
<includeonly><onlyinclude>{|cellpadding="10" class="wikitable" style="color: black;" width="100%"
 
<includeonly><onlyinclude>{|cellpadding="10" class="wikitable" style="color: black;" width="100%"
|style="background: #A4A4A4" colspan="5"|'''''{{{ego_class}}}'''''
+
! width=100ch | Name
|-
+
! width=50ch | Power Source
! Name !! Power Source !! Greater !Rarity !! Abilities
+
! width=50ch | Min. Level
 +
! width=50ch | Greater
 +
! width=50ch | Rarity
 +
! width=50ch | Cost
 +
! | Effects
 
{{{ego_rows}}}
 
{{{ego_rows}}}
 
|}</onlyinclude></includeonly>
 
|}</onlyinclude></includeonly>
  
 
[[Category:Templates]]
 
[[Category:Templates]]
This template is used to produce a table of egos and the abilities associated with the. Use [[Template:Ego row|Ego row]] to add rows.
 
  
Use ''ego_class='' to name the table header, eg: 'Staves' or 'Rings'.
+
{{ego table}}
 +
 
 +
This template is used to produce a table of egos and the abilities associated with the. Use [[Template:Ego row|Ego row]] to add rows. Some egos have effects that works once an item is wielded, and some only work when the item is used as weapon in an attack. In 'effects' column, use bullet lists to separate those.
 +
 
 +
Usage:
 +
<pre><nowiki>
 +
{{ego table|ego rows=
 +
{{ego row
 +
|name=
 +
|source=
 +
|level=
 +
|greater=
 +
|rarity=
 +
|cost=
 +
|effects=
 +
}}
 +
{{ego row
 +
|name=
 +
|source=
 +
|level=
 +
|greater=
 +
|rarity=
 +
|cost=
 +
|effects=
 +
}}
 +
...
 +
}}
 +
</nowiki></pre>

Revision as of 23:38, 12 November 2016


Name Power Source Min. Level Greater Rarity Cost Effects

{{{ego_rows}}}

This template is used to produce a table of egos and the abilities associated with the. Use Ego row to add rows. Some egos have effects that works once an item is wielded, and some only work when the item is used as weapon in an attack. In 'effects' column, use bullet lists to separate those.

Usage:

{{ego table|ego rows=
{{ego row
|name=
|source=
|level=
|greater=
|rarity=
|cost=
|effects=
}}
{{ego row
|name=
|source=
|level=
|greater=
|rarity=
|cost=
|effects=
}}
...
}}