Template:Infobox Mod: Difference between revisions

From Jedi Knight Wiki | JKHub
(Created page with "<includeonly> <table class="infobox" style="display: block;"> <!-- name (mandatory) --> {{#if:{{{name|}}}| <tr> <td colspan="2" style="text-align: center; font-size:...")
 
mNo edit summary
 
(3 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) -->
  {{#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>
Line 10: 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 60: 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
| image_caption = Look at Dude's cool mod!
| 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]]
}}