User:Gifted9/autowikibrowser: Difference between revisions

No edit summary
Line 617:
growing garden seeds > growing seeds mystery box
 
==task: standardize wpg and wig connective tissueconnections==
'''pic to item'''
"click here to see the item guide for this section"
load all articles that have prefix "(Picture Guide)" - will have some false positives b/c archives etc.
"click here to see the picture guide for this section"
 
advanced find and replace, regex checked
 
find: <code>\[\[\(Item Guide\) (.+)\|(.+)\]\]</code>
 
replace: <code>[(Item Guide) $1|>> Click here to see the Item Guide for this section.]]</code>
 
'''item to pic'''
load all articles that have prefix "(Item Guide)"
 
advanced find and replace, regex checked
 
find: <code>\[\[\(Picture Guide\) (.+)\|(.+)\]\]</code>
 
replace: <code>[(Picture Guide) $1|>> Click here to see the Picture Guide for this section.]]</code>
 
reload articles, add connective tissue
 
=abandoned=