Difference between revisions of "User:JenovaSPIRIT/ShieldDMGPercent"

From SpiralKnights

Jump to: navigation, search
m
m
Line 9: Line 9:
 
4. me to figure out how this coding stuff makes no errors if you enter a question mark instead of a number :x <br>
 
4. me to figure out how this coding stuff makes no errors if you enter a question mark instead of a number :x <br>
  
<nowiki>{{User:JenovaSPIRIT/ShieldDMGPercent|360|72|?}}</nowiki><br>
+
<nowiki>{{User:JenovaSPIRIT/ShieldDMGPercent|360|72|miau}}</nowiki><br>
 
to display<br>
 
to display<br>
{{User:JenovaSPIRIT/ShieldDMGPercent|360|72|?}}
+
{{User:JenovaSPIRIT/ShieldDMGPercent|360|72|miau}}
 
</noinclude>
 
</noinclude>
  
Line 18: Line 18:
 
Yields: {{#expr: ceil (({{{1}}}-{{{2}}}))/{{{1}}}*100}}% - {{#expr: ceil (({{{1}}}-{{{3}}}))/{{{1}}}*100}}% damage.<br>
 
Yields: {{#expr: ceil (({{{1}}}-{{{2}}}))/{{{1}}}*100}}% - {{#expr: ceil (({{{1}}}-{{{3}}}))/{{{1}}}*100}}% damage.<br>
 
{{#if: ({{{2}}}|questionmark|no questionmark)}} <br>
 
{{#if: ({{{2}}}|questionmark|no questionmark)}} <br>
{{#expr: round (2|1/3)}} <br><br>
+
{{#expr: round (2|1/3)}} <br>
 +
{{#ifeq: {{{3|}}}|miau|nyanyanyanyan|nicht miau}} <br>
  
 
{{#ifeq:{{{2|}}|?|?|{{#expr: ceil (({{{1}}}-{{{2}}})/{{{1}}}*100)}}%}} - {{#ifeq:{{{3|}}|?|?|{{#expr: ceil (({{{1}}}-{{{3}}})/{{{1}}}*100)}}%}}
 
{{#ifeq:{{{2|}}|?|?|{{#expr: ceil (({{{1}}}-{{{2}}})/{{{1}}}*100)}}%}} - {{#ifeq:{{{3|}}|?|?|{{#expr: ceil (({{{1}}}-{{{3}}})/{{{1}}}*100)}}%}}
  
 
</includeonly>
 
</includeonly>

Revision as of 13:34, 28 May 2017

Testing to create a template using enormous skillful mastermind coding copy-paste techniques :D
Parameters are called using {{{#}}} in the order in which they appear in templates and can be used for calculations.

This template requires:
1. the amount of pixel while the shield got max health
2. the remaining pixels at the first depth of a stratum
3. the remaining pixels at the last depth of a stratum
4. me to figure out how this coding stuff makes no errors if you enter a question mark instead of a number :x

{{User:JenovaSPIRIT/ShieldDMGPercent|360|72|miau}}
to display

80% - ?


Personal tools