Module:Template wrapper: Revision history

From All Skies Encyclopaedia

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.

1 February 2025

  • curprev 13:5013:50, 1 February 2025Sushoff talk contribs 12,769 bytes +12,769 Created page with "require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if v ==..."

21 October 2022

8 May 2021

  • curprev 08:0108:01, 8 May 2021imported>GKFX 12,780 bytes +11 Add uncopyable line break opportunities to documentation mode

7 May 2021

  • curprev 18:2018:20, 7 May 2021imported>GKFX 12,769 bytes −463 Remove duplicate code, improve display of parameters.
  • curprev 16:4816:48, 7 May 2021imported>GKFX 13,232 bytes +806 Add link function for use at Template:yy. Basically the same as the list option but with a link and no excess vertical bar.

24 February 2019

  • curprev 19:5119:51, 24 February 2019imported>Pppery 12,426 bytes −300 Reverting self: this parameter won't actually be useful due to its tendency to mangle param order and spacing

22 February 2019

19 February 2019

  • curprev 18:4418:44, 19 February 2019imported>Pppery 12,589 bytes +163 Add support for a "_substall=no" parameter, which prevents the wrapper template from being substituted: this is intended to be used to, for example, prevent needless blank parameters from appearing when a wrapper is substituted per a tfd

17 November 2018

19 August 2018

18 August 2018

  • curprev 18:1118:11, 18 August 2018imported>JJMC89 6,395 bytes −165 That breaks current uses of the module that depend on not passing positional parameters, e.g. CS1|2 wrappers
  • curprev 14:1614:16, 18 August 2018imported>Trappist the monk 6,560 bytes +165 synch from sandbox;

9 June 2018

20 May 2018

10 March 2018

19 February 2018

13 February 2018

11 February 2018

10 February 2018

9 January 2018

8 January 2018

27 December 2017

26 December 2017

  • curprev 21:5321:53, 26 December 2017imported>Trappist the monk 592 bytes +10 No edit summary
  • curprev 21:4221:42, 26 December 2017imported>Trappist the monk 582 bytes +582 Created page with 'require('Module:No globals'); p={} function p.cs1_wrapper (frame) local args = {}; local template; for k, v in pairs (frame.args) do if 'template' == k...'