Module:Shortcut and Module:Shortcut/sandbox: Difference between pages
(Difference between pages)
imported>Izno Undid revision 1212853521 by Jdlrobson (talk) no, that class is exclusive to the module in which it appears |
imported>Izno rename here |
||
Line 2: | Line 2: | ||
-- Set constants | -- Set constants | ||
local CONFIG_MODULE = 'Module:Shortcut/config' | local CONFIG_MODULE = 'Module:Shortcut/config/sandbox' | ||
-- Load required modules | -- Load required modules | ||
Line 77: | Line 77: | ||
local root = mw.html.create() | local root = mw.html.create() | ||
root:wikitext(frame:extensionTag{ name = 'templatestyles', args = { src = 'Module:Shortcut/styles.css'} }) | root:wikitext(frame:extensionTag{ name = 'templatestyles', args = { src = 'Module:Shortcut/sandbox/styles.css'} }) | ||
-- Anchors | -- Anchors | ||
local anchorDiv = root | local anchorDiv = root |