Module:Documentation: Difference between revisions
Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..." |
remove redundant stuff to Template:Protection indicators—already displayed on every page |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 138: | Line 138: | ||
root | root | ||
:wikitext(p._getModuleWikitext(args, env)) | :wikitext(p._getModuleWikitext(args, env)) | ||
:wikitext(p.sandboxNotice(args, env)) | :wikitext(p.sandboxNotice(args, env)) | ||
:tag('div') | :tag('div') | ||
Line 425: | Line 424: | ||
end | end | ||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |