Difference between revisions of "Topic Query"

From OPENRESEARCH th copy Wiki
Jump to navigation Jump to search
(Created page with "{{Sourcecode |text={{#ask: Concept:Topic |mainlabel=Topic | ?Topic name = name | ?Topic pluralName = pluralName | ?Topic icon = icon | ?Topic iconUrl = iconUrl | ?Topic do...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Sourcecode
 
{{Sourcecode
|text={{#ask: [[Concept:Topic]]
+
|text=<pre>{{#ask: [[Sourcecode]]
 +
|mainlabel=Topic
 +
| ?Topic name = name
 +
| ?Topic pluralName = pluralName
 +
| ?Topic icon = icon
 +
| ?Topic iconUrl = iconUrl
 +
| ?Topic documentation = documentation
 +
| ?Topic wikiDocumentation = wikiDocumentation
 +
| ?Topic defaultstoremode = defaultstoremode
 +
| ?Topic context = context
 +
 
 +
}}</pre>
 +
}}
 +
 
 +
== Example==
 +
{{#ask: [[Sourcecode]]
 
|mainlabel=Topic
 
|mainlabel=Topic
 
| ?Topic name = name
 
| ?Topic name = name
Line 16: Line 31:
  
  
}}
 
 
}}
 
}}

Latest revision as of 17:07, 1 February 2021

Sourcecode
id  
lang  
author  
since  
test  
{{#ask: [[Sourcecode]]
|mainlabel=Topic
| ?Topic name = name
| ?Topic pluralName = pluralName
| ?Topic icon = icon
| ?Topic iconUrl = iconUrl
| ?Topic documentation = documentation
| ?Topic wikiDocumentation = wikiDocumentation
| ?Topic defaultstoremode = defaultstoremode
| ?Topic context = context

}}
url  

Example