Module:Roman Year: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    10 June 2022

    • curprev 21:1721:17, 10 June 2022Procurator-Imperii-Romani talk contribs 1,385 bytes +1,385 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..."