Module:Static: Difference between revisions
m Im Wired In moved page Module:Sandbox/User:Im Wired In/Module:Static to Module:Static without leaving a redirect |
m 1 revision imported |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
-- Source: https://runescape.wiki/w/Module:Static | -- Source: https://runescape.wiki/w/Module:Static | ||
local mwHtml = getmetatable(mw.html.create()) | local mwHtml = getmetatable( mw.html.create() ) | ||
mwHtml._static = mwHtml._static or {} | mwHtml._static = mwHtml._static or {} | ||
return mwHtml._static | return mwHtml._static | ||