Closed s7eph4n closed 6 years ago
mw.smw.set() allows setting multiple values for the same property by having arguments like
mw.smw.set()
table#1 { "prop=value", "prop=value2", }
It would be great if it could handle arguments of the form
table#1 { ["prop"] = table#2 { "value", "value2", }, }
(This is also the format returned by mw.smw.ask() when the result has multiple values for one property.)
mw.smw.ask()
Setup and configuration
Issue
mw.smw.set()
allows setting multiple values for the same property by having arguments likeIt would be great if it could handle arguments of the form
(This is also the format returned by
mw.smw.ask()
when the result has multiple values for one property.)