Template:Artifact table: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{| cellpadding=0 cellspacing=0 class="sortable" style="background-color:#{{Tan 3}}; border: 1px solid;"  
<includeonly>{| cellpadding=0 cellspacing=0 class="sortable" style="background-color:#{{Tan 2}}; border: 1px solid;"  
|+ {{{1}}}
|+ style="background-color:#{{Tan 1}}; height:25px; color:white; font-size:120%; padding-top=4px;"|'''{{{1}}}'''
|- style="background-color:#{{Tan 1}}; height:25px;"
|- style="background-color:#{{Tan 3}}; height:25px;"
! width=230px | Artifact
! width=230px | Artifact
! width=56px  | [[Artifact#Slots|Slot]]
! width=56px  | Slot
! width=56px  | [[List_of_artifacts_sorted_by_class|Class]]
! width=56px  | Class
! width=56px | Cost
! width=56px data-sort-type="number" | Cost
! width=230px class="unsortable" | Effect
! width=220px | Effect
! width=230px class="unsortable" | Combination</includeonly><noinclude>
! width=230px | 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 25: Line 22:
=== Example ===
=== Example ===
<pre>{{At|Miscellaneous}}
<pre>{{At|Miscellaneous}}
{{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}}
|}</pre>
|}</pre>
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|combo_source={{-}}{{withab}}}}
|}
|}


=== 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 19:44, 18 July 2018

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 Armageddon's Blade

See also