Vorlage:GetProjectileInfo
Zur Navigation springen
Zur Suche springen
Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:GetProjectileInfo/Dokumentation. (bearbeiten | Versionsgeschichte)
Siehe auch die englische Vorlagenseite: Template:GetProjectileInfo. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.
This template is used to dynamically display information about a projectile. It is based on Module:Projectileinfo, which takes its data directly from the source code.
{{projectileinfo}} is an alias for {{getProjectileInfo}}.
Usage
{{ projectileinfo | <ID of the projectile> | <specific stat> }}
Special: {{projectileinfo||count}} results in: 1022
- First unnamed parameter
- Second unnamed parameter
Specific stat to be displayed. Can be any of the following, in addition to the stats displayed on Module:Projectileinfo:
nameimage
Examples
| Code | Result |
|---|---|
{{projectileinfo|87|name}} |
Grüne Fee |
{{projectileinfo|147|image}} |
Corrupt Spray.png |
{{projectileinfo|1|arrow}} |
true |
{{projectileinfo||count}} |
1022 |