Toate jurnalele publice

Afișare combinată a tuturor jurnalelor MediaWiki. Puteți limita vizualizarea selectând tipul jurnalului, numele de utilizator sau pagina afectată.

Jurnale
  • 14 iulie 2024 20:09 Sergiu discuție contribuții a creat pagina Modul:Roman (Pagină nouă: -- 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 ipairs(t) do local...)