Template:ModBar/doc: Difference between revisions
Appearance
en>桂月August |
en>桂月August mNo edit summary |
||
| Line 1: | Line 1: | ||
Usage: | Usage: | ||
<pre> | {| style="width: 20%;" | ||
|<pre> | |||
{{ModBar | {{ModBar | ||
|name= | |name= | ||
| Line 12: | Line 13: | ||
}} | }} | ||
</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.<br> | ||
Revision as of 10:47, 19 August 2021
Usage:
{{ModBar
|name=
|image=
|dev=
|type=
|dates=
|version=
|site=
|game
}}
|
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.
Box title is the page title.
Template includes Category:Mods and Patches automatically.
- name: Name of the mod. (Default: Current page name)
- image: Name of screenshot.extension. (Default: Missingshot.png)
- dev: Developing team name or modder name. (Default: Anonymous Modder)
- type: Balancing, Expansion, Total Conversion or similar. (Default: Expansion)
- dates: Release dates of mod versions. (Default: Present day)
- version: Version number of the mod's current version. (Default: 1.0)
- site: Url of the mod's address. Is turned into a link automatically. (Default: The current page)
- game: To choose the game(s) the mod is available for, add a parameter in the form of code=yes to your template call, e.g. yr=yes. You can choose from the following codes/games:
| Code | Game | Code | Game |
|---|---|---|---|
| td | Tiberian Dawn | co | The Covert Operations |
| ra | Red Alert | cs | Counterstrike |
| am | Aftermath | ts | Tiberian Sun |
| fs | Firestorm | ets | Extended Tiberian Sun |
| ra2 | Red Alert 2 | yr | Yuri's Revenge |
| rp | RockPatch | gen | Generals |
| zh | Zero Hour | tw | Tiberium Wars |
Example
- Code
{{ModBar
|name=RockPatch
|dev=pd, jonwil, C&CVK
|type=Patch
|dates=27.10.2006
|version=v1.08 SE
|site=http://rtb.strategy-x.com
|yr=yes
}}
|
- Result
Result visible to the right.