Aller au contenu

« Module:Arbre généalogique Wikidata/Rendu HTML » : historique des versions

Légende : (actu) = différence avec la version actuelle - (diff) = différence avec la version précédente - m = modification mineure

12 janvier 2023

  • actudiff 00:1112 janvier 2023 à 00:11 Lepticed7 discuter contributions 6 824 octets +6 824 Nouvelle page : local p = {} local function formatCentury( year ) local moduleRoman = require( "Module:RomanNumber" ) if ( year < 0 ) then local century = math.floor( (math.abs( year ) - 1) / 100 ) + 1; local infix = ' в '; if century == 2 then infix = ' во '; end; if ( moduleRoman ) then century = moduleRoman.toRomanNumber( century ); end return century .. '<sup>e</sup> siècle av. J.-C.' else local century = math.floor( ( year - 1) / 100 ) + 1;...