Difference between revisions of "Template:Village infobox"

From AchaeaWiki
Jump to navigation Jump to search
(added example)
m
 
(14 intermediate revisions by 3 users not shown)
Line 79: Line 79:
   </tr><!--
   </tr><!--
   -->|}}<!--
   -->|}}<!--
-->{{#if:{{{seamark|}}}|<!--
  --><tr>
    <td style="width: 75px; text-align: right; background-color: #7094DB; color: white;"><!--
      -->'''Sea mark'''<!--
    --></td>
    <td><!--
      -->{{{seamark}}}<!--
    --></td>
  </tr><!--
  -->|}}<!--
  -->{{#if:{{{porttype|}}}|<!--
  --><tr>
    <td style="width: 75px; text-align: right; background-color: #7094DB; color: white;"><!--
      -->'''Port type'''<!--
    --></td>
    <td><!--
      -->{{{porttype}}}<!--
    --></td>
  </tr><!--
  -->|}}<!--
  -->{{#if:{{{portsize|}}}|<!--
  --><tr>
    <td style="width: 75px; text-align: right; background-color: #7094DB; color: white;"><!--
      -->'''Port size'''<!--
    --></td>
    <td><!--
      -->{{{portsize}}}<!--
    --></td>
  </tr><!--
  -->|}}<!--
  -->{{#if:{{{exports|}}}|<!--
  --><tr>
    <td style="width: 75px; text-align: right; background-color: #7094DB; color: white;"><!--
      -->'''Exports'''<!--
    --></td>
    <td><!--
      -->{{{exports}}}<!--
    --></td>
  </tr><!--
  -->|}}<!--


--></table></includeonly>
--></table></includeonly>
Line 87: Line 134:


Example usage:
Example usage:
  {{Village_infobox
<pre>{{Village_infobox
  | image       = ''image here''
| image       = ''image here''
  | villagename = Foo
| villagename = Foo
  | leader     = Bob
| leader       = Bob
  | patron     = Lord Foobarbaz of Filler Text
| patron       = Lord Foobarbaz of Filler Text
  | founder     = F'baar
| founder     = F'baar
  | discoverer = Delphinus (who else?)
| discoverer   = Delphinus (who else?)
  | allies     = Bar, Baz
| allies       = Bar, Baz
  | enemies     = The Commune of Lorem Ipsum
| enemies     = The Commune of Lorem Ipsum
  }}
| porttype    = Man made
| portsize    = ∞
| seamark      = FooBarian
| exports      = foobincense, barrh
 
}}</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 21:12, 20 September 2011



All fields except villagename are optional.

Example usage:

{{Village_infobox
 | image        = ''image here''
 | villagename  = Foo
 | leader       = Bob
 | patron       = Lord Foobarbaz of Filler Text
 | founder      = F'baar
 | discoverer   = Delphinus (who else?)
 | allies       = Bar, Baz
 | enemies      = The Commune of Lorem Ipsum
 | porttype     = Man made
 | portsize     = ∞
 | seamark      = FooBarian
 | exports      = foobincense, barrh

}}