SetBSExtensionInfoEditionNotFree

Revision as of 10:08, 27 November 2017 by WikiSysop (talk | contribs)

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 '[[BSExtensionInfoEditionNot::false| ]]'
end

return p

Attachments

Discussions