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]
if string.match( edition, "BlueSpice free" ) then
return ''
end
return '[[BSExtensionInfoEditionNotFree::true| ]]'
end
return p