Talk:Incarnate Shard Component

From City of Heroes: Rebirth Wiki
Revision as of 19:14, 10 January 2011 by imported>Eabrace
Jump to navigation Jump to 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)