Adam
Новая страница: «local p = {} local function conceal(text, class) class = class or '' return '<span style="display:none; speak:none;" class="topicWatch-' .. class .. '">' .. text .. '</span>' -- содержимое шаблона {{~}} end local function findInTable(table, value) for k, v in pairs(table) do if v == value then return true end end return false end local function cleanSectionHeading(heading) -- The following patterns reproduce [[Участн...»