Difference between revisions of "Form:Ontological Topic"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X.
 
This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X.
 
+
it expects the following parameters passed onto the query string in the following format:
 +
<pre>
 +
query string=
 +
Ontological Topic[Term]=<the name of the term>
 +
&
 +
Ontological Topic[Ontological Question Type]={Existence,Subtypes,Supertypes,Associations}
 +
</pre>
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
 
--><!-- get the term (definitional topic) and the question type (existence, subtypes, supertypes, associations) from the URL
 
--><!-- get the term (definitional topic) and the question type (existence, subtypes, supertypes, associations) from the URL
Line 10: Line 16:
 
  -->|{{#vardefine: varTermGiven|no}}<!-- term is not given: set the flag
 
  -->|{{#vardefine: varTermGiven|no}}<!-- term is not given: set the flag
 
-->}}<!--
 
-->}}<!--
-->
+
--><!--
 
-->{{#vardefine: varQuestionType|{{#urldecode:{{#urlget:Ontological Topic[Ontological Question Type]|}}}}|}}<!--
 
-->{{#vardefine: varQuestionType|{{#urldecode:{{#urlget:Ontological Topic[Ontological Question Type]|}}}}|}}<!--
 
--><!--
 
--><!--

Revision as of 17:06, 16 December 2022

This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X. it expects the following parameters passed onto the query string in the following format:

query string=
 Ontological Topic[Term]=<the name of the term>
 &
 Ontological Topic[Ontological Question Type]={Existence,Subtypes,Supertypes,Associations}