Template:Anatomy: Difference between revisions
Appearance
imported>Christian D Jensen Created page with "<includeonly> <infobox> <title source="name"/> <image source="imagefront"> <caption source="caption-imagefront"/> </image> <image source="imageback"> <caption source="caption-imageback"/> </image> <group> <header source="header1">Section Header</header> </group> <group> <header source="header2">Section Header</header> <data source="universe"> <label>Universe</label> </data> <data source="species"> <label>Species</la..." Â |
imported>Christian D Jensen No edit summary  |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<infobox> | <infobox> | ||
  <title source="name"/> |   <title source="name"/> | ||
  <image source=" |   <image source="imageFront"> | ||
   <caption source="caption- |    <caption source="caption-imageFront"/> | ||
  </image> |   </image> | ||
  <image source=" |   <image source="imageBack"> | ||
   <caption source="caption- |    <caption source="caption-imageBack"/> | ||
  </image> |   </image> | ||
  <group> |   <group> | ||
   <header source="header1"> |    <header source="header1">Taxonomy and Physiology</header> | ||
   <data source="universe"> |    <data source="universe"> | ||
    <label>Universe</label> |     <label>Universe</label> | ||
Line 25: | Line 22: | ||
    <label>Location</label> |     <label>Location</label> | ||
   </data> |    </data> | ||
  <data source="anatomical_composition"> | |||
   <label>Anatomical Composition</label> | |||
  </data> | |||
  <data source="unique_traits"> | |||
   <label>Unique Traits</label> | |||
  </data> | |||
 </group> | |||
 <group> | |||
  <header source="header2">Function</header> | |||
   <data source="function"> |    <data source="function"> | ||
    <label>Function</label> |     <label>Function</label> | ||
Line 30: | Line 36: | ||
   <data source="energy_dependency"> |    <data source="energy_dependency"> | ||
    <label>Energy Dependency</label> |     <label>Energy Dependency</label> | ||
   </data> |    </data> | ||
   <data source="adaptability"> |    <data source="adaptability"> | ||
Line 41: | Line 41: | ||
   </data> |    </data> | ||
   <data source="interaction_with_other_system"> |    <data source="interaction_with_other_system"> | ||
    <label>Interaction with Other |     <label>Interaction with Other Systems</label> | ||
   </data> |    </data> | ||
   <data source="evolutionary_variants"> |    <data source="evolutionary_variants"> | ||
Line 49: | Line 49: | ||
    <label>Known Weaknesses</label> |     <label>Known Weaknesses</label> | ||
   </data> |    </data> | ||
 </group> | |||
 <group> | |||
  <header source="socio-philosophy">Socio-Philosophy</header> | |||
   <data source="notable_occurrences"> |    <data source="notable_occurrences"> | ||
    <label>Notable Occurrences</label> |     <label>Notable Occurrences</label> | ||
  </data> | |||
  <data source="cultural_significance"> | |||
   <label>Cultural Significance</label> | |||
  </data> | |||
  <data source="significance"> | |||
   <label>Significance</label> | |||
  </data> | |||
  <data source="alien_views"> | |||
   <label>Alien Views</label> | |||
   </data> |    </data> | ||
  </group> |   </group> | ||
