Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Cards: Revision history

From EmrysSMP 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.

25 April 2025

11 September 2024

  • curprev 08:5808:58, 11 September 2024 starcit>Alistair3149 1,318 bytes +1,318 Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{cards}} from the frame function p.cards(frame) mArguments = require('Module:Arguments') return p._cards(mArguments.getArgs(frame), frame) end function p._cards(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-cards') local columns = 0 for i, _ in ipairs(getArgNums('content',..."