User:Gifted9/autowikibrowser: Difference between revisions

No edit summary
Line 652:
==task: standardize wpg and wig connections==
'''pic to item'''
 
load all articles that have prefix "(Picture Guide)" - will have some false positives b/c archives etc.
 
Line 661 ⟶ 662:
 
'''item to pic'''
 
load all articles that have prefix "(Item Guide)"
 
advanced find and replace, regex checked
 
find: <code>=
find: <code>\[\[\(Picture( |_)Guide\) (.+)\|\>\>(.+)pic(.+)\]\]</code>
 
replace: <code>=
replace: <code>[[(Picture Guide) $12|>> Click here to see the Picture Guide for this section.]]</code>
 
ensure genfixes is not checked or it'll mess up the references
 
'''top: item to pic'''
find: <code>Click here to return to the Item Guide's main page\]\]</code>
 
replace<Click here to return to the Item Guide's main page]]
 
[[%%title%% |>> Click here to see the Picture Guide for this section.]]</code>
 
simultaneously:
 
find: <code>Item Guide(.+)Click here to see the Picture Guide for this section</code>
 
replace: <code> Picture Guide$1Click here to see the Picture Guide for this section</code>
 
very blunt, you need to manually fix false positives
 
reload articles, add connective tissue
 
[add
 
=abandoned=