From Dark and Darker Wiki
(Changing Template to use structure that works with the new Item Data.) |
m (Changing whitespace structure to be python-esque.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{ | <includeonly>{{#if:{{Weapon Data|{{{1|{{PAGENAME}}}}}|impactresistance}}<!-- | ||
-->|<h2>Block</h2><!-- | -->|<h2>Block</h2><!-- | ||
-->{{PAGENAME}} has a block ability.<br><!-- | -->{{{1|{{PAGENAME}}}}} has a block ability.<br><!-- | ||
-->It has impact resistance of '''{{ | -->It has impact resistance of '''{{Weapon Data|{{{1|{{PAGENAME}}}}}|impactresistance}}''', learn more at [[Impact Power]].}}<!-- | ||
--></includeonly><noinclude> | |||
<table class="wikitable"> | |||
<tr> | |||
<th>Code</th> | |||
<th>Preview</th> | |||
</tr> | |||
<tr> | |||
<td style="padding: 20px 30px;"> | |||
<pre>{{GenerateBlock|Arming Sword}}</pre></td> | |||
<td style="padding: 20px 30px;"> | |||
{{GenerateBlock|Arming Sword}}</td></tr> | |||
<tr> | |||
<td style="padding: 20px 30px;"> | |||
<pre>{{GenerateBlock|Heater Shield}}</pre></td> | |||
<td style="padding: 20px 30px;"> | |||
{{GenerateBlock|Heater Shield}}</td></tr></table> | |||
</noinclude> |
Latest revision as of 10:02, 10 April 2024
Code | Preview |
---|---|
{{GenerateBlock|Arming Sword}} |
|
{{GenerateBlock|Heater Shield}} |
BlockHeater Shield has a block ability.It has impact resistance of 5, learn more at Impact Power. |