Line 58: | Line 70: | ||
Example usage: | Example usage: | ||
{{Anatomy | {{Anatomy | ||
  | name=Example |   | name=Example Organ / System | ||
  | |   | imageFront=Example.jpg | ||
  | caption- |   | caption-imageFront=Example | ||
  | |   | imageBack=Example.jpg | ||
  | caption- |   | caption-imageBack=Example | ||
  | universe=Example |   | universe=Example | ||
  | species= |   | species = [[Species Name]] / [[Multiple Species]] / [[All Sentient Beings]] | ||
  | type= |   | type = [[Physiological System]] / [[Organ]] / [[Tissue]] / [[Extraphysical Structure]] | ||
  | location= |   | location = [[Internal]] / [[External]] / [[Multidimensional]] / [[Energy-Based]] | ||
  | function= |   | function = [[Circulation]], [[Respiration]], [[Reproduction]], [[Cognition]], [[Energy Absorption]], [[Psionic Transmission]] | ||
  | energy_dependency= |   | energy_dependency = [[None]], [[Minimal]], [[Requires External Energy]], [[Fully Energy-Based]] | ||
  | unique_traits= |   | unique_traits = [[Self-Regenerating]], [[Multi-Hearted]], [[Soul-Linked]], [[Symbiotic]], [[Hive-Connected]], [[Paradox-Resistant]] | ||
  | anatomical_composition= |   | anatomical_composition = [[Biological]], [[Cybernetic]], [[Eldritch]], [[Quantum-Tethered]], [[Aetheric]], [[Psionic]] | ||
  | adaptability= |   | adaptability = [[Fixed]], [[Evolvable]], [[Mutational]], [[Shapeshifting]], [[Host-Dependent]] | ||
  | |   | interaction_with_other_systems = [[Connected to Nervous System]], [[Regulates Psionic Flow]], [[Requires Specialized Organs]] | ||
  | evolutionary_variants= |   | evolutionary_variants = [[Subspecies-Specific]], [[Artificially Enhanced]], [[Divine or Cosmic Variant]] | ||
  | known_weaknesses= |   | known_weaknesses = [[Susceptible to Corruption]], [[Easily Overloaded]], [[Vulnerable to Psionic Attacks]], [[Difficult to Repair]] | ||
  | notable_occurrences= |   | notable_occurrences = [[First Discovered During X]], [[Linked to Ancient Evolutionary Event]], [[Subject of Theological Debate]]}} | ||
<pre> | <pre> | ||
{{Anatomy | {{Anatomy | ||
  | name=Example |   | name=Example | ||
  | |   | imageFront=Example.jpg | ||
  | caption- |   | caption-imageFront=Example | ||
  | imageback=Example.jpg |   | imageback=Example.jpg | ||
  | caption- |   | caption-imageBack=Example | ||
  | universe=Example |   | universe=Example | ||
  | species=Example |   | species=Example | ||
Line 92: | Line 104: | ||
  | anatomical_composition=Example |   | anatomical_composition=Example | ||
  | adaptability=Example |   | adaptability=Example | ||
  | |   | interaction_with_other_systems=Example | ||
  | evolutionary_variants=Example |   | evolutionary_variants=Example | ||
  | known_weaknesses=Example |   | known_weaknesses=Example | ||
Line 98: | Line 110: | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{"name":{"suggested":true}," | { | ||
"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 | |||
} | |||
}, | |||
"sets": [], | |||
"paramOrder": [ | |||
"name", | |||
"imageFront", | |||
"caption-imageFront", | |||
"imageBack", | |||
"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> |
Latest revision as of 17:06, 19 February 2025
Example usage:
{{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}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | suggested |
imageFront | imageFront | no description | File | suggested |
caption-imageFront | caption-imageFront | no description | Line | suggested |
imageBack | imageBack | no description | File | suggested |
caption-imageBack | caption-imageBack | no description | Line | suggested |
universe | universe | no description | Unknown | suggested |
species | species | no description | Unknown | suggested |
type | type | no description | Unknown | suggested |
location | location | no description | Unknown | suggested |
function | function | no description | Unknown | suggested |
energy_dependency | energy_dependency | no description | Unknown | suggested |
unique_traits | unique_traits | no description | Unknown | suggested |
anatomical_composition | anatomical_composition | no description | Unknown | suggested |
adaptability | adaptability | no description | Unknown | suggested |
interaction_with_other_system | interaction_with_other_system | no description | Unknown | suggested |
evolutionary_variants | evolutionary_variants | no description | Unknown | suggested |
known_weaknesses | known_weaknesses | no description | Unknown | suggested |
notable_occurrences | notable_occurrences | no description | Unknown | suggested |