Template:Artifact table: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{|class="wikitable sortable"
<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}}}'''
!width=230px|Artifact!!width=56px|[[Artifact|Slot]]!!width=56px|[[List_of_artifacts_sorted_by_class|Class]]!!width=56px|Price!!width=230px|Effect!!width=230px|Combination</includeonly><noinclude>
|- style="background-color:#{{Tan 3}}; height:25px;"
'''At''' is short of '''A'''rtifact '''T'''able.
! width=230px | Artifact
! width=56px | Slot
! width=56px | Class
! width=56px data-sort-type="number" | Cost
! width=220px | Effect
! width=230px | Combination</includeonly><noinclude>
'''AT''' is short of '''A'''rtifact '''T'''able. It is used together with [[:Template:ATR]].


==Use==
=== Variables ===
It's for [[List_of_artifacts_sorted_by_class|lists]] table use '''only''', to start a table heading code. Used with [[template:Ar]].
 
=====Variables=====
1=table name
1=table name


=====Code=====
=== Code ===
<pre>{{At|'Table name'}}
<pre>{{At|'Table name'}}
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
{{Ar|'Artifact name'|'slot'|'class'|'cost'|'effect'|'Combo Artifact name'}}
Line 17: Line 20:
|}</pre>
|}</pre>


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


{|class="wikitable sortable"
{{At|Table name}}
|+ Miscellaneous
{{ATR|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance|combo_source={{-}}{{withab}}}}
!width=210px|Artifact!!width=56px|[[Artifact|Slot]]!!width=56px|[[List_of_artifacts_sorted_by_class|Class]]!!width=56px|Price!!width=210px|Effect!!width=210px|Combination
{{Ar|Sword of Judgement|Weapon|Relic|100000|All [[Primary Skills]] +5|Angelic_Alliance}}
|}
|}


[[Category:Table templates|Artifact heading]]</noinclude>
== See also ==
* [[:Template: ATR]]
 
[[Category:Table templates|Artifact heading]]
__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