Revision history of "Module:Portal bar"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 06:17, 19 December 2021Tachyony talk contribs 6,863 bytes +6,863 Created page with "-- This module implements {{portal bar}}. require('Module:No globals') local getImageName = require( 'Module:Portal' ).image local yesno = require( 'Module:Yesno' ) local getArgs = require('Module:Arguments').getArgs local p = {} local function sandbox(args, s) return args.sandbox and s.."-sand" or s end local function checkPortalExists(portal) return not (mw.title.makeTitle(100, portal).id == 0) end -- Check whether to do tracking in this namespace -- Returns tru..."