Skip to content

Plugin: SynchronizeInterlanguageLinks

Dario Giovannetti edited this page Dec 19, 2017 · 2 revisions

This plugin synchronizes the interlanguage links of an article with those of the pages linked by its current interlanguage links, and is found both in editor pages and in the bot interface.

Configuration options and default values

Generic default:

  • enabled: true
  • editor_menu: ["Query plugins", "Sync interlanguage links"]
  • option_label: "Synchronize interlanguage links"
  • language_tag: "en" The language tag of the page where the plugin is used.
  • tag_whitelist: ["en"] An array with a whitelist of the language tags whose interlanguage links will be actually checked for validity and recursively followed to retrieve more links.
  • supported_tags: ["en"] An array with a list of the language tags that will be actually interpreted as interlanguage links; all the others, if present, will be ignored.
  • edit_summary: "synchronized interlanguage links with the other wikis" The edit summary used by the bot when saving a page.

On ArchWiki:

  • language_tag: "ArchWiki" Passing "ArchWiki", the plugin will detect the language tag automatically.
  • tag_whitelist: "ArchWiki" Passing "ArchWiki" as a string, ArchWiki's default whitelist will be used.
  • supported_tags: "ArchWiki" Passing "ArchWiki" as a string, ArchWiki's default list will be used.

On Wikipedia:

  • enabled: false