of boolean-like wikitext input. -- It works similarly to the template {{<span class="searchmatch">yesno</span>}}. return function (val, default) -- If your wiki uses non-ascii characters...
Module:Ordinal/sandbox and testing. ]] local p = {} local <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">Yesno</span>') -- boolean value interpretation --[[ This function converts...
tArgs.booleans then -- TODO if <span class="searchmatch">Yesno</span>(tArgs.booleans) ... local sBool for i, v in ipairs(wordTable) do sBool = <span class="searchmatch">yesno</span>(v) if sBool ~= nil then ...
local export = {} local <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">yesno</span>') local get_script -- If there are characters in both scripts (the key and value), the second...
subsections = not <span class="searchmatch">yesno</span>( getArg( 'subsections' ) ) local noLinks = not <span class="searchmatch">yesno</span>( getArg( 'links', true ) ) local noBold = not <span class="searchmatch">yesno</span>( getArg( 'bold' ) )...
local getArgs = require('Module:Arguments').getArgs local <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">Yesno</span>') local p = {} function p.templatemain(frame) return p...
local options = { category = <span class="searchmatch">yesno</span>(args.category), extraclasses = frame.args.extraclasses, ifexists = <span class="searchmatch">yesno</span>(frame.args.ifexists), namespace...
-- This module implements the {{lua}} template. local <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">Yesno</span>') local mList = require('Module:List') local mTableTools =...
require("Module:scripts") local m_util = require("Module:utilities") local <span class="searchmatch">yesno</span> = require("Module:<span class="searchmatch">yesno</span>") local und = require("Module:languages").getByCode("und") ...
numberSpell, <span class="searchmatch">yesno</span> -- lazy load function numberSpell(arg) numberSpell = require('Module:0NumberSpell')._main return numberSpell(arg) end function <span class="searchmatch">yesno</span>(arg)...