Template:ModStatus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 84: | Line 84: | ||
| status = ''<alpha/beta/released/hold/dead>'' <br /> | | status = ''<alpha/beta/released/hold/dead>'' <br /> | ||
| size = ''<nowiki><big></nowiki>'' (Optional) <br /> | | size = ''<nowiki><big></nowiki>'' (Optional) <br /> | ||
| side = ''<Right (Optional)/Left>'' <br /> | |||
| image = ''<SomeFile.jpg>''<br /> | | image = ''<SomeFile.jpg>''<br /> | ||
| download = ''<url>''<br /> | | download = ''<url>''<br /> | ||
Line 92: | Line 93: | ||
* If you are including 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 including 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 making a final (or near-final) release. Mark it <code>released</code>. | * 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>. | ||
* If size=big side parameter doesn't works. | |||
</noinclude> | </noinclude> |
Revision as of 03:31, 12 June 2020
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/Source2/GoldSrc>
| game = <Episode Two/Portal/...>
| mode = <sp/mp/both/co-op>
| status = <alpha/beta/released/hold/dead>
| size = <big> (Optional)
| side = <Right (Optional)/Left>
| image = <SomeFile.jpg>
| download = <url>
}}
- If
size=<big>
is included, this will make the box span across the top of the page. - Please do not include
game
if the mod is based on Source SDK Base or one of its variants - If you are including 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
. - If size=big side parameter doesn't works.