Template:ModInfoBox: Difference between revisions
Jump to navigation
Jump to search
MIXERRULES (talk | contribs) m Removed extra <br>s i forgot about |
MIXERRULES (talk | contribs) m Added template information |
||
(18 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
| Latest Version | | Latest Version | ||
| style="text-align:right;" | {{{Version|}}} | | style="text-align:right;" | {{{Version|}}} | ||
|- | |||
| Project Lead(s) | |||
| style="text-align:right;" | {{#if:{{{Developers|}}}|{{#invoke:FormatLinks|Format|{{{Developers}}}}}}} | |||
|- | |- | ||
| Socials | | Socials | ||
| style="text-align:right;" | | | style="text-align:right;" | | ||
{{#if:{{{ | {{#if:{{{Socials|}}}|{{#invoke:FormatSocials|Format|{{{Socials}}}}}}} | ||
|- | |- | ||
| | | Download | ||
| style="text-align:right;" | {{{SourceCodeLink|}}} | | style="text-align:right;" | {{{SourceCodeLink|}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"ModName": { | |||
"label": "Mod Name", | |||
"description": "Name of the mod", | |||
"example": "Open Fortress", | |||
"required": true | |||
}, | |||
"FileName": { | |||
"label": "Logo or video file name", | |||
"description": "The name of the file or video that will be displayed in the info box (WITH EXTENSION)", | |||
"example": "Placeholder.png", | |||
"suggested": true | |||
}, | |||
"Status": { | |||
"label": "Status of the mod", | |||
"description": "Active, Inactive, Cancelled, Completed", | |||
"example": "Active", | |||
"required": true | |||
}, | |||
"Version": { | |||
"label": "Latest version or build", | |||
"description": "If there is a number or date use that otherwise use the update name (If unknown just put unknown)", | |||
"example": "0.7.3", | |||
"required": true | |||
}, | |||
"Developers": { | |||
"label": "Project Leads", | |||
"description": "The project leads, please do not list every developer. Format: name1,name2,name3,name4,name5", | |||
"example": "stachekip,drpyspy,kaydemonlp,sirmatrix", | |||
"suggested": true | |||
}, | |||
"Socials": { | |||
"label": "Social links", | |||
"description": "All socials links for said mod, format: Discord,youtube,reddit,etc", | |||
"example": "Discord,youtube,reddit,website", | |||
"suggested": true | |||
}, | |||
"SourceCodeLink": { | |||
"label": "Download Link", | |||
"description": "This is the recommend place to download the mod, normally a website or Github", | |||
"example": "https://tf2classic.com/download", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template is not fully final and may have changes added later" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 14:24, 2 February 2025
{{{ModName}}} | |
---|---|
[[File:{{{FileName}}}|center|frameless|256px]] | |
Current Status | |
Latest Version | |
Project Lead(s) | |
Socials | |
Download |
This template is not fully final and may have changes added later
Parameter | Description | Type | Status | |
---|---|---|---|---|
Mod Name | ModName | Name of the mod
| Unknown | required |
Logo or video file name | FileName | The name of the file or video that will be displayed in the info box (WITH EXTENSION)
| Unknown | suggested |
Status of the mod | Status | Active, Inactive, Cancelled, Completed
| Unknown | required |
Latest version or build | Version | If there is a number or date use that otherwise use the update name (If unknown just put unknown)
| Unknown | required |
Project Leads | Developers | The project leads, please do not list every developer. Format: name1,name2,name3,name4,name5
| Unknown | suggested |
Social links | Socials | All socials links for said mod, format: Discord,youtube,reddit,etc
| Unknown | suggested |
Download Link | SourceCodeLink | This is the recommend place to download the mod, normally a website or Github
| Unknown | required |