Module:Static: Difference between revisions
Appearance
Created page with "-- Source: https://runescape.wiki/w/Module:Static local mwHtml = getmetatable( mw.html.create() ) mwHtml._static = mwHtml._static or {} return mwHtml._static" |
(No difference)
|
Latest revision as of 20:15, 16 October 2025
Documentation for this module may be created at Module:Static/doc
-- Source: https://runescape.wiki/w/Module:Static
local mwHtml = getmetatable( mw.html.create() )
mwHtml._static = mwHtml._static or {}
return mwHtml._static