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...
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...
-- 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)...
check_fraction; local input_number; if not <span class="searchmatch">yesno</span> then <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">Yesno</span>') end if <span class="searchmatch">yesno</span>(trap_fraction, true) then -- Returns true for...
module provides a library for formatting file wikilinks. local <span class="searchmatch">yesno</span> = require('Module:<span class="searchmatch">Yesno</span>') local checkType = require('libraryUtil').checkType local...