Модуль:Redirect: Історія змін

Матеріал з Коцкопедія

(теперь) = роздїлы од актуалной верзії, (послїдня) = роздїлы од попереднёй верзії, м = мале едітованя

17 фебруара 2024

17 октовбра 2023

  • актуалнаост. 22:2022:20, 17 октовбра 2023Бетярь діскузія приспівкы 3295 байтів +3295 Створена сторінка: -- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it...

10 септембра 2021