نمایش مبدأ برای پودمان:Namespace detect/data
پرش به ناوبری
پرش به جستجو
امکان ویرایش این نسخه برای شما نیست چون نوع محتوای آن wikitext
است که متفاوت است با نوع محتوای کنونی صفحه Scribunto
است.
شما میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
--------------------------------------------------------------------------------
-- Namespace detect data --
-- This module holds data for [[Module:Namespace detect]] to be loaded per --
-- page, rather than per #invoke, for performance reasons. --
--------------------------------------------------------------------------------
local cfg = require('Module:Namespace detect/config')
local function addKey(t, key, defaultKey)
if key ~= defaultKey then
t[#t + 1] = key
end
end
-- Get a table of parameters to query for each default parameter name.
-- This allows wikis to customise parameter names in the cfg table while
-- ensuring that default parameter names will always work. The cfg table
-- values can be added as a string, or as an array of strings.
local defaultKeys = {
000
1:0
بازگشت به پودمان:Namespace detect/data.