Difference between revisions of "Template:Modinfobox"

From Space Engineers Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 45: Line 45:
 
{{#if: {{{Website|}}}|
 
{{#if: {{{Website|}}}|
 
<!--Mod Website-->
 
<!--Mod Website-->
<div style="padding:2px;position:left;width:116px;text-align:right;display:inline-block;">Mod website:</div><div style="padding:2px;display:inline-block;width:176px;position:right;">[{{{Website|http://www.spaceengineersgame.com}}} {{{Name|Mod Name}}}]</div><!--section divider---><div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>|}}{{#if: {{{Steamgroup|}}}|
+
<div style="padding:2px;position:left;width:116px;text-align:right;display:inline-block;">Mod website:</div><div style="padding:2px;display:inline-block;width:176px;position:right;">{{{Website|[http://www.spaceengineersgame.com {{{Name|Mod Name}}}]}}}</div><!--section divider---><div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>|}}{{#if: {{{Steamgroup|}}}|
 
<!--Steam Group-->
 
<!--Steam Group-->
 
<div style="padding:2px;position:left;width:116px;text-align:right;display:inline-block;">Steam Group:</div><div style="padding:2px;display:inline-block;width:176px;position:right;">{{{Steamgroup|http://www.spaceengineersgame.com}}}</div><!--section divider---><div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>|}}{{#if: {{{Forums|1}}}|
 
<div style="padding:2px;position:left;width:116px;text-align:right;display:inline-block;">Steam Group:</div><div style="padding:2px;display:inline-block;width:176px;position:right;">{{{Steamgroup|http://www.spaceengineersgame.com}}}</div><!--section divider---><div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>|}}{{#if: {{{Forums|1}}}|
Line 59: Line 59:
 
{{#ifeq: {{#var:other}} | true | [[Category: Mod Type - Other]] | }}
 
{{#ifeq: {{#var:other}} | true | [[Category: Mod Type - Other]] | }}
 
{{#set:modversion={{{Modversion|}}} }}
 
{{#set:modversion={{{Modversion|}}} }}
 +
{{#set:type={{{Type|}}} }}
 
{{#set:version={{{Version|}}} }}
 
{{#set:version={{{Version|}}} }}
 
{{#set:Modname={{{Name|}}} }}
 
{{#set:Modname={{{Name|}}} }}

Latest revision as of 20:15, 17 July 2014

Mod Name
 
Author:
Author
 
Mod Type:
Block
 
Mod Version:
v0.0.0
 
 
Forum Thread:
 


Below is a description of the variables used by this template:

{{Modinfobox
| Name = Name of your mod
| Author = primary author of the mod, if more than one separate with a <br />
| Description = Short description of your mod for the main mod page
| Website = website for your mod, must start with http:// or https:// (OPTIONAL)
| Steamgroup = steam group mod page  (OPTIONAL)
| Forums = Mod's Forum Thread (OPTIONAL)
| Type = Type of your Mod(Block, API, Server, Conversion ) other values are allowed but 
			will not categorize your mod on the main mods page. More than one type is allowed. 
| Modversion = version number of your mod
| Version = SE version your mod was made in
| Forumcontact = Forum account name of your author (does not display, admin use only)

<!--Optional-->
| CustomRow1 = Title of custom row
| CustomData1 = Data of custom row
| CustomRow2 = Title of custom row
| CustomData2 = Data of custom row
| CustomRow3 = Title of custom row
| CustomData3 = Data of custom row
| CustomRow4 = Title of custom row
| CustomData4 = Data of custom row
| CustomRow5 = Title of custom row
| CustomData5 = Data of custom row

| nocat = disable automatic templates and properties. 

| hide = Hide this template and only use the autocategory features, do not include this if you want the template to show
}}

This template also inserts the Modheader template into your mod page to provide links back to the main mod page.