KockaAdmiralac / KockaLogger

Parses IRC logs of activity across Fandom, then relays it into a Discord channel, searches for spam/vandalism and more.
GNU General Public License v3.0
8 stars 9 forks source link

Gamepedia links include /wiki/ #43

Closed KockaAdmiralac closed 2 years ago

KockaAdmiralac commented 3 years ago

Description

Gamepedia wikis have their $wgArticlePath set to /$1.

Reproduction steps

  1. See any logs by KockaLogger on a Gamepedia wiki.
  2. Click the link leading to a page.

Expected behavior

The links don't include /wiki/. This could probably be achieved by having a single method that creates page links that can check for the wiki domain. (util.pageUrl?)

KockaAdmiralac commented 2 years ago

This is no longer a problem.