From Dark and Darker Wiki

(Created page with "<includeonly>{{#arraydefine:Miscs|{{Misc Data|Alllists|Types|Misc|{{#if:{{{craftable|}}}|Craftable|Uncraftable}}|{{{1}}}}} }}<!-- -->{{#loop:i|0|{{#arraysize:Miscs}}<!-- -->|{{#vardefine:current|{{#arrayindex:Miscs|{{#var:i}} }} }}<!-- -->{{GenerateMiscRow|{{#var:current}}}} }}<!-- --></includeonly><noinclude> List Miscs and generate rows with them == Example == <table class="wikitable"> <tr> <th>Code</th> <th>Preview</th> </tr> <tr> <td style="padding: 20px...")
 
(Added exception for Silver Ore item.)
Line 2: Line 2:
-->{{#loop:i|0|{{#arraysize:Miscs}}<!--
-->{{#loop:i|0|{{#arraysize:Miscs}}<!--
-->|{{#vardefine:current|{{#arrayindex:Miscs|{{#var:i}} }} }}<!--
-->|{{#vardefine:current|{{#arrayindex:Miscs|{{#var:i}} }} }}<!--
-->{{GenerateMiscRow|{{#var:current}}}} }}<!--
If the current item is Silver Ore, do not generate a row for it
-->{{#ifeq:Silver Ore|{{#var:current}}<!--
-->||{{GenerateMiscRow|{{#var:current}}}} }} }}<!--


--></includeonly><noinclude>
--></includeonly><noinclude>

Revision as of 18:42, 20 April 2024

List Miscs and generate rows with them

Example

Code Preview
{{GenerateMiscRows|Gem}}

Template:GenerateMiscRows

{{GenerateMiscRows|Ore}}

Template:GenerateMiscRows