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

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

Журналы
  • 09:42, 31 октября 2024 Grayenot обсуждение вклад создал страницу Модуль:Date (Новая страница: «-- Date functions for use by other modules. -- I18N and time zones are not supported. -- Original source: en:Module:Date local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t)...»)