Все доступные журналы

Перейти к навигации Перейти к поиску

Общий список журналов сайта Народные сказки. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
  • 10:24, 19 мая 2023 Andras обсуждение вклад создал страницу Модуль:Su (Новая страница: «-- This module implements {{Su}}. local p = {} function p.main(frame) -- Use arguments from the parent frame only, and remove any blank arguments. -- We don't need to trim whitespace from any arguments, as this module only -- uses named arguments, and whitespace is trimmed from them automatically. local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do if v ~= '' then args[k] = v end end -- Define the variabl...»)