Template:Infobox Mod: Difference between revisions

From Jedi Knight Wiki | JKHub
mNo edit summary
mNo edit summary
 
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]]
}}