Difference between revisions of "User talk:BlarghBlargh"
From SpiralKnights
BlarghBlargh (Talk | contribs) |
BlarghBlargh (Talk | contribs) m (forgot nowiki tags.) |
||
Line 17: | Line 17: | ||
Is there a code to exclude a line of code from a template? The way I have it doesn't seem to work - the template just eats it and it doesn't register. Trying to make a jump-to/ToC thing for the Card page. When you have time of course/want a break from fiddling with pixels. -[[User:Novaster|Novaster]] 21:18, 7 December 2014 (UTC) | Is there a code to exclude a line of code from a template? The way I have it doesn't seem to work - the template just eats it and it doesn't register. Trying to make a jump-to/ToC thing for the Card page. When you have time of course/want a break from fiddling with pixels. -[[User:Novaster|Novaster]] 21:18, 7 December 2014 (UTC) | ||
− | Yes. The {{#if: {{{variable}}}|<include stuff>|}} will ignore stuff only if in the call you put {{template|variable=}}. It needs the variable to be sent empty, otherwise it eats it up as {{{variable}}} during the call and applies it like that. -[[User:BlarghBlargh|Skepticraven]] 21:22, 7 December 2014 (UTC) | + | Yes. The <nowiki>{{#if: {{{variable}}}|<include stuff>|}}</nowiki> will ignore stuff only if in the call you put <nowiki>{{template|variable=}}</nowiki>. It needs the variable to be sent empty, otherwise it eats it up as {{{variable}}} during the call and applies it like that. -[[User:BlarghBlargh|Skepticraven]] 21:22, 7 December 2014 (UTC) |
Revision as of 21:23, 7 December 2014
Below are some thoughts on my weapon mechanics research [1]
Depth 1 neutral armor is exactly 10 (making depth 1 values extremely easy to obtain when damage shown is greater than 15. for certainty).
Proto sword, Proto bomb, Hatchet all use a depth increase value close to 0.2083.
Heavy hatchet, bolted blade both use a depth increase value close to 0.1741.
It seems that the depth increase for weapons follows the item star count. I may have to revisit older data for hammer to see if there is a multiplier for 5* weapons.
Twee
Those alchemy trees are lookin great! -Novaster 17:35, 7 December 2014 (UTC)
HiddenHeader and/or Anchor
Is there a code to exclude a line of code from a template? The way I have it doesn't seem to work - the template just eats it and it doesn't register. Trying to make a jump-to/ToC thing for the Card page. When you have time of course/want a break from fiddling with pixels. -Novaster 21:18, 7 December 2014 (UTC)
Yes. The {{#if: {{{variable}}}|<include stuff>|}} will ignore stuff only if in the call you put {{template|variable=}}. It needs the variable to be sent empty, otherwise it eats it up as {{{variable}}} during the call and applies it like that. -Skepticraven 21:22, 7 December 2014 (UTC)