Şablon:ACT
Used for ACT cards in the Available ACTs sections on enemy pages.
| Parametre | Açıklama | Tür | Durum | |
|---|---|---|---|---|
| Name | name | Name of the ACT. | Dize | gerekli |
| Together with | together | Which characters is the ACT performed with. Determines the character icons which appear next to the ACT name.
| Dize | isteğe bağlı |
| Description | description | Description of the ACT used on the battle screen. | Dize | önerilen |
| Effect | effect | Which effect does the ACT have when used. | İçerik | gerekli |
| Image | image | Which image to display on the right side of the ACT. Use only in case the autogenerated filename does not match any image! It is preferred that you rename the file if it doesn't match the naming scheme, rather than override it using this parameter.
| Dosya | isteğe bağlı |
| Heading level | level | Level in the table of contents that this ACT section appears under. By default set to 4 (In battle section is at level 2, and the Available ACTs section is at level 3), but if the character has multiple forms with distinct ACTs (such as, for example, Rouxls Kaard) it may be appropriate to set this parameter to 5.
| Sayı | isteğe bağlı |
{{ACT
|name = Boogie
|together = Susie, Ralsei
|description = Let's boogie!
|effect = Boogies with the enemy.
|image = Shadowguy act Boogie.gif
|level = 3
}}gives...
- Module:ACT for the module implementing the logic behind this template.
- MediaWiki:ACT.css for the styles behind this template.