Variant2 (query directive)
From WandoraWiki
(Difference between revisions)
(Created page with "== Description == Gets the variant name with the specified scope. Returns null if the input doesn't have the specified variant. The difference between this directive and [[V...") |
m (Protected "Variant2 (query directive)" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(One intermediate revision by one user not shown) | |||
Line 7: | Line 7: | ||
== Constructor == | == Constructor == | ||
− | Variant( | + | Variant(TopicOperand scope, [...]) |
[[Category:Query directives]] | [[Category:Query directives]] |
Latest revision as of 15:49, 29 November 2013
[edit] Description
Gets the variant name with the specified scope. Returns null if the input doesn't have the specified variant.
The difference between this directive and Variant is that you can use any kind of scope with this directive while the other directive is suited for variants using exactly two scope topics, a type and a version.
[edit] Constructor
Variant(TopicOperand scope, [...])