Test Infobox: Difference between revisions

From Horizons Rebirth
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
This is a test page to see if Infoboxes are working as intended.
This is a test page to see if Infoboxes are working as intended.


<infobox>
{{ infobox
  <title source="name">
| abovestyle  =
     <default>{{PAGENAME}}</default>
| above      =
  </title>
| image      =
  <image source="image" />
| caption     =
  <data source="parameter-1">
| headerstyle =
     <label>Label 1</label>
| header1    =
  </data>
| label1      =
  <data source="parameter-2">
| data1      =
     <label>Label 2</label>
| header2     =
  </data>
| label2      =
</infobox>
| data2      =
...
| header20    =
| label20     =
| data20      =
}}

Revision as of 13:02, 31 January 2023

This is a test page to see if Infoboxes are working as intended.

<infobox>

 <title source="name">
   <default>Test Infobox</default>
 </title>
 <image source="image" />
 
   <label>Label 1</label>
 
 
   <label>Label 2</label>
 

</infobox>