Club Penguin Rewritten Wiki
(Created page with "Silly question, on these pages instead of just bulleted DPL lists, why not do something like the following to create a useful table that lets users compare items at a glance?...")
Tag: Source edit
 
No edit summary
Tag: Source edit
Line 1: Line 1:
  +
==Page suggestion==
 
Silly question, on these pages instead of just bulleted DPL lists, why not do something like the following to create a useful table that lets users compare items at a glance? (try this on the actual page and you'll see you get a sortable wikitable that grabs its values from each page's ItemInfobox). Plus, it's reasonably easy to create a surrogate template for this and use that to format the table, which means an image thumbnail could be added to the left, and stuff can be calculated, added, or controlled with styles, parser functions etc.
 
Silly question, on these pages instead of just bulleted DPL lists, why not do something like the following to create a useful table that lets users compare items at a glance? (try this on the actual page and you'll see you get a sortable wikitable that grabs its values from each page's ItemInfobox). Plus, it's reasonably easy to create a surrogate template for this and use that to format the table, which means an image thumbnail could be added to the left, and stuff can be calculated, added, or controlled with styles, parser functions etc.
 
<pre>
 
<pre>

Revision as of 05:20, 20 October 2020

Page suggestion

Silly question, on these pages instead of just bulleted DPL lists, why not do something like the following to create a useful table that lets users compare items at a glance? (try this on the actual page and you'll see you get a sortable wikitable that grabs its values from each page's ItemInfobox). Plus, it's reasonably easy to create a surrogate template for this and use that to format the table, which means an image thumbnail could be added to the left, and stuff can be calculated, added, or controlled with styles, parser functions etc.

{{#dpl:
|category=Neck Items
|uses=Template:ItemInfobox
|include={ItemInfobox}:available:type:cost:party:found
|table=class="wikitable sortable",Item,Available,Type,Cost,Party,Found
|noresultsheader=no matching country found.\n
|allowcachedresults=true
|ordermethod=titlewithoutnamespace
}}

Just a thought. HauntedMiss (talk) 05:19, 20 October 2020 (UTC)