Template:ModStatus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(+ an optional image slot beneath the box)
Line 57: Line 57:
| both        = [[Category:Single Player Mods]] [[Category:Multiplayer Mods]]
| both        = [[Category:Single Player Mods]] [[Category:Multiplayer Mods]]
| #default    =  
| #default    =  
}}}}</div><noinclude>
}}}}</div>{{#if: {{{image|}}} | <div style="clear:right;float:right;background:#FFF;padding:.2em .75em;">[[File:{{{image}}}|border|right|267px]]</div> }}<noinclude>
 
Displays a status box on your mod's page, and adds it to the appropriate categories.
Displays a status box on your mod's page, and adds it to the appropriate categories.


Line 65: Line 66:
| mode = ''<sp/mp/both>''<br />
| mode = ''<sp/mp/both>''<br />
| status = ''<alpha/beta/released/dead>'' <br />
| status = ''<alpha/beta/released/dead>'' <br />
| image = ''<SomeFile.jpg>''<br />
| download = ''<url>''<br />
| download = ''<url>''<br />
&#125;&#125;</code></p>
&#125;&#125;</code></p>

Revision as of 11:30, 18 July 2009

Development.png

This mod for [[{{{engine}}}]] is unrecognised status!.

Displays a status box on your mod's page, and adds it to the appropriate categories.

Usage:{{ModStatus
| engine = <Source/GoldSrc>
| game = <Episode Two/Portal/...>
| mode = <sp/mp/both>
| status = <alpha/beta/released/dead>
| image = <SomeFile.jpg>
| download = <url>
}}

  • Please do not include game if the mod is based on Source SDK Base or one of its variants
  • If you are included a download URL, then unless you are 100% sure you will never make another release link to your downloads page and not directly to the file. That way the URL won't need to be changed every time you come out with a new version of your mod.
  • Do not mark a mod dead if it ceased development after making a final (or near-final) release. Mark it released.