Procurator-Imperii-Romani
Created page with "-- Name|Author|ISBN local p = {} local function _main(args) local BookSection = "* " .. (table.remove(args, 1)) for k, v in pairs(args) do BookSection = BookSection .. "\n** " .. k .. ": " .. v end return BookSection 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 exist. Otherwise -- assume args are being passed directly in from the debug conso..."