Template:Attacktix: Difference between revisions
From MediaWiki
Jump to navigationJump to search
Tweaking cat for proper alphabetization. |
Cyberlink420 (talk | contribs) mNo edit summary |
||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{| cellspacing="0" border="0" cellpadding="3" style="float: left;" | <noinclude>__NOTOC__ | ||
|- | ==Description== | ||
| | {{-}} | ||
This template is for detailing the statistics of [[Attacktix]] figures. It has several parameters which should be filled in as completely as possible. | |||
==Usage== | |||
===Parameters=== | |||
====Optional==== | |||
* ''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=== | |||
<pre> | |||
{{attacktix | |||
|ID=TF?? | |||
|rarity=Rare | |||
|faction=Autobot | |||
|class=Trooper | |||
|special= Attackback - 2/26 (7.5%) | |||
|cost=5 | |||
|speed=8 | |||
|attacktype=Shooter | |||
}} | |||
</pre> | |||
==Examples== | |||
===Code=== | |||
<pre> | |||
{{attacktix | |||
|ID=TF03 | |||
|rarity=Rare | |||
|faction=Decepticon | |||
|class=Trooper | |||
|special=Attackback - 4/26 (15%) | |||
|cost=10 | |||
|speed=4 | |||
|attacktype=Shooter (small missile) | |||
}} | |||
</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> | |||
<includeonly>{| cellspacing="0" border="0" cellpadding="3" style="float: left; padding-left: 20px;" | |||
|- bgcolor="#ececec" | |||
|''ID number'':||'''{{{ID|TF??}}}''' | |||
|- | |||
|''Rarity'':||{{{rarity|}}} | |||
|- bgcolor="#ececec" | |- bgcolor="#ececec" | ||
|''Faction'':||{{{faction|}}} | |''Faction'':||{{{faction|}}} | ||
| Line 14: | Line 74: | ||
|- | |- | ||
|''Attack Type'':||{{{attacktype|}}} | |''Attack Type'':||{{{attacktype|}}} | ||
|} | |}</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) |

