Toggle menu
14
229
69
27.1K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Gaps/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.

12 March 2025

  • curprev 01:5301:53, 12 March 2025 Prd talk contribs 1,047 bytes +1,047 Created page with "local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Gaps'}) local ret_span = mw.html.create('span') :css('white-space','nowrap') :css('font-size',args.size) if args.lhs then ret_span:wikitext(args.lhs .. ' = ') end for k,v in ipairs(args) do if k == 1 then ret_span:wikitext(v) else ret_span:tag('span') :css('margin-left',..."