Tech, Bureaucrats, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Suppressors, Administrators, threadmoderator
118,923
edits
(→Punctuation before citation: alright, it does need some work to function properly when there's multiple sources in the same parentheses and they don't use redirect titles, as it's looking for non-) chars, but in those cases it simply does nothin) |
|||
Line 58: | Line 58: | ||
</pre> | </pre> | ||
<pre style="background:black!important;color:white"> | <pre style="background:black!important;color:white"> | ||
python pwb.py replace -regex "\[\[(.*?)\|''(.*?)''\]\]" "''[[\1|\2]]''" -summary:"Piped italics fix: P3" -start:! -pt:2 | python pwb.py replace -regex "\[\[(.*?)\|''(.*?)''\]\]" "''[[\1|\2]]''" "''\[\[(.*?) - list of appearances\|'''see list'''\]\]''" "[[\1 - list of appearances|'''''see list''''']]" -summary:"Piped italics fix: P3" -start:! -pt:2 | ||
</pre> | </pre> | ||
edits