Procurator-Imperii-Romani
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..."