Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3Arequire_when_needed%2Fdocumentation - Dictious

10 Results found for " Module:require_when_needed/documentation"

Module:require when needed/documentation

function which can be used in place of <span class="searchmatch">require</span> if it&#039;s not certain that the module in question will be <span class="searchmatch">needed</span>. If the module has already been loaded,...


Module:transliteration policy

local <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span> = <span class="searchmatch">require</span>(&quot;Module:<span class="searchmatch">require</span> <span class="searchmatch">when</span> <span class="searchmatch">needed</span>&quot;) local format_categories = <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span>(&quot;Module:utilities&quot;, &quot;format_categories&quot;)...


Module:User:Benwing2/etymology/templates/doublet

local <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span> = <span class="searchmatch">require</span>(&quot;Module:<span class="searchmatch">require</span> <span class="searchmatch">when</span> <span class="searchmatch">needed</span>&quot;) local concat = table.concat local format_categories = <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span>(&quot;Module:utilities&quot;...


Module:shortcut box

<span class="searchmatch">require</span> = <span class="searchmatch">require</span> local tostring = tostring --[==[ Loaders for functions in other modules, which overwrite themselves with the target function <span class="searchmatch">when</span> called...


Module:maintenance category

&quot;foo&quot; and then returns it. This ensures they are only loaded <span class="searchmatch">when</span> <span class="searchmatch">needed</span>, and avoids the <span class="searchmatch">need</span> to check for the existence of the object each time, since once...


Module:User:Theknightwho/requests

display_parameter = <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span>(&quot;Module:template parser&quot;, &quot;displayParameter&quot;) local full_url = mw.uri.fullUrl local get_pagetype = <span class="searchmatch">require</span>_<span class="searchmatch">when</span>_<span class="searchmatch">needed</span>(&quot;Module:pages&quot;...


Module:documentation/sortkey

&quot;&quot;) .. &quot;. &quot; .. <span class="searchmatch">require</span> &quot;Module:<span class="searchmatch">documentation</span>&quot;.sortkeyModuleLangList({args = { [1] = title_without_namespace:gsub(&quot;/<span class="searchmatch">documentation</span>$&quot;, &quot;&quot;) }}) .. [=[...


Module:documentation/entry name

&quot;&quot;) .. &quot;. &quot; .. <span class="searchmatch">require</span> &quot;Module:<span class="searchmatch">documentation</span>&quot;.entryNameModuleLangList({args = { [1] = title_without_namespace:gsub(&quot;/<span class="searchmatch">documentation</span>$&quot;, &quot;&quot;) }}) .. [=[...


Module:documentation/translit

&quot;&quot;) .. &quot;. &quot; .. <span class="searchmatch">require</span>(&quot;Module:<span class="searchmatch">documentation</span>&quot;).translitModuleLangList({args = { [1] = title_without_namespace:gsub(&quot;/<span class="searchmatch">documentation</span>$&quot;, &quot;&quot;) }}) .. [=[...


Module:also

local <span class="searchmatch">require</span> = <span class="searchmatch">require</span> local type = type --[==[ Loaders for functions in other modules, which overwrite themselves with the target function <span class="searchmatch">when</span> called...