Template:Infobox Mod: Difference between revisions

From Jedi Knight Wiki | JKHub
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
   {{#if:{{{image|}}}|
   {{#if:{{{image|}}}|
   <tr>
   <tr>
     <td colspan="2" style="text-align: center;">[[File:{{{image}}}|270px|center]]</td>
     <td colspan="2" style="text-align: center;">[[File:{{{image}}}|320px|center]]</td>
   </tr>
   </tr>
   }}
   }}
Line 59: Line 59:
<!-- Documentation -->
<!-- Documentation -->


The Infobox for Mods is a simple way of summarizing information on a mod.
The Infobox for mods is a simple way of summarizing information on a mod.


= Syntax =
= Syntax =


  <nowiki>{{Infobox Mod
  <nowiki>{{Infobox Mod
| name = Dude's cool mod
| name = Name of the mod
| author = Dude
| image = image.jpg
| image = dudes_cool_mod.jpg
| author = Creator(s) of the mod
| relasedate = Date of release
| relasedate = Date of release
| game = List the games the mod is available for.
| game = Games the mod is available for.
| link = [http://link.to/dudes/cool.mod]
| 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[edit]

{{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]]
}}