Wikipedia:Bots/Requests for approval/SimplexityBot: Difference between revisions
Content deleted Content added
→SimplexityBot: ? for bot op |
+lookbehind |
||
Line 45:
'''Function details:''' Removes direct wikilinks (i.e. not including redirects) to the same article, using [https://tools.wmflabs.org/checkwiki/cgi-bin/checkwiki.cgi?project=enwiki&view=bots&id=48&offset=0 this list]. Such links do not function, and appear bold inadvertently or improperly. Links that would already be bold (e.g. <nowiki>'''[[Link]]''' or <b>[[Link]]</b></nowiki>) would be skipped, except in cases where the text would remain bold as a parameter of a template.
*On the article [[Word]], <nowiki>[[word]]</nowiki> → word.
**(regex: <nowiki>(?<!(?i)<b>(?-i)|''')\[\[(%%fullpagename%%)]]</nowiki> → $1)
*Also on [[Word]], <nowiki>[[word|text]]</nowiki> → text.
**(regex: <nowiki>(?<!(?i)<b>(?-i)|''')\[\[%%fullpagename%%\|(.+
===Discussion===
|