Template:Infobox Mod: Difference between revisions

From Jedi Knight Wiki | JKHub
mNo edit summary
mNo edit summary
Line 2: Line 2:
<table class="infobox" style="display: block;">
<table class="infobox" style="display: block;">
   <!-- name (mandatory) -->
   <!-- name (mandatory) -->
  {{#if:{{{name|}}}|
   <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>

Revision as of 16:46, 14 April 2021



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

Syntax

{{Infobox Mod
| name = Dude's cool mod
| author = Dude
| image = dudes_cool_mod.jpg
| relasedate = Date of release
| game = List the games the mod is available for.
| link = [http://link.to/dudes/cool.mod]
| mode= [[Single player]], [[Multiplayer]]
}}