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

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

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

Журналы
  • 14:07, 24 февраля 2024 Andras обсуждение вклад создал страницу Модуль:Roman (Новая страница: «-- This module implements {{Roman}}. local p = {} -- This function implements the {{overline}} template. local function overline( s ) return mw.ustring.format( '<span style="text-decoration:overline;">%s</span>', s ) end -- Gets the Roman numerals for a given numeral table. Returns both the string of -- numerals and the value of the number after it is finished being processed. local function getLetters( num, t ) local ret = {} for _, v in ipai...»)