Template:Artifact table: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:
! width=230px class="unsortable" | Effect
! width=230px class="unsortable" | Effect
! width=230px class="unsortable" | Combination</includeonly><noinclude>
! width=230px class="unsortable" | Combination</includeonly><noinclude>
'''At''' is short of '''A'''rtifact '''T'''able.
'''AT''' is short of '''A'''rtifact '''T'''able. It is used together with [[:Template:ATR]].
 
=== Use ===
It's for [[List_of_artifacts_sorted_by_class|lists]] table use '''only''', to start a table heading code. Used with [[template:Ar]].


=== Variables ===
=== Variables ===
Line 29: Line 26:
gives:
gives:


{{Artifact table|Table name}}
{{At|Table name}}
{{Ar|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
{{ATR|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
|}
|}


=== See also ===
== See also ==
* [[:Template: Artifact table row]]
* [[:Template: ATR]]


[[Category:Table templates|Artifact heading]]
[[Category:Table templates|Artifact heading]]
__NOTOC__</noinclude>
__NOTOC__</noinclude>

Revision as of 06:48, 4 January 2017

AT is short of Artifact Table. It is used together with Template:ATR.

Variables

1=table name

Code

{{At|'Table name'}}
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
<...>
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
|}

Example

{{At|Miscellaneous}}
{{ATR|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
|}

gives:

Table name
Artifact Slot Class Cost Effect Combination
 Sword of Judgement Sword of Judgement Weapon Relic 100000 Gold   All Primary Skills +5 Part of Angelic_Alliance

See also