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( edition )
return '<span style="display:none">'+edition+'</span>';
end
return p