317
редагувань
(Створена сторінка: local p = {} local mRedirect = require('Module:Redirect') local disambiguationTemplates = mw.loadData('Module:Disambiguation/templates') local function capitalize(s) -- This function only works on ASCII strings. If your wiki has -- disambiguation templates that use Unicode strings, use the commented-out -- line instead. Enwiki uses ASCII string manipulation only here to improve -- performance. -- return s:sub(1, 1):upper() .. s:sub(2, -1) return mw....) |
Немає опису редагування |
||
| Рядок 45: | Рядок 45: | ||
p._isDisambiguationPage = function(page) | p._isDisambiguationPage = function(page) | ||
-- Look "(disambiguation)" in the title | -- Look "(disambiguation)" in the title | ||
if string.find(page, "( | if string.find(page, "(розвилка)",0,true) ~= nil then | ||
return true; | return true; | ||
end | end | ||