Difference between revisions of "Template:Infobox"

From Orbis Wiki
Jump to navigation Jump to search
(Initial creation, testing only)
(More testing; add some actual variables)
Line 1: Line 1:
Test Infobox
+
<div class="infobox">
 
+
  <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
Var1: {{{var1}}}
+
  <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
 +
  <table>{{#if:{{{born|}}}|<tr>
 +
      <th>Born</th>
 +
      <td>{{{born}}}</td>
 +
  </table>
 +
</div>

Revision as of 21:24, 1 April 2020

Infobox
{{#if:|
Born {{{born}}}