Template:At: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| cellpadding=0 cellspacing=0 class="sortable" style="background-color:#{{Orange 3}}; border: 1px solid; border-color:#{{Orange 1}};" {{{head|}}} |- style="background-color:#{{Orange 2}}; height:25px;" ! Artifact ! Expansion Source|link=Expansions ! Slot ! Class ! data-sort-type="number" | Cost ! width=280px | Effect ! width=280px | Combination</includeonly><noinclude> '''AT''' is short of '''A'''rtifact '''T'''able. It is used...")
 
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{{head|}}}
{{{head|}}}
|- style="background-color:#{{Orange 2}}; height:25px;"
|- style="background-color:#{{Orange 2}}; height:25px;"
! Artifact
! width=250px |Artifact
! [[File:Source map icon.png|Expansion Source|link=Expansions]]
! [[File:Source map icon.png|Expansion Source|link=Expansions]]
! Slot
! width=72px | Slot
! Class
! width=72px | Class
! data-sort-type="number" | Cost
! width=72px data-sort-type="number" | Cost
! width=280px | Effect
! width=280px | Effect
! width=280px | Combination</includeonly><noinclude>
! width=280px | Combination</includeonly><noinclude>


'''AT''' is short of '''A'''rtifact '''T'''able. It is used together with [[:Template:ATR]].
'''AT''' is short of '''A'''rtifact '''T'''able. It is used together with [[:Template:Ar]].


=== Variables ===
=== Variables ===
Line 16: Line 16:


=== Code ===
=== Code ===
<pre>{{At2}}
<pre>{{At}}
{{Ar2|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
<...>
<...>
{{Ar2|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
|}</pre>
|}</pre>


=== Example ===
=== Example ===
<pre>{{At2|Miscellaneous}}
<pre>{{At|Miscellaneous}}
{{Ar2|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
{{Ar|Sword of Judgement|roe||Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
|}</pre>
|}</pre>
gives:
gives:


{{At2|Table name}}
{{At|Table name}}
{{Ar2|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance|combo_source={{-}}{{withab}}}}
{{Ar|Sword of Judgement|roe|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance|combo_source={{-}}{{withab}}}}
|}
|}


== See also ==
== See also ==
* [[:Template: Ar2]]
* [[:Template: Ar]]


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

Latest revision as of 01:25, 9 October 2024


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

Variables[edit | hide | hide all]

1=table name

Code[edit | hide]

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

Example[edit | hide]

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

gives:

Artifact Expansion Source Slot Class Cost Effect Combination
 Sword of Judgement Sword of Judgement 1 - Restoration of Erathia Weapon Relic 100000 Gold   All Primary Skills +5 Part of Angelic_Alliance Armageddon's Blade

See also[edit | hide]