Module:Documentation: Difference between revisions
Jump to navigation
Jump to search
m fix namespace by Vercelas, accidentally overwritten |
m clean up |
||
Line 1: | Line 1: | ||
-- This module implements {{documentation}}. | -- This module implements {{documentation}}. | ||
Line 9: | Line 6: | ||
-- Get the config table. | -- Get the config table. | ||
local cfg = mw.loadData('Module:Documentation/config | local cfg = mw.loadData('Module:Documentation/config') | ||
local i18n = mw.loadData('Module:Documentation/i18n') | local i18n = mw.loadData('Module:Documentation/i18n') | ||
local p = {} | local p = {} |