Template:FleetInfobox: Difference between revisions

Template page
(Created page with "{{Infobox | title = {{{name|{{PAGENAME}}}}} | image = {{#if:{{{image|}}}|[[File:{{{image|}}}|300px]]}} | caption = {{{image_desc|}}} | image2 = {{#if:{{{image2|}}}|[[File:{{{image2|}}}|300px]]}} | caption2 = {{{image2_desc|}}} |header1 = | label1 = Size | data1 = {{{size|}}} | label2 = Flagship | data2 = {{{flagship|}}} | label3 = Location | data3 = {{{location|}}} }}")
 
No edit summary
Line 13: Line 13:
|  data3 = {{{location|}}}
|  data3 = {{{location|}}}
}}
}}
<infobox>
  <title source="name">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image">
    <caption source="image_desc" />
  </image>
  <data source="size">
    <label>Size</label>
  </data>
  <data source="flagship">
    <label>Flagship</label>
  </data>
  <data source="location">
    <label>Location</label>
  </data>
</infobox>

Revision as of 00:07, 27 November 2023

Template:Infobox