Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Talk:Incarnate Shard Component

From Paragon Wiki Archive
Revision as of 23:14, 10 January 2011 by Eabrace (Talk | contribs)

Jump to: navigation, search

How do we get the other components (4 shards needed, or awarded by an activity/purchased from Vanguard) to show up in the Used In section of this page? ~ AGGE talk/cons 21:28, 10 January 2011 (UTC)

Playing around a bit, I got it to work with these DPL blocks:
<DPL>
format=,,,
category=Common Incarnate Components
namespace=
allowcachedresults=true
mode=userformat
replaceintitle=/ Salvage$/,
includepage={IComponent}.dpl
distinct=strict
resultsheader=\n<h3>Common Incarnate Components</h3>
suppresserrors=true
secseparators=\n* [[%PAGE%]] 
titlematch=%
</DPL>
<DPL>
format=,,,
category=Uncommon Incarnate Components
namespace=
allowcachedresults=true
mode=userformat
replaceintitle=/ Salvage$/,
includepage={IComponent}.dpl
distinct=strict
resultsheader=\n<h3>Uncommon Incarnate Components</h3>
suppresserrors=true
secseparators=\n* [[%PAGE%]] 
titlematch=%
</DPL>
<DPL>
format=,,,
category=Rare Incarnate Components
namespace=
allowcachedresults=true
mode=userformat
replaceintitle=/ Salvage$/,
includepage={IComponent}.dpl
distinct=strict
resultsheader=\n<h3>Rare Incarnate Components</h3>
suppresserrors=true
secseparators=\n* [[%PAGE%]] 
titlematch=%
</DPL>
Just need to figure out how to translate those into the templates without breaking anything now. --Eabrace Healthbar notify phone.png 23:14, 10 January 2011 (UTC)