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

Module:Gallery/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:5501:55, 12 March 2025 Prd talk contribs 7,952 bytes +7,952 Created page with "-- This module implements {{gallery}} by wrapping the <gallery> core extension tag. local p = {} local moduleName = mw.getCurrentFrame():getTitle() local isSandbox = mw.ustring.match(moduleName, "sandbox") ~= nil local templatestyles = 'Module:Gallery'.. (isSandbox and '/sandbox' or '') ..'/styles.css' local cssRootClass = 'mod-gallery' .. (isSandbox and '-sb' or '') local yesno = require('Module:Yesno') local plaintextModule = require('Module:Plain text') local fun..."