Wikipedia:Bots/Requests for approval/SimplexityBot

This is an old revision of this page, as edited by Primefac (talk | contribs) at 22:02, 1 February 2018 (Discussion: never mind, found the transclusion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Operator: Simplexity22 (talk · contribs · SUL · edit count · logs · page moves · block log · rights log · ANI search)

Time filed: 21:52, Thursday, February 1, 2018 (UTC)

Automatic, Supervised, or Manual: Automatic

Programming language(s): AWB

Source code available:

Function overview: Removes direct wikilinks to the same article.

Links to relevant discussions (where appropriate): All edits would be minor visual fixes, and this task has been approved in the past (e.g. Wikipedia:Bots/Requests for approval/MenoBot 4, checkwiki error 48), so I don't think discussion is necessary.

Edit period(s): Approximately once per month.

Estimated number of pages affected: 4000 initially, 100–200 per month thereafter.

Namespace(s): Mainspace

Exclusion compliant (Yes/No): Yes

Function details: Removes direct wikilinks (i.e. not including redirects) to the same article, using this list. Such links do not function, and appear bold inadvertently or improperly. Links that would already be bold (e.g. '''[[Link]]''' or <b>[[Link]]</b>) would be skipped.

  • On the article Word, [[word]] → word.
    • (regex: \[\[(%%fullpagename%%)]] → $1)
  • Also on Word, [[word|text]] → text.
    • (regex: \[\[%%fullpagename%%\|(.+)]] → $1)

Discussion