User:Gifted9/autowikibrowser: Difference between revisions

The most up-to-date image and information guide on Webkinz Classic items, events, and more!
Content added Content deleted
No edit summary
Line 15: Line 15:


replace: <code><nowiki>$1[https://webkinznewz.ganzworld.com/$2]$3</ref></nowiki></code>
replace: <code><nowiki>$1[https://webkinznewz.ganzworld.com/$2]$3</ref></nowiki></code>

===== task: remove reftags from numbered external links =====
example: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=(Item_Guide)_Wheels_%26_Games&curid=31338&diff=58169&oldid=58161

advanced find & replace, regex on

find: <code><nowiki><ref>\[http(.+)\]</ref></nowiki></code>

replace: <code><nowiki>[http$1]</nowiki></code>


==testing in progress==
==testing in progress==
Line 24: Line 33:


replace: <code><nowiki>.</nowiki></code>
replace: <code><nowiki>.</nowiki></code>

===== task: remove reftags from numbered external links =====
example: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=(Item_Guide)_Wheels_%26_Games&curid=31338&diff=58169&oldid=58161

find: <code><nowiki>.</nowiki></code>

replace: <code><nowiki>.</nowiki></code>



===== task: create an item guide page skeleton from its picture guide page =====
===== task: create an item guide page skeleton from its picture guide page =====

Revision as of 17:25, 21 October 2021

i hate doing anything manually that i could potentially automate, so i have some hypotheses about autowikibrowser that i'm testing on these subpages. this page is written for my own reference

resources

https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser

https://regex101.com/

hypothesis successful

task: replace a whole wkn external url (long, ugly) with just a number (short, less ugly) according to vanilla wiki formatting

example: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=(Item_Guide)_Wheels_%26_Games&curid=31338&diff=58161&oldid=58160

advanced find & replace, regex on

find: ([^[])https://webkinznewz.ganzworld.com/(.+?)(''|)</ref>

replace: $1[https://webkinznewz.ganzworld.com/$2]$3</ref>

task: remove reftags from numbered external links

example: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=(Item_Guide)_Wheels_%26_Games&curid=31338&diff=58169&oldid=58161

advanced find & replace, regex on

find: <ref>\[http(.+)\]</ref>

replace: [http$1]

testing in progress

task: remove #comment from wkn external links

example:

find: .

replace: .

task: create an item guide page skeleton from its picture guide page

User:Gifted9/autowikibrowser testing/pic to item

difference between pic and item: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=User%3AGifted9%2Fautowikibrowser_testing&type=revision&diff=57855&oldid=57854

task: create a picture guide page from its item guide page

difference between item and pic: http://webkinzpictureguide.shoutwiki.com/w/index.php?title=User%3AGifted9%2Fautowikibrowser_testing&type=revision&diff=57857&oldid=57856

User:Gifted9/autowikibrowser testing/item to pic

task: replace all duplicate single references with a multireference

User:Gifted9/autowikibrowser testing/singleref to multiref

find: \<ref\>This item was available on the \[\[\(Picture_Guide\)_(Mobile_Wheel_of_Wow|Community_Codes|Balloon_Darts)_Archive\#(.+?)\]\]\<\/ref\>{1} \<ref\>This item was available on the \[\[\(Picture_Guide\)_(Mobile_Wheel_of_Wow|Community_Codes|Balloon_Darts)_Archive\#(.+?)\]\]\<\/ref\>{2,}

replace: <ref name="(.+?)"\/>This item was available on the [[(Picture_Guide)_($1$2$3)_(.+?)]]</ref>{1} <ref name="$2"/>{2}

task: add rotated views in gallery to file page

append text ==Rotated Views== <gallery> %%title%%nw.png %%title%%sw.png %%title%%se.png %%title%%ne.png </gallery>

then advanced find & replace, regex on

find: File:(.+).png(nw|sw|se|ne).png

replace:($1)($2).png