![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
View source for Module:documentation
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local export = {}
local pages_module = "Module:pages"
local m_pages = require(pages_module)
local get_pagetype = m_pages.get_pagetype
local is_documentation = m_pages.is_documentation
local is_sandbox = m_pages.is_sandbox
-- it is either here, or in [[Module:ugly hacks]], and it is not in ugly hacks.
function export.CONTENTMODEL()
return mw.title.getCurrentTitle().contentModel
end
local skins = {
["common" ] = "";
["vector" ] = "Vector";
["monobook" ] = "Monobook";
["cologneblue"] = "Cologne Blue";
000
1:0
Templates used on this page:
Return to Module:documentation.