Difference between revisions of "Template:Infobox strain"

From OtanWiki
(Created page with "<div class="infobox" > <div class="infobox-title" style="font-size: 2em; text-align: center;">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image" styl...")
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
{{#if:{{{caption|}}}|<div style="font-size: .8em; text-align: center;">{{{caption}}}</div>}}
 
{{#if:{{{caption|}}}|<div style="font-size: .8em; text-align: center;">{{{caption}}}</div>}}
 
<table> {{#if:{{{strain|}}}|<tr>
 
<table> {{#if:{{{strain|}}}|<tr>
     <th>Strain/th>
+
     <th>Strain</th>
 
     <td>{{{strain}}}</td>
 
     <td>{{{strain}}}</td>
 
</tr>}} {{#if:{{{substrains|}}}|<tr>
 
</tr>}} {{#if:{{{substrains|}}}|<tr>
Line 71: Line 71:
 
Example usage:
 
Example usage:
 
<pre>
 
<pre>
{{Infobox race
+
{{Infobox strain
 
   | title                =  
 
   | title                =  
 
   | image                =  
 
   | image                =  

Latest revision as of 21:07, 23 May 2023

Infobox strain

Example usage:

{{Infobox strain
  | title                 = 
  | image                 = 
  | caption               = 
  | strain                = 
  | substrains            = 
  | patron_deity          = 
  | eyesight              = 
  | hearing               = 
  | smell                 = 
  | lifespan              = 
  | location              = 
  | language              = 
  | climate               = 
  | terrain               = 
  | height                = 
  | weight                = 
  | wingspan              = 
  | skin_color            = 
  | hair_color            = 
  | feathers              = 
  | eye_color             = 
  | build                 = 
  | distinctions          = 
  | dispositions          = 
}}