Difference between revisions of "Template:DamageProfile/doc"
From EVE University Wiki
m (Moved to the Category:Formatting templates) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
;Description | ;Description | ||
:This template creates damage profile graphs to be inserted into ammunition data tables. It only functions when included within another table. It creates four cells across, depicting a particular ammo type's EM, thermal, kinetic, and explosive damage profile. | :This template creates damage profile graphs to be inserted into ammunition data tables. It only functions when included within another table. It creates four cells across, depicting a particular ammo type's EM, thermal, kinetic, and explosive damage profile. | ||
− | ;Dependencies: | + | ;Dependencies: |
:* CSS | :* CSS | ||
:* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions MediaWiki Parser Functions Extension] | :* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions MediaWiki Parser Functions Extension] | ||
Line 8: | Line 8: | ||
:Type <code>{{t|DamageProfile|EM Damage|Thermal Damage|Kinetic Damage|Explosive Damage}}</code> somewhere. (It doesn't matter what size charge's data is used, as long as it's consistent. Output is in percentages.) | :Type <code>{{t|DamageProfile|EM Damage|Thermal Damage|Kinetic Damage|Explosive Damage}}</code> somewhere. (It doesn't matter what size charge's data is used, as long as it's consistent. Output is in percentages.) | ||
;Sample output | ;Sample output | ||
− | :<code><nowiki>{| class="wikitable | + | :<code><nowiki>{| class="wikitable"</nowiki></code> |
− | :<code><nowiki>| | + | :<code><nowiki>|+</nowiki></code> |
:<code><nowiki>{{DamageProfileHeader}}</nowiki></code> | :<code><nowiki>{{DamageProfileHeader}}</nowiki></code> | ||
:<code><nowiki>|-</nowiki></code> | :<code><nowiki>|-</nowiki></code> | ||
Line 20: | Line 20: | ||
::gives... | ::gives... | ||
<center> | <center> | ||
− | {| class="wikitable" style=" | + | {| class="wikitable" style="width:25%;" |
− | | | + | |+ |
{{DamageProfileHeader}} | {{DamageProfileHeader}} | ||
|- | |- | ||
Line 33: | Line 33: | ||
;See also: | ;See also: | ||
:* [[Template:DamageProfileHeader]] | :* [[Template:DamageProfileHeader]] | ||
+ | :* [[Template:PercentageBar]] | ||
:* [[Projectile ammunition]] | :* [[Projectile ammunition]] | ||
− | <includeonly>[[Category: | + | <includeonly>[[Category:Formatting templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly> |
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Latest revision as of 21:15, 18 March 2021
- Description
- This template creates damage profile graphs to be inserted into ammunition data tables. It only functions when included within another table. It creates four cells across, depicting a particular ammo type's EM, thermal, kinetic, and explosive damage profile.
- Dependencies
- Syntax
- Type
{{DamageProfile|<EM Damage>|<Thermal Damage>|<Kinetic Damage>|<Explosive Damage>}}
somewhere. (It doesn't matter what size charge's data is used, as long as it's consistent. Output is in percentages.) - Sample output
{| class="wikitable"
|+
{{DamageProfileHeader}}
|-
{{DamageProfile|9|0|1|2}}
|-
{{DamageProfile|0|10|2|0}}
|-
{{DamageProfile|3|3|3|3}}
|}
- gives...
EM |
Therm. |
Kinetic |
Exp. | ||||||||
|
|
|
| ||||||||
|
|
|
| ||||||||
|
|
|
|