Talk:Incarnate Shard Component
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? ~ User:Aggelakis/Sig1 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 23:14, 10 January 2011 (UTC)