Toggle menu
9
205
64
18.9K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:User script table row: 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.

23 February 2025

  • curprev 21:1221:12, 23 February 2025 Prd talk contribs 1,771 bytes +1,771 Created page with "local data = mw.loadData('Module:User script table row/data') local p = {} function p._main(args) local code = args.code local doc = args.doc local name = args.name local desc = args.desc if not code and not doc then return mw.html.create('tr'):tag('td'):attr('colspan', 4) :tag('span') :addClass('error') :wikitext('Error: <code>|code=</code> or <code>|doc=</code> must be specified') :allDone() end if not code then code = doc .. '.js' end..."