You are viewing an old version of this page. Return to the latest version.
SetBSExtensionInfoEditionNotFree
-
- Last edited 6 years ago by WikiSysop
-
-
- No status information
Documentation for this module may be created at Module:SetBSExtensionInfoEditionNotFree/doc
local p = {}
function p.setFromEditionCSV( frame )
local edition = frame.args[1]
return '<span style="display:none">'..edition..'</span>'
end
return p