Saltar al contenido principal

Replace Text extension

No planeada

Comentarios

1 comentario

  • Comentario oficial
    Héctor Donís López

    While this sounds like a convenient tool, Fandom deliberately doesn't support the Replace Text extension due to severe safety and performance risks.

    Even if restricted to bots, there is a core technical difference between this extension and external tools:

    Replace Text executes heavy, instant queries directly on Fandom's servers. This causes massive database lag, clears site cache instantly, and cannot be stopped mid-process if a regex error occurs.

    AWB or Pywikibot run on the user's local machine and edit safely via the API. They process changes page-by-page at a controlled speed (throttled), making bad edits easy to pause and revert without straining the database.

    Because server-side mass replacements pose too much risk to site stability, all automated find-and-replace edits must be handled locally via the MediaWiki API using tools like AWB.

Iniciar sesión para dejar un comentario.