Difference between revisions of "Template:MapInfoBox"
From Valve Cut Content
oldwiki>Livelong2 (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...") |
oldwiki>Livelong2 (create page) |
||
Line 6: | Line 6: | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | </image> | ||
− | <data source=" | + | <image source="image2"> |
− | <label> | + | <caption source="caption2"/> |
+ | </image> | ||
+ | <image source="image3"> | ||
+ | <caption source="caption3"/> | ||
+ | </image> | ||
+ | <data source="engine"> | ||
+ | <label>Engine</label> | ||
</data> | </data> | ||
− | <data source=" | + | <data source="game"> |
− | <label> | + | <label>Game</label> |
+ | </data> | ||
+ | <data source="leak"> | ||
+ | <label>Leak</label> | ||
+ | </data> | ||
+ | <data source="map_version"> | ||
+ | <label>Map Version</label> | ||
+ | </data> | ||
+ | <data source="editor_build"> | ||
+ | <label>Editor Build</label> | ||
+ | </data> | ||
+ | <data source="mapdate"> | ||
+ | <label>Map Date (last modified)</label> | ||
+ | </data> | ||
+ | <data source="mapdateNET"> | ||
+ | <label>Map Date (NET)</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 16: | Line 37: | ||
Example usage:<pre> | Example usage:<pre> | ||
{{MapInfoBox | {{MapInfoBox | ||
− | |title1=Example | + | |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 | |image1=Example | ||
|caption1=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. --> | ||
+ | <!-- More advanced info --> | ||
+ | |editor_build=Example | ||
+ | |mapdateNET=Example <!-- if you don't know what this is, check this out: | ||
+ | https://valvearchive.com/map-versions/ --> | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 17:08, 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. --> <!-- More advanced info --> |editor_build=Example |mapdateNET=Example <!-- if you don't know what this is, check this out: https://valvearchive.com/map-versions/ --> }}