Difference between revisions of "Template:MapInfoBox"

From Valve Cut Content
Jump to: navigation, search
oldwiki>Livelong2
(create page)
oldwiki>Livelong2
(grouping test)
Line 3: Line 3:
 
     <default>{{PAGENAME}}</default>
 
     <default>{{PAGENAME}}</default>
 
   </title>
 
   </title>
 +
  <group collapse="open">
 +
      <header>Screenshots</header>
 
   <image source="image1">
 
   <image source="image1">
 
     <caption source="caption1"/>
 
     <caption source="caption1"/>
Line 12: Line 14:
 
     <caption source="caption3"/>
 
     <caption source="caption3"/>
 
   </image>
 
   </image>
 +
  </group>
 +
 
 +
<group collapse="open">
 +
      <header>Info</header>
 
   <data source="engine">
 
   <data source="engine">
 
     <label>Engine</label>
 
     <label>Engine</label>
Line 33: Line 39:
 
     <label>Map Date (NET)</label>
 
     <label>Map Date (NET)</label>
 
   </data>
 
   </data>
 +
  </group>
 
</infobox>
 
</infobox>
 
<noinclude>
 
<noinclude>
Line 51: Line 58:
 
|leak=Example <!-- Leak it originated from. Provide a link to the VCC wiki page where possible.-->
 
|leak=Example <!-- Leak it originated from. Provide a link to the VCC wiki page where possible.-->
 
|mapdate=Example <!-- Date of the map. If it has no static map date, or something obviously well after it was made, but N/A. -->
 
|mapdate=Example <!-- Date of the map. If it has no static map date, or something obviously well after it was made, but N/A. -->
 +
|mapversion=Example
 
<!-- More advanced info -->
 
<!-- More advanced info -->
 
|editor_build=Example  
 
|editor_build=Example  

Revision as of 17:17, 16 October 2017

Example usage:

{{MapInfoBox
|title1=Example <!-- the map name with .vmf -->
<!-- Sidebar images --> 
<!-- Use these to show what the map is, with some sweeping shots. Leave the whole gallery for below. -->
|image1=Example
|caption1=Example
|image2=Example
|caption2=Example
|image3=Example
|caption3=Example
<!-- Basic Info -->
|engine=Example <!-- Source Engine, Goldsrc, etc. -->
|game=Example <!-- What game is this made for?-->
|leak=Example <!-- Leak it originated from. Provide a link to the VCC wiki page where possible.-->
|mapdate=Example <!-- Date of the map. If it has no static map date, or something obviously well after it was made, but N/A. -->
|mapversion=Example
<!-- More advanced info -->
|editor_build=Example 
|mapdateNET=Example <!-- if you don't know what this is, check this out: 
https://valvearchive.com/map-versions/ -->
}}