Template:MapInfobox: Difference between revisions

From Victory Belles Community Wiki
Jump to navigation Jump to search
fandomVB>Sovereign
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
No edit summary
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
{| class="infobox"  
  <title source="title1">
|colspan=2 style="text-align:center;"|
    <default>{{PAGENAME}}</default>
|-
  </title>
|'''Map Name''' || {{{MapName}}}
  <image source="image1">
|-
    <caption source="caption1"/>
|'''HQ Level''' || {{{HQLevel}}}
  </image>
|-
  <data source="row1">
|'''Map Type''' || {{{MapType}}}
    <label>Label</label>
|-
  </data>
{{#if: {{{EventBelle|}}} | {{EventBelleLine|{{{EventBelle}}}}} |}}
  <data source="row2">
|'''Cruise (Hours)''' || {{{CruiseTime}}}
    <label>Label</label>
|-
  </data>
|'''Bases''' || {{#replace:{{{Bases}}}|,|<br />}}
</infobox>
|}
<noinclude>
Example usage:
<pre>
{{MapInfobox
 
  | title1=Example
 
  | image1=Example
 
  | caption1=Example
 
  | row1=Example
 
  | row2=Example
 
}}
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"row1":{"suggested":true},"row2":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>

Latest revision as of 08:07, 8 June 2023

Map Name {{{MapName}}}
HQ Level {{{HQLevel}}}
Map Type {{{MapType}}}
Cruise (Hours) {{{CruiseTime}}}
Bases {{{Bases}}}