All public logs

Jump to navigation Jump to search

Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:59, 18 February 2024 TheNightAvl talk contribs created page Module:lus-infl (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...")