SetBSExtensionInfoEditionNotFree

Revision as of 10:10, 27 November 2017 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 '[[BSExtensionInfoEditionNotFree::false| ]]'
    end
    
    return '[[BSExtensionInfoEditionNotFree::true| ]]'
end

return p

Attachments

Discussions