Difference between revisions of "TopicQuery"

From OPENRESEARCH th copy Wiki
Jump to navigation Jump to search
(Created page with "=Sourcecode= {{Sourcecode |id=TopicQuery |since=2021/02/09 |text=<source lang=smw> {{#ask: Concept:Topic |mainlabel=Topic | ?Topic name = name | ?Topic pluralName = p...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{{Sourcecode
 
{{Sourcecode
 
|id=TopicQuery
 
|id=TopicQuery
 +
|lang=smw
 
|since=2021/02/09
 
|since=2021/02/09
|text=<source lang=smw>
+
|text=<pre>
{{#ask: [[Concept:Topic]]
+
[[Concept:Topic]] |mainlabel=Topic
|mainlabel=Topic
 
 
| ?Topic name = name
 
| ?Topic name = name
 
| ?Topic pluralName = pluralName
 
| ?Topic pluralName = pluralName
Line 18: Line 18:
 
| ?Topic headerTabs = headerTabs
 
| ?Topic headerTabs = headerTabs
 
| ?Topic context = context
 
| ?Topic context = context
}}
+
</pre>
</source>
 
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 +
 
=Freitext=
 
=Freitext=
 +
[[Category:SMW Query]]

Latest revision as of 19:20, 9 February 2021

Sourcecode

Sourcecode
edit
id  TopicQuery
lang  smw
author  
since  2021/02/09
test  
[[Concept:Topic]] |mainlabel=Topic
| ?Topic name = name
| ?Topic pluralName = pluralName
| ?Topic icon = icon
| ?Topic iconUrl = iconUrl
| ?Topic documentation = documentation
| ?Topic wikiDocumentation = wikiDocumentation
| ?Topic defaultstoremode = defaultstoremode
| ?Topic listLimit = listLimit
| ?Topic cargo = cargo
| ?Topic headerTabs = headerTabs
| ?Topic context = context
url  

Freitext