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

10 Results found for " Module:namespace"

Module:namespace

get_info(<span class="searchmatch">namespace</span>_name_or_id, item) local <span class="searchmatch">namespace</span> = mw.site.<span class="searchmatch">namespaces</span>[<span class="searchmatch">namespace</span>_name_or_id] if <span class="searchmatch">namespace</span> == nil then error(&quot;Invalid <span class="searchmatch">namespace</span> name...


Module:namespace/documentation

Allows templates to access information about <span class="searchmatch">namespaces</span> from mw.site.<span class="searchmatch">namespaces</span>. <span class="searchmatch">Namespaces</span> can be accessed by name or id (number). Boolean properties...


Module:data/namespaces

require(&quot;Module:string utilities&quot;).lower for _, <span class="searchmatch">namespace</span> in next, mw.site.<span class="searchmatch">namespaces</span> do local prefix = ulower((gsub(<span class="searchmatch">namespace</span>.name, &quot;_&quot;, &quot; &quot;))) data[prefix] = prefix...


Module:title/getCurrentNamespace

<span class="searchmatch">namespace</span> from {mw.site.<span class="searchmatch">namespaces</span>}. This module may be loaded with {mw.loadData}.]==] return mw.site.<span class="searchmatch">namespaces</span>[mw.title.getCurrentTitle().<span class="searchmatch">namespace</span>]...


Module:category tree

getCurrentFrame() local current_title = mw.title.getCurrentTitle() local <span class="searchmatch">namespace</span> = current_title.<span class="searchmatch">namespace</span> local poscatboiler_subsystem = &quot;poscatboiler&quot; local extra_args_error...


Module:ping user

a string argument.&#039;) end local <span class="searchmatch">namespace</span> = match(username, &quot;^(.+):&quot;) local userpage if <span class="searchmatch">namespace</span> and <span class="searchmatch">namespace</span> ~= &quot;User&quot; then if match(username...


Module:request-forum

m_data = mw.loadData(&quot;Module:requests/data&quot;) local request_<span class="searchmatch">namespaces</span> = m_data.request_<span class="searchmatch">namespaces</span> local Sinitic_scripts = m_data.Sinitic_scripts local export...


Module:documentation/sortkey

function get_code_from_title_without_<span class="searchmatch">namespace</span>(title_without_<span class="searchmatch">namespace</span>) local prefix = title_without_<span class="searchmatch">namespace</span>:match(&quot;^(.+)%-sortkey%f[/%z]&quot;) if not...


Module:documentation/entry name

function get_code_from_title_without_<span class="searchmatch">namespace</span>(title_without_<span class="searchmatch">namespace</span>) local prefix = title_without_<span class="searchmatch">namespace</span>:match(&quot;^(.+)%-entryname%f[/%z]&quot;) if not...


Module:shortcut box

local function get_<span class="searchmatch">namespace</span>_shortcut(...) get_<span class="searchmatch">namespace</span>_shortcut = require(pages_module).get_<span class="searchmatch">namespace</span>_shortcut return get_<span class="searchmatch">namespace</span>_shortcut(...) end...