Template:Infobox game: Difference between revisions

From WangWiki
Jump to navigation Jump to search
Created page with "INFOBOX TEMPLATE: <div class="infobox_INSERTAME"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> <..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
INFOBOX TEMPLATE:
<div class="infobox_game">
<div class="infobox-title">Featured page</div>
<div class="infobox-image">[[File:Zilla_Dorms_-_Main_area.png|300px]]</div>
<table class="infobox-table"><tr>
<br>
Zilla Dorms is intended to be impossible to fully control in WangBang. Its many branching paths and item spawns makes it an ideal map to fight on if your opponent relies on map control to win. The map consists of two sides. Each side has a hidden kevlar armor pickup. There is a bridge connecting both sides, with a train that moves back and forth, giving protection to those who use it to cross.


<div class="infobox_INSERTAME">
The dorms side consists of a train station, a courtyard, a tower, and many more levels and rooms, most with multiple entrances and exits. The nature side is much smaller and consists mostly of open air, but also has some trenches and a training area in a cave with a waterfall.
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
</tr></table>
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
    <th>Parameter 1</th>
    <td>{{{param1}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
    <th>Parameter 2</th>
    <td>{{{param2}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
    <th>Parameter 3</th>
    <td>{{{param3}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
    <th>Parameter 4</th>
    <td>{{{param4}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
    <th>Parameter 5</th>
    <td>{{{param5}}}</td>
</tr>}}</table>
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox/styles.css" />
</div>
</div>
CSS:
.infobox_INSERTNAME {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}
PAGE EXAMPLE:
{{Infobox_INSERTNAME
| title =
| image =
| param1 =
| param2 =
| param3 =
| param4 =
| param5 =
}}

Latest revision as of 03:34, 11 February 2026

Featured page

Zilla Dorms is intended to be impossible to fully control in WangBang. Its many branching paths and item spawns makes it an ideal map to fight on if your opponent relies on map control to win. The map consists of two sides. Each side has a hidden kevlar armor pickup. There is a bridge connecting both sides, with a train that moves back and forth, giving protection to those who use it to cross. The dorms side consists of a train station, a courtyard, a tower, and many more levels and rooms, most with multiple entrances and exits. The nature side is much smaller and consists mostly of open air, but also has some trenches and a training area in a cave with a waterfall.