If you are unable to login to the wiki you created, wait a bit for the cache to clear and then try clearing your cookies and logging in again.

Your donation matters a lot, even if it's just $1.
Donate

Module:Yesno: 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.

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

21 December 2024

12 December 2024

  • curprev 18:0418:04, 12 December 2024 TheAstorPastor talk contribs m 745 bytes 0 1 revision imported undo
  • curprev 17:4217:42, 12 December 2024 TheAstorPastor talk contribs 745 bytes +745 Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." undo

28 October 2022

29 October 2021

22 August 2020

21 August 2020

10 August 2020

9 July 2020

5 July 2020

22 June 2020

3 June 2020

1 April 2020

1 March 2020

20 February 2020

3 January 2020

30 August 2019

14 July 2019

12 July 2019

22 March 2019

14 February 2019

8 January 2019

8 November 2018

24 June 2018

30 April 2018

5 March 2018

4 March 2018

28 February 2018

24 February 2018

1 February 2018

18 December 2017

17 July 2017

1 March 2017

23 October 2016

  • curprev 19:4719:47, 23 October 2016 mh:meta>MacFan4000 710 bytes 0 Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki..." undo

10 April 2016

5 March 2016

25 August 2015

27 April 2015

19 February 2015

27 April 2014

18 April 2014

  • curprev 10:3510:35, 18 April 2014 m>Mr. Stradivarius 678 bytes +113 use the Lua string.lower function instead of mw.ustring.lower; this makes the function around 25x faster undo

2 February 2014

  • curprev 12:5312:53, 2 February 2014 86.135.251.105 talk 565 bytes 0 Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) val = type(va..." undo

19 January 2014

18 November 2013

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)