Test Infobox: Difference between revisions

From Horizons Rebirth
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
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>
| abovestyle  =
  <title source="name">
| above      =
     <default>{{PAGENAME}}</default>
| image      =
  </title>
| caption     =
  <image source="image" />
| headerstyle =
  <data source="parameter-1">
| header1    =
     <label>Label 1</label>
| label1      =
  </data>
| data1      =
  <data source="parameter-2">
| header2     =
     <label>Label 2</label>
| label2      =
  </data>
| data2      =
</infobox>
...
| header20    =
| label20     =
| data20      =
}}

Latest revision as of 02:20, 1 February 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>