Difference between revisions of "Template:Theory Example"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Theory Example" template. This template is used from within all theory templates to create subobjects for all individual historical, hypothetical, or...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
<pre>
 
<pre>
 
{{Theory Example
 
{{Theory Example
 +
|Title=
 
|Description=
 
|Description=
 
|Example Type=
 
|Example Type=
Line 13: Line 14:
 
* <code><nowiki>SubObjectCategory</nowiki></code> = "Theory Example".
 
* <code><nowiki>SubObjectCategory</nowiki></code> = "Theory Example".
 
* <code><nowiki>Theory</nowiki></code> - the full page name of the theory.
 
* <code><nowiki>Theory</nowiki></code> - the full page name of the theory.
 +
* <code><nowiki>Title</nowiki></code> - the one-line title of the example. It will be used as a sub-header when presenting the examples. 
 
* <code><nowiki>Description</nowiki></code> - the detailed description of the example.  
 
* <code><nowiki>Description</nowiki></code> - the detailed description of the example.  
* <code><nowiki>Example Type/nowiki></code> - possible values are "Historical", "Hypothetical", and "Hybrid" (the latter category includes all alternative history examples, e.g. had scientists accepted X they would have done Y).  
+
* <code><nowiki>Example Type</nowiki></code> - possible values are "Historical", "Hypothetical", and "Hybrid" (the latter category includes all alternative history examples, e.g. had scientists accepted X they would have done Y).  
  
 
Edit the page to see the template text.
 
Edit the page to see the template text.
Line 22: Line 24:
 
  -->|SubObjectCategory=Theory Example<!--  
 
  -->|SubObjectCategory=Theory Example<!--  
 
  -->|Theory={{FULLPAGENAME}}<!--  
 
  -->|Theory={{FULLPAGENAME}}<!--  
  -->|Description={{{Description|}}}<!--  
+
-->|Title={{{Title|}}}<!--
 +
  -->|Description={{#replace: {{{Description|}}}|CiteRef::|CITE_}}<!--  
 
  -->|Example Type={{{Example Type|Historical}}}<!--   
 
  -->|Example Type={{{Example Type|Historical}}}<!--   
 
-->}}<!--
 
-->}}<!--

Latest revision as of 04:15, 22 January 2023

This is the "Theory Example" template. This template is used from within all theory templates to create subobjects for all individual historical, hypothetical, or hybrid examples that illustrate the point of the theory.

It should be called in the following format:

{{Theory Example
|Title=
|Description=
|Example Type=
}}

The template creates a subobject with the following properties:

  • SubObjectCategory = "Theory Example".
  • Theory - the full page name of the theory.
  • Title - the one-line title of the example. It will be used as a sub-header when presenting the examples.
  • Description - the detailed description of the example.
  • Example Type - possible values are "Historical", "Hypothetical", and "Hybrid" (the latter category includes all alternative history examples, e.g. had scientists accepted X they would have done Y).

Edit the page to see the template text.