Template:Attacktix: Difference between revisions
From MediaWiki
Jump to navigationJump to search
Tigerpaw28 (talk | contribs) Automated documentation update |
Cyberlink420 (talk | contribs) mNo edit summary |
||
| (18 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
{{-}} | {{-}} | ||
This template is for detailing the statistics of [[Attacktix]] figures. It has several parameters which should be filled in as completely as possible. | This template is for detailing the statistics of [[Attacktix]] figures. It has several parameters which should be filled in as completely as possible. | ||
==Usage== | ==Usage== | ||
===Parameters=== | ===Parameters=== | ||
====Optional==== | ====Optional==== | ||
* ''ID'' - | * ''ID'' - The figure ID | ||
* ''faction'' - | * ''rarity'' - The figure's rarity | ||
* ''class'' - | * ''faction'' - The figure's faction | ||
* ''special'' - | * ''class'' - The figure's class | ||
* ''cost'' - | * ''special'' - The figure's special rule | ||
* ''speed'' - | * ''cost'' - The figure's points cost | ||
* ''attacktype'' - | * ''speed'' - The figure's base speed | ||
* ''attacktype'' - The figure's attack type | |||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{ | {{attacktix | ||
|ID= | |ID=TF?? | ||
|faction= | |rarity=Rare | ||
|class= | |faction=Autobot | ||
|special= | |class=Trooper | ||
|cost= | |special= Attackback - 2/26 (7.5%) | ||
|speed= | |cost=5 | ||
|attacktype= | |speed=8 | ||
|attacktype=Shooter | |||
}} | }} | ||
</pre> | </pre> | ||
==Examples== | ==Examples== | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{ | {{attacktix | ||
|ID= | |ID=TF03 | ||
|faction= | |rarity=Rare | ||
|class= | |faction=Decepticon | ||
|special= | |class=Trooper | ||
|cost= | |special=Attackback - 4/26 (15%) | ||
|speed= | |cost=10 | ||
|attacktype= | |speed=4 | ||
|attacktype=Shooter (small missile) | |||
}} | }} | ||
</pre> | </pre> | ||
===Result=== | |||
{{attacktix | |||
|ID=TF03 | |||
|rarity=Rare | |||
|faction=Decepticon | |||
|class=Trooper | |||
|special=Attackback - 4/26 (15%) | |||
|cost=10 | |||
|speed=4 | |||
|attacktype=Shooter (small missile) | |||
}} | |||
[[Category:Character article templates|Attacktix]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly>{| cellspacing="0" border="0" cellpadding="3" style="float: left; padding-left: 20px;" | ||
{| cellspacing="0" border="0" cellpadding="3" style="float: left;" | |- bgcolor="#ececec" | ||
|- | |''ID number'':||'''{{{ID|TF??}}}''' | ||
| | |- | ||
|''Rarity'':||{{{rarity|}}} | |||
|- bgcolor="#ececec" | |- bgcolor="#ececec" | ||
|''Faction'':||{{{faction|}}} | |''Faction'':||{{{faction|}}} | ||
| Line 71: | Line 74: | ||
|- | |- | ||
|''Attack Type'':||{{{attacktype|}}} | |''Attack Type'':||{{{attacktype|}}} | ||
|} | |}</includeonly> | ||
</includeonly> | |||
Latest revision as of 05:16, 11 May 2024
Description
[edit]
This template is for detailing the statistics of Attacktix figures. It has several parameters which should be filled in as completely as possible.
Usage
[edit]Parameters
[edit]Optional
[edit]- ID - The figure ID
- rarity - The figure's rarity
- faction - The figure's faction
- class - The figure's class
- special - The figure's special rule
- cost - The figure's points cost
- speed - The figure's base speed
- attacktype - The figure's attack type
Code
[edit]{{attacktix
|ID=TF??
|rarity=Rare
|faction=Autobot
|class=Trooper
|special= Attackback - 2/26 (7.5%)
|cost=5
|speed=8
|attacktype=Shooter
}}
Examples
[edit]Code
[edit]{{attacktix
|ID=TF03
|rarity=Rare
|faction=Decepticon
|class=Trooper
|special=Attackback - 4/26 (15%)
|cost=10
|speed=4
|attacktype=Shooter (small missile)
}}
Result
[edit]| ID number: | TF03 |
| Rarity: | Rare |
| Faction: | Decepticon |
| Class: | Trooper |
| Special: | Attackback - 4/26 (15%) |
| Point Cost: | 10 |
| Base Speed: | 4 |
| Attack Type: | Shooter (small missile) |

