Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Tabular data/sandbox: Revision history

From Kenshi Wiki

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.

8 March 2025

  • curprev 17:1817:18, 8 March 2025 Prd talk contribs 10,673 bytes +10,673 Created page with "local p = {} local lang = mw.getContentLanguage() local navbar = require("Module:Navbar") local messages = { ["true"] = "Yes", ["false"] = "No", null = "N/A", } local bgColors = { ["true"] = "#9f9", ["false"] = "#f99", null = "#ececec", } local colors = { null = "#2c2c2c", } function p._cell(args) local data = args.data or mw.ext.data.get(args[1]) local rowIdx = tonumber(args.output_row) local outputFormat = args.output_format local outputColumnNames = {..."