Module:Static: Difference between revisions

From Downtime Wiki
Created page with "-- Source: https://runescape.wiki/w/Module:Static local mwHtml = getmetatable( mw.html.create() ) mwHtml._static = mwHtml._static or {} return mwHtml._static"
m 1 revision imported
 
(No difference)

Latest revision as of 04:44, 25 April 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