Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Get cell: 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.

18 February 2025

  • curprev 03:3103:31, 18 February 2025 Prd talk contribs 2,495 bytes +2,495 Created page with "-- This module gets the content of a specified table cell -- Documentation: https://en.wikipedia.org/wiki/Module:Get_cell -- Authors: Sophivorus -- License: GNU General Public License 3 or later (http://www.gnu.org/licenses/gpl-3.0.html) local p = {} local WikitextParser = require( 'Module:WikitextParser' ) local function getError( key ) local messages = { ['page-not-found'] = 'Page not found', ['page-not-valid'] = 'Invalid title', ['table-not-given'] = 'No tabl..."