View source for Module:Infobox gridiron football person/convert
MyWikiBiz, Author Your Legacy — Sunday June 29, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- [SublimeLinter luacheck-globals:mw]
-- This module serves to convert <br>-delimited teams/years parameters in
-- [[Template:Infobox gridiron football person]] to their equivalent numbered pairs. Simply
-- replace "{{Infobox gridiron football person" with
-- "{{subst:#invoke:Infobox gridiron football person/convert|main" and press "Save".
local p = {}
local getBuffer, print = require("Module:OutputBuffer")()
local function printfd(formatString, ...)
local default = ""
local args, argsNum = {...}, select("#", ...)
local newArgs = {}
for i = 1, argsNum do
if args[i] ~= nil then
table.insert(newArgs, args[i])
else
table.insert(newArgs, default)
end
000
1:0
Template used on this page: