From Dark and Darker Wiki
(Merged all weapon tables into one.) |
m (Added examples.) |
||
Line 30: | Line 30: | ||
</table></includeonly><noinclude> | </table></includeonly><noinclude> | ||
Parameters: | Parameters: | ||
* | *{[Insert Weapon Row]} | ||
*type={Bow,Crossbow,Shield} (optional) | *type={Bow,Crossbow,Shield} (optional) | ||
<br> | |||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr> | <tr> | ||
Line 43: | Line 44: | ||
<td style="padding: 20px 30px;"> | <td style="padding: 20px 30px;"> | ||
{{WeaponTable|{{GenerateWeaponRow|Throwing Knife}}}} | {{WeaponTable|{{GenerateWeaponRow|Throwing Knife}}}} | ||
</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 20px 30px;"> | |||
<pre>{{WeaponTable|{{GenerateWeaponRow|Centaur's Madness}}|type=Bow}}</pre> | |||
</td> | |||
<td style="padding: 20px 30px;"> | |||
{{WeaponTable|{{GenerateWeaponRow|Centaur's Madness}}|type=Bow}} | |||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</noinclude> | </noinclude> |
Revision as of 09:30, 16 March 2024
Parameters:
- {[Insert Weapon Row]}
- type={Bow,Crossbow,Shield} (optional)
Code | Preview | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{WeaponTable|{{GenerateWeaponRow|Throwing Knife}}}} |
|
|||||||||||||
{{WeaponTable|{{GenerateWeaponRow|Centaur's Madness}}|type=Bow}} |
|