Jump to content

Template:Anatomy: Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<infobox>
<infobox>
   <title source="name"/>
   <title source="name"/>
  <group>
    <header>Pronunciation</header>
    <data source="ipa"><label>IPA Pronunciation</label></data>
    <data source="oed"><label>OED Pronunciation</label></data>
    <audio source="audio" />
  </group>
  <panel>
    <header>Image Gallery</header>
<section>
<label source="front">Front</label>
   <image source="imageFront">
   <image source="imageFront">
     <caption source="caption-imageFront"/>
     <caption source="caption-imageFront"/>
   </image>
   </image>
</section>
<section>
<label source="side">Side</label>
  <image source="imageSide">
    <caption source="caption-imageSide"/>
  </image>
</section>
<section>
<label source="angle">Angle</label>
  <image source="imageAngle">
    <caption source="caption-imageAngle"/>
  </image>
</section>
<section>
<label source="back">Back</label>
   <image source="imageBack">
   <image source="imageBack">
     <caption source="caption-imageBack"/>
     <caption source="caption-imageBack"/>
   </image>
   </image>
</section>
<section>
<label source="alt">Alternate</label>
  <image source="imageAlt">
    <caption source="caption-imageAlt"/>
  </image>
</section>
<section>
<label source="diagram">Diagram</label>
  <image source="diagram">
    <caption source="caption-diagram"/>
  </image>
</section>
</panel>
   <group>
   <group>
     <header source="header1">Taxonomy and Physiology</header>
     <header source="header1">Taxonomy and Physiology</header>
Line 68: Line 108:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Example usage:
{{Documentation}}
{{Anatomy
  | name=Example Organ / System
  | imagefront=Example.jpg
  | caption-imagefront=Example
  | imageback=Example.jpg
  | caption-imageback=Example
  | universe=Example
  | species = [[Species Name]] / [[Multiple Species]] / [[All Sentient Beings]]
  | type = [[Physiological System]] / [[Organ]] / [[Tissue]] / [[Extraphysical Structure]]
  | location = [[Internal]] / [[External]] / [[Multidimensional]] / [[Energy-Based]]
  | function = [[Circulation]], [[Respiration]], [[Reproduction]], [[Cognition]], [[Energy Absorption]], [[Psionic Transmission]]
  | energy_dependency = [[None]], [[Minimal]], [[Requires External Energy]], [[Fully Energy-Based]]
  | unique_traits = [[Self-Regenerating]], [[Multi-Hearted]], [[Soul-Linked]], [[Symbiotic]], [[Hive-Connected]], [[Paradox-Resistant]]
  | anatomical_composition = [[Biological]], [[Cybernetic]], [[Eldritch]], [[Quantum-Tethered]], [[Aetheric]], [[Psionic]]
  | adaptability = [[Fixed]], [[Evolvable]], [[Mutational]], [[Shapeshifting]], [[Host-Dependent]]
  | interaction_with_other_systems = [[Connected to Nervous System]], [[Regulates Psionic Flow]], [[Requires Specialized Organs]]
  | evolutionary_variants = [[Subspecies-Specific]], [[Artificially Enhanced]], [[Divine or Cosmic Variant]]
  | known_weaknesses = [[Susceptible to Corruption]], [[Easily Overloaded]], [[Vulnerable to Psionic Attacks]], [[Difficult to Repair]]
  | notable_occurrences = [[First Discovered During X]], [[Linked to Ancient Evolutionary Event]], [[Subject of Theological Debate]]}}
<pre>
{{Anatomy
  | name=Example
  | imagefront=Example.jpg
  | caption-imagefront=Example
  | imageback=Example.jpg
  | caption-imageback=Example
  | universe=Example
  | species=Example
  | type=Example
  | location=Example
  | function=Example
  | energy_dependency=Example
  | unique_traits=Example
  | anatomical_composition=Example
  | adaptability=Example
  | interaction_with_other_systems=Example
  | evolutionary_variants=Example
  | known_weaknesses=Example
  | notable_occurrences=Example}}
</pre>
<templatedata>
<templatedata>
{"params":{"name":{"suggested":true},"imagefront":{"suggested":true},"caption-imagefront":{"suggested":true},"imageback":{"suggested":true},"caption-imageback":{"suggested":true},"universe":{"suggested":true},"species":{"suggested":true},"type":{"suggested":true},"location":{"suggested":true},"function":{"suggested":true},"energy_dependency":{"suggested":true},"unique_traits":{"suggested":true},"anatomical_composition":{"suggested":true},"adaptability":{"suggested":true},"interaction_with_other_system":{"suggested":true},"evolutionary_variants":{"suggested":true},"known_weaknesses":{"suggested":true},"notable_occurrences":{"suggested":true}},"sets":[],"maps":{}}
{
"params": {
"name": {
"suggested": true
},
"universe": {
"suggested": true
},
"species": {
"suggested": true
},
"type": {
"suggested": true
},
"location": {
"suggested": true
},
"function": {
"suggested": true
},
"energy_dependency": {
"suggested": true
},
"unique_traits": {
"suggested": true
},
"anatomical_composition": {
"suggested": true
},
"adaptability": {
"suggested": true
},
"interaction_with_other_system": {
"suggested": true
},
"evolutionary_variants": {
"suggested": true
},
"known_weaknesses": {
"suggested": true
},
"notable_occurrences": {
"suggested": true
},
"imageFront": {
"type": "wiki-file-name",
"suggested": true
},
"caption-imageFront": {
"type": "line",
"suggested": true
},
"caption-imageBack": {
"type": "line",
"suggested": true
},
"imageBack": {
"type": "wiki-file-name",
"suggested": true
},
"caption-imageSide": {
"type": "line"
},
"imageAngle": {
"type": "wiki-file-name"
},
"caption-imageAngle": {
"type": "line"
},
"imageSide": {
"type": "wiki-file-name"
},
"diagram": {},
"caption-diagram": {},
"imageAlt": {},
"caption-imageAlt": {}
},
"sets": [],
"paramOrder": [
"name",
"imageFront",
"caption-imageFront",
"imageSide",
"caption-imageSide",
"imageAngle",
"caption-imageAngle",
"imageBack",
"imageAlt",
"caption-imageAlt",
"diagram",
"caption-diagram",
"caption-imageBack",
"universe",
"species",
"type",
"location",
"function",
"energy_dependency",
"unique_traits",
"anatomical_composition",
"adaptability",
"interaction_with_other_system",
"evolutionary_variants",
"known_weaknesses",
"notable_occurrences"
],
"format": "block"
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>