Module:lus-infl: 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.

18 February 2024

  • curprev 15:5915:59, 18 February 2024TheNightAvl talk contribs 3,269 bytes +3,269 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..."