All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Imperivm Romanvm. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:17, 10 June 2022 Procurator-Imperii-Romani talk contribs created page Module:Roman Year (Created page with "local p = {} local numeral = require("Module:Roman Numeral") local function _main(args) if args[1] == nil then return end local num = tonumber(args[1]) if not num then return end if num > 0 then avc = 753 elseif num < 0 then avc = 754 end return numeral.main({num + avc}) .. ' AVC' end function p.main(frame) -- If called via #invoke, use the args passed into the invoking -- template, or the args passed to #invoke if any ex...")