View source for Module:columns
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local export = {}
local html = mw.html.create
local m_languages = require("Module:languages")
local m_links = require("Module:links")
local m_parameters = require("Module:parameters")
function export.create_list(data)
if not data.language then error("no language was provided to columns.create_list") end
end
000
1:0
Template used on this page:
Return to Module:columns.