Talk:Incarnate Shard Component: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (Created page with "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? ~~~~") |
imported>Eabrace mNo edit summary |
||
Line 1: | Line 1: | ||
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) | 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: | |||
<nowiki><DPL></nowiki> | |||
format=__NOTOC__,,, | |||
category=Common Incarnate Components | |||
namespace= | |||
allowcachedresults=true | |||
mode=userformat | |||
replaceintitle=/ Salvage$/, | |||
includepage={IComponent}.dpl | |||
distinct=strict | |||
resultsheader=\n<nowiki><h3></nowiki>Common Incarnate Components<nowiki></h3></nowiki> | |||
suppresserrors=true | |||
secseparators=\n* <nowiki>[[%PAGE%]]</nowiki> | |||
titlematch=% | |||
<nowiki></DPL></nowiki> | |||
<nowiki><DPL></nowiki> | |||
format=__NOTOC__,,, | |||
category=Uncommon Incarnate Components | |||
namespace= | |||
allowcachedresults=true | |||
mode=userformat | |||
replaceintitle=/ Salvage$/, | |||
includepage={IComponent}.dpl | |||
distinct=strict | |||
resultsheader=\n<nowiki><h3></nowiki>Uncommon Incarnate Components<nowiki></h3></nowiki> | |||
suppresserrors=true | |||
secseparators=\n* <nowiki>[[%PAGE%]]</nowiki> | |||
titlematch=% | |||
<nowiki></DPL></nowiki> | |||
<nowiki><DPL></nowiki> | |||
format=__NOTOC__,,, | |||
category=Rare Incarnate Components | |||
namespace= | |||
allowcachedresults=true | |||
mode=userformat | |||
replaceintitle=/ Salvage$/, | |||
includepage={IComponent}.dpl | |||
distinct=strict | |||
resultsheader=\n<nowiki><h3></nowiki>Rare Incarnate Components<nowiki></h3></nowiki> | |||
suppresserrors=true | |||
secseparators=\n* <nowiki>[[%PAGE%]]</nowiki> | |||
titlematch=% | |||
<nowiki></DPL></nowiki> | |||
:Just need to figure out how to translate those into the templates without breaking anything now. --[[User:Eabrace|Eabrace]] [[File:Healthbar notify phone.png|20px|link=User talk:Eabrace]] 23:14, 10 January 2011 (UTC) |
Revision as of 23:14, 10 January 2011
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)