Template:PlanetInfoBox: Difference between revisions

From Space Pioneers Community Wiki
Created page with "{{Infobox | name = {{{title|}}} | bodyclass = vcard | title = {{{title|Unknown Title}}} | label1 = Author | data1 = {{{author|}}} | label2 = Published | data2 = {{{published|}}} }}"
 
m test
Line 1: Line 1:
{{Infobox
<!-- Template:Infobox_Book -->
| name = {{{title|}}}
<table class="infobox" style="width:22em; font-size:90%; text-align:left;">
| bodyclass = vcard
  <tr>
| title = {{{title|Unknown Title}}}
    <th colspan="2" style="text-align:center; font-size:125%;">{{{title|Unknown Title}}}</th>
| label1 = Author
  </tr>
| data1 = {{{author|}}}
  <tr>
| label2 = Published
    <td><b>Author</b></td>
| data2 = {{{published|}}}
    <td>{{{author|Unknown Author}}}</td>
}}
  </tr>
  <tr>
    <td><b>Published</b></td>
    <td>{{{published|Unknown Date}}}</td>
  </tr>
  <tr>
    <td><b>Genre</b></td>
    <td>{{{genre|Unknown Genre}}}</td>
  </tr>
</table>

Revision as of 18:52, 20 June 2025

Unknown Title
Author Unknown Author
Published Unknown Date
Genre Unknown Genre