Template:Modinfobox: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
[[File:{{{ | {| class="infobox" style="width: 21em;" | ||
{ | |- | ||
|colspan="2" style="text-align:center;" | [[File:{{{logo}}}|300px]] | |||
|- | |||
!colspan="2" style="font-size: larger; background-color:{{{bgcolor}}}; color:{{{fgcolor}}}; text-align:center;" | {{{name}}} | |||
|- | |||
|'''Game''' || {{{game}}} | |||
|- | |||
|'''Type''' || {{{type}}} | |||
|- | |- | ||
| ''' | |'''Creator''' || {{{creator}}} | ||
|- | |- | ||
| ''' | {{#if:{{{website|}}}| | ||
{{!}}- | |||
{{!}}'''Website''' | |||
{{!}}[https://{{{website}}} {{{website}}}] }} | |||
|- | |- | ||
| | |} | ||
</onlyinclude> | </onlyinclude> | ||
== Mod Infobox == | |||
Infobox for mods and clients. You can leave out the website if not needed. | |||
== Usage == | == Usage == | ||
Logo = Mod logo or screenshot image | |||
Name = Name of the mod | |||
Game = Jedi Academy or Outcast | |||
Type = Client-side, server-side, overhaul, map, model, etc. | |||
Creator = person or people who created or contributed | |||
Website = link to download (no http) | |||
== Code == | |||
<pre> | |||
{{Modinfobox | |||
|logo= | |||
|name= | |||
|game= | |||
|type= | |||
|creator= | |||
|website= | |||
}} | |||
</pre> | |||
== Example == | |||
{{Modinfobox | |||
|logo=Openjk.jpg | |||
|name=OpenJK | |||
|game=[[Jedi Academy]] | |||
|type=[[Client-side]], [[Server-side]] | |||
|creator=[[JA_Coders]] | |||
|website=openjk.org | |||
}} | |||
<pre> | |||
{{Modinfobox | |||
|logo=Openjk.jpg | |||
|name=OpenJK | |||
|game=[[Jedi Academy]] | |||
|type=[[Client-side]], [[Server-side]] | |||
|creator=[[JA_Coders]] | |||
|website=openjk.org | |||
}} | |||
</pre> | |||
[[Category:Templates]] | |||
Latest revision as of 17:46, 31 January 2023
[[File:{{{logo}}}|300px]] | |
{{{name}}} | |
---|---|
Game | {{{game}}} |
Type | {{{type}}} |
Creator | {{{creator}}} |
Mod Infobox
Infobox for mods and clients. You can leave out the website if not needed.
Usage
Logo = Mod logo or screenshot image
Name = Name of the mod
Game = Jedi Academy or Outcast
Type = Client-side, server-side, overhaul, map, model, etc.
Creator = person or people who created or contributed
Website = link to download (no http)
Code
{{Modinfobox |logo= |name= |game= |type= |creator= |website= }}
Example
OpenJK | |
---|---|
Game | Jedi Academy |
Type | Client-side, Server-side |
Creator | JA_Coders |
Website | openjk.org |
{{Modinfobox |logo=Openjk.jpg |name=OpenJK |game=[[Jedi Academy]] |type=[[Client-side]], [[Server-side]] |creator=[[JA_Coders]] |website=openjk.org }}