Template:Nation Infobox: Difference between revisions

From EarthMC
Jump to navigation Jump to search
No edit summary
(Undo revision 240551 by 655796237752336397 (talk))
Tag: Undo
 
Line 6: Line 6:
     <caption source="caption1"/>
     <caption source="caption1"/>
   </image>
   </image>
   <data source="Nation Covered">
   <data source="nation">
     <label>Nation</label>
     <label>Nation</label>
   </data>
   </data>
   <data source="Time Covered">
   <data source="eras">
     <label>Eras</label>
     <label>Eras</label>
   </data>
   </data>
   <data source="Last Updated">
   <data source="capital">
     <label>Capital</label>
     <label>Capital</label>
   </data>
   </data>
  <data source="language">
    <label>Language</label>
  </data>
  <data source="largest_city">
    <label>Largest City</label>
  </data>
  <data source="capital_and_largest_city">
    <label>Capital<br/><font size="1">and Largest City</font></label>
  </data>
  <data source="/n_list_page">
    <label>/n list page</label>
  </data>
  <data source="area">
    <label>Area</label>
  </data>
  <data source="population">
    <label>Population</label>
  </data>
  <group>
    <header>Government</header>
    <data source="leader">
      <label>Leader</label>
    </data>
    <data source="army_size">
      <label>Army Size</label>
    </data>
    <data source="political_system">
      <label>Political System</label>
    </data>
    <data source="economic_system">
      <label>Economic System</label>
    </data>
  </group>
  <group>
    <header>History</header>
    <data source="established_on">
      <label>Established</label>
    </data>
    <data source="oldest_town">
      <label>Oldest Town</label>
    </data>
    <data source="past_leaders">
      <label>Past Leaders</label>
    </data>
    <data source="past_capitals">
      <label>Past Capitals</label>
    </data>
  </group>
  <group layout="horizontal">
    <data source="preceded">
      <label>Preceded by</label>
    </data>
    <data source="succeeded">
      <label>Succeeded by</label>
    </data>
  </group>
</infobox>
<noinclude>
Example usage:<pre>
{{Nation Infobox
|title1=Example
|image1=Example
|caption1=Example
|nation=Example
|capital=Example
|language=Example
|leader=Example
|/n_list_page=Example
|army_size=Example
|political_system=Example
|economic_system=Example
|largest_city=Example
|past_leaders=Example
|past_capitals=Example
|oldest_town=Example
|Allies=Celestown
|preceded=PrecededNation
|succeeded=SucceededNation
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 02:45, 7 May 2024

Example usage:

{{Nation Infobox
|title1=Example
|image1=Example
|caption1=Example
|nation=Example
|capital=Example
|language=Example
|leader=Example
|/n_list_page=Example
|army_size=Example
|political_system=Example
|economic_system=Example
|largest_city=Example
|past_leaders=Example
|past_capitals=Example
|oldest_town=Example
|Allies=Celestown
|preceded=PrecededNation
|succeeded=SucceededNation
}}