DIV_CLASS_ROW

Модуль: MP: различия между версиями 🔗


Материал из VEDA Wiki
Перейти к: навигация, поиск
Нет описания правки
Метка: отменено
Нет описания правки
Метка: ручная отмена
Строка 4: Строка 4:
function p.mpf( frame )
function p.mpf( frame )
--  return ' is a [[' .. mw.site.namespaces[3000].name .. ':stub|stub]]. You can help ' .. mw.site.siteName .. ' by ['
--  return ' is a [[' .. mw.site.namespaces[3000].name .. ':stub|stub]]. You can help ' .. mw.site.siteName .. ' by ['
   return #mw.site.contentNamespaces[3000]
   return #mw.site.namespaces[3000]
end
end



Версия от 00:49, 18 октября 2024

Для документации этого модуля может быть создана страница Модуль:MP/doc

local p = {}


function p.mpf( frame )
--  return ' is a [[' .. mw.site.namespaces[3000].name .. ':stub|stub]]. You can help ' .. mw.site.siteName .. ' by ['
  return #mw.site.namespaces[3000]
end


function p.mpf2( frame )
-- thankx https://warframe.fandom.com/es/wiki/M%C3%B3dulo:DependencyGraph
  return mw.getCurrentFrame():preprocess([=[<DynamicPageList>
category             =
namespace =
ordermethod = sortkey
order                = ascending
redirects = include
offset    = 2

</DynamicPageList>]=])
end


return p