×
Create a new article
Write your page title here:
We currently have 21 articles on Dr. Owsik Foundation. Type your article name above or click on one of the titles below and start writing!



Dr. Owsik Foundation

Module:Yesno: Revision history

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.

14 May 2023

  • curprev 20:5920:59, 14 May 2023 Szprink talk contribs 745 bytes +745 Utworzono nową stronę "-- 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…"