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

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

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

Журналы
  • 12:43, 15 апреля 2024 CryptoUser обсуждение вклад создал страницу Модуль:Check for unknown parameters (Новая страница: «-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the orig...»)