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
  • 19:24, 16 April 2025 TheNightAvl talk contribs created page Module:gloss grid (Created page with "local export = {} local getArgs = require('Module:Arguments').getArgs local m_inline = require("Module:inline") local m_languages = require("Module:languages") local table_style = "padding: 1em 0 1em 0" -- top right bottom left local cell_style = "padding: 0 1em 0.2em 0" function build_grid(data) local grid = "" local function build(new) grid = grid .. new end local term_count = #data.terms if term_count > 10 then mw.addWarning("<div class=\"noprint maint...")