Project:General Discussions: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 103: Line 103:
:::::::::: I don't know well with regex, so I may be wrong with how feasible it's gonna be to handle global problem entries into top and bottom and edit each heading with "(global problem)" added in. [[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 05:52, 28 November 2016 (CET)
:::::::::: I don't know well with regex, so I may be wrong with how feasible it's gonna be to handle global problem entries into top and bottom and edit each heading with "(global problem)" added in. [[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 05:52, 28 November 2016 (CET)


::::::::::: Saw two more benefits for that, but I could be dumbass thinking these will work: adds [[:Category:Pages with missing VC system]] using $ifpageincat: (is this it?) against [[Category:Virtual Console games]] (to skip the job on the non-VC game pages) then #if: on top of #ifpageincat: against VC & call matching global problem template, if returns nothing... assuming I'm correct... then a page doesn't have a VC system mentioned. 2nd benefit is the opportunity to label slashed and whatnot global problems with appropriate active/fixed categories along with "(global problem)" during regex search n replace. [[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 20:42, 28 November 2016 (CET)
::::::::::: Saw two more benefits for that, but I could be dumbass thinking these will work: adds [[:Category:Pages with missing VC system]] using $ifpageincat: (is this it?) against [[:Category:Virtual Console games]] (to skip the job on the non-VC game pages) then #if: on top of #ifpageincat: against VC & call matching global problem template, if returns nothing... assuming I'm correct... then a page doesn't have a VC system mentioned. 2nd benefit is the opportunity to label slashed and whatnot global problems with appropriate active/fixed categories along with "(global problem)" during regex search n replace. [[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 20:42, 28 November 2016 (CET)


=== Category Intersection Search ===
=== Category Intersection Search ===