Модуль:Родственные проекты: различия между версиями

Перейти к навигации Перейти к поиску
нет описания правки
(Новая страница: «local p = {}; -- Configuration data local config = require( 'Module:Родственные_проекты/config' ); -- Modules local getArgs = require( 'Modul...»)
 
Нет описания правки
Строка 24: Строка 24:
context.args = item['args'];
context.args = item['args'];
end
end
item.wikiValue = modules[item['module']][item['function']]( context );
item.wikiValue = ( context );
-- add wiki prefix
-- add wiki prefix
if item.wikiValue ~= nil and item.wikiValue ~= '' and item.wikiPrefix ~= nil and item.wikiPrefix ~= '' then
if item.wikiValue ~= nil and item.wikiValue ~= '' and item.wikiPrefix ~= nil and item.wikiPrefix ~= '' then

Навигация