Модуль:Yesno: Історія змін

Матеріал з Коцкопедія

(теперь) = роздїлы од актуалной верзії, (послїдня) = роздїлы од попереднёй верзії, м = мале едітованя

23 октовбра 2023

18 октовбра 2023

17 октовбра 2023

  • актуалнаост. 21:1421:14, 17 октовбра 2023Бетярь діскузія приспівкы 745 байтів +745 Створена сторінка: -- 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 ==...

24 юнія 2023

1 апріля 2020

26 апріля 2017

  • актуалнаост. 23:4123:41, 26 апріля 2017starcitizen>Alistair3149 710 байтів +710 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..."