Module:About: Revision history

Jump to navigation Jump to search

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.

11 June 2022

  • curprev 12:1212:12, 11 June 2022Maxwells talk contribs 1,480 bytes +1,480 Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote...."

14 July 2020

  • curprev 06:5906:59, 14 July 2020imported>Nihiltres 1,480 bytes +1,480 Removed defaultOptions.namespace as redundant, per request on talk by Andrybak