Template:Infobox Mod: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<table class="infobox" style="display: block;"> | <table class="infobox" style="display: block;"> | ||
<!-- name (mandatory) --> | <!-- name (mandatory) --> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align: center; font-size: 125%; font-weight: bold;">{{{name|}}}</td> | <td colspan="2" style="text-align: center; font-size: 125%; font-weight: bold;">{{{name|}}}</td> | ||
Line 10: | Line 9: | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align: center;">[[File:{{{image}}}| | <td colspan="2" style="text-align: center;">[[File:{{{image}}}|320px|center]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Line 60: | Line 59: | ||
<!-- Documentation --> | <!-- Documentation --> | ||
The Infobox for | The Infobox for mods is a simple way of summarizing information on a mod. | ||
= Syntax = | = Syntax = | ||
<nowiki>{{Infobox Mod | <nowiki>{{Infobox Mod | ||
| name = | | name = Name of the mod | ||
| | | image = image.jpg | ||
| | | author = Creator(s) of the mod | ||
| relasedate = Date of release | | relasedate = Date of release | ||
| game = | | game = Games the mod is available for. | ||
| link = [ | | link = [https://link.to/mod] | ||
| mode= [[Single player]], [[Multiplayer]] | | mode= [[Single player]], [[Multiplayer]] | ||
}}</nowiki> | }}</nowiki> |
Latest revision as of 20:27, 14 April 2021
The Infobox for mods is a simple way of summarizing information on a mod.
Syntax
{{Infobox Mod | name = Name of the mod | image = image.jpg | author = Creator(s) of the mod | relasedate = Date of release | game = Games the mod is available for. | link = [https://link.to/mod] | mode= [[Single player]], [[Multiplayer]] }}