TheNightAvl
Created page with "local export = {} local getArgs = require('Module:Arguments').getArgs function export.conjugate(args) local wikiTable = {} local function add(thing) table.insert(wikiTable, thing) end local function th(content, row, col) local rowspan = row or 1 local colspan = col or 1 table.insert(wikiTable, "<th rowspan=" .. rowspan .. " colspan=" .. colspan .. ">" .. content .. "</th>") end local function td(content, row, col) local rowspan = row or 1 local co..."