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...")
 
 
(2 intermediate revisions 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:{{{pronunciation|}}}|<tr>
 +
    <th>Pronunciation</th>
 +
    <td>{{{pronunciation}}}</td>
 +
</tr>}} {{#if:{{{scientific|}}}|<tr>
 +
    <th>Scientific name</th>
 +
    <td>{{{scientific}}}</td>
 +
</tr>}} {{#if:{{{plural|}}}|<tr>
 +
    <th>Plural</th>
 +
    <td>{{{plural}}}</td>
 +
</tr>}} {{#if:{{{possessive|}}}|<tr>
 +
    <th>Possessive</th>
 +
    <td>{{{possessive}}}</td>
 
</tr>}} {{#if:{{{substrains|}}}|<tr>
 
</tr>}} {{#if:{{{substrains|}}}|<tr>
 
     <th>Substrains</th>
 
     <th>Substrains</th>
Line 71: Line 83:
 
Example usage:
 
Example usage:
 
<pre>
 
<pre>
{{Infobox race
+
{{Infobox strain
 
   | title                =  
 
   | title                =  
 
   | image                =  
 
   | image                =  
 
   | caption              =  
 
   | caption              =  
 
   | strain                =  
 
   | strain                =  
 +
  | pronunciation        =
 +
  | scientific            =
 +
  | plural                =
 +
  | possessive            =
 
   | substrains            =  
 
   | substrains            =  
 
   | patron_deity          =  
 
   | patron_deity          =  

Latest revision as of 07:52, 17 February 2025

Infobox strain

Example usage:

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