Template:ModStatus: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) mNo edit summary |
TomEdwards (talk | contribs) mNo edit summary |
||
Line 70: | Line 70: | ||
* Please do not include <code>game</code> if the mod is based on [[Source SDK Base]] or one of its variants | * Please do not include <code>game</code> if the mod is based on [[Source SDK Base]] or one of its variants | ||
* If you are included a <code>download</code> 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. | * If you are included a <code>download</code> 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 <code>dead</code> if it ceased development after | * Do not mark a mod <code>dead</code> if it ceased development after making a final (or near-final) release. Mark it <code>released</code>. | ||
</noinclude> | </noinclude> |
Revision as of 07:14, 18 July 2009
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>
| 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 itreleased
.