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
 
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>
  <title source="name">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image" />
  <data source="parameter-1">
    <label>Label 1</label>
  </data>
  <data source="parameter-2">
    <label>Label 2</label>
  </data>
</infobox>

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>