Module:Parameter names example: 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

20 May 2022

  • curprev 20:1720:17, 20 May 2022Maxwells talk contribs 1,599 bytes +1,599 Created page with "-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3) end local function italicize(s) return "''" .. s .. "''" end local function plain(s) return s end function p._main(args, frame) -- Find how we want to format the arguments to the template. local formatFunc if args._display == 'italics' or args._display == 'italic' then formatFunc = italic..."

25 March 2020

  • curprev 21:0721:07, 25 March 2020en>Andrybak 1,599 bytes +1,599 add popular variants of demonstration purposes parameters: nocat=yes, categories=no, and demo=yes