All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Stiles Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:06, 11 June 2022 Maxwells talk contribs imported Module:Parameter names example by file upload (1 revision)
- 20:17, 20 May 2022 Maxwells talk contribs created page Module:Parameter names example (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...")
- 21:24, 2 March 2021 Maxwells talk contribs deleted page Module:Parameter names example
- 20:44, 2 March 2021 Maxwells talk contribs created page Module:Parameter names example (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)...")