Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Create an account below if you want to be able to make edits.

Module:Yesno: Revision history

From the OpenFront Wiki Project

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.

18 November 2025

17 November 2025

  • curprev 14:0914:09, 17 November 2025 Lavodan talk contribs m 745 bytes 0 1 revision imported: Port from openfront.miraheze.org
  • curprev 12:4812:48, 17 November 2025 Remorse talk contribs m 745 bytes 0 Protected "Module:Yesno": Admin only page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 12:4512:45, 17 November 2025 Remorse 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 =..."

18 February 2025

1 April 2020