Template:ModBar: Difference between revisions
Appearance
en>DCoder m Edited RockPatch row, last attempt |
en>Renegade No edit summary |
||
| Line 1: | Line 1: | ||
{| align="right" width="20%" | {| align="right" width="20%" class="table_infobar" | ||
!colspan="2"|{{PAGENAME}} | !colspan="2"|{{PAGENAME}} | ||
|- | |- | ||
|align="center" colspan="2"|[[Image:{{{image}}}]] | |align="center" colspan="2"|[[Image:{{{image|Missingshot.png}}}]] | ||
|- | |-class="contentrow" | ||
| | |width="50%"|'''Game''' | ||
|width="50% | |width="50%"|{{{game}}} | ||
|- | |-class="contentrow" | ||
|'''Developer''' | |||
|{{{dev}}} | |||
|- | |-class="contentrow" | ||
|'''Type''' | |||
|{{{type}}} | |||
|- | |-class="contentrow" | ||
|'''Release date(s)''' | |||
|{{{dates}}} | |||
|- | |-class="contentrow" | ||
|'''Current Version''' | |||
|{{{version}}} | |||
|- | |-class="contentrow" | ||
|'''Campaign playable?''' | |||
|{{{camp}}} | |||
{{#ifeq: {{{rp|}}}|||<tr class="contentrow"> | |||
<td>'''RockPatch required?'''</td> | |||
<td>{{{rp}}}</td> | |||
|- | </tr>}} | ||
|-class="contentrow" | |||
|'''Homepage''' | |||
|[{{{site}}} Link] | |||
|} | |} | ||
<includeonly>[[Category:Mods and Patches]]</includeonly> | <includeonly>[[Category:Mods and Patches]]</includeonly> | ||
| Line 44: | Line 45: | ||
</pre> | </pre> | ||
Copy-paste the code above and fill in the fields as instructed.<br> | Copy-paste the code above and fill in the fields as instructed.<br> | ||
Screenshot shouldn't be too big, and needs to be uploaded via [[Special:Upload]] first.<br> | Screenshot shouldn't be too big, and needs to be uploaded via [[Special:Upload]] first. [[:Image:Missingshot.png]] gets placed if nothing else is defined.<br> | ||
Box title is the page title.<br> | Box title is the page title.<br> | ||
Template includes Category:Mods and Patches automatically. | Template includes Category:Mods and Patches automatically. | ||
Revision as of 18:29, 15 August 2006
| ModBar | |
|---|---|
| |
| Game | {{{game}}} |
| Developer | {{{dev}}} |
| Type | {{{type}}} |
| Release date(s) | {{{dates}}} |
| Current Version | {{{version}}} |
| Campaign playable? | {{{camp}}} |
| Homepage | [{{{site}}} Link] |
Usage:
{{ModBar
|image=
|game=
|dev=
|type=
|dates=
|version=
|camp=
|rp=
|site=
}}
Copy-paste the code above and fill in the fields as instructed.
Screenshot shouldn't be too big, and needs to be uploaded via Special:Upload first. Image:Missingshot.png gets placed if nothing else is defined.
Box title is the page title.
Template includes Category:Mods and Patches automatically.
- image: Name of screenshot.extension.
- game: Name of game this mod is for.
- dev: Developing team name or modder name.
- type: Balancing, Expansion, Total Conversion or similar.
- dates: Release dates of mod versions.
- version: Version number of the mod's current version.
- camp: yes or no, whether single player campaign is playable.
- rp: yes or no, whether RockPatch is required. (Omit this if the mod is not for YR and thus RockPatch does not apply.)
- site: Url of the mod's address. Is turned into a link automatically.
Example
{{ModBar
|image=Missingshot.png
|game=Yuri's Revenge
|dev=Renegade
|type=Total Conversion
|dates=May 20, 2006
|version=0.1.0
|camp=no
|rp=no
|site=http://www.destructionmod.com
}}
| ModBar | |
|---|---|
| |
| Game | Yuri's Revenge |
| Developer | Renegade |
| Type | Total Conversion |
| Release date(s) | May 20, 2006 |
| Current Version | 0.1.0 |
| Campaign playable? | no |
| RockPatch required? | no |
| Homepage | Link |
