Template:ModStatus/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page.) --> == Usage == Displays a status box on your mod's page, and adds it to th...") |
(→Usage) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Doc/subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page.) --> | <!-- Please place categories where indicated at the bottom of this page.) --> | ||
{{Todo|Port text to strings subpage}} | |||
== Usage == | == Usage == | ||
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 6: | Line 7: | ||
<p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">{{ModStatus <br /> | <p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">{{ModStatus <br /> | ||
| engine = ''<GoldSrc/Source/Source2>'' <br /> | | engine = ''<GoldSrc/Source/Source2>'' <br /> | ||
| branch = ''<Source 2004/Source 2006/src04/src06/l4dbranch/...>'' <br /> | |||
| game = ''<Episode Two/Portal/...>'' <br /> | | game = ''<Episode Two/Portal/...>'' <br /> | ||
| mode = ''<sp/mp/both/co-op>''<br /> | | mode = ''<sp/mp/both/co-op>''<br /> | ||
Line 12: | Line 14: | ||
| side = ''<Right (Optional)/Left>'' <br /> | | side = ''<Right (Optional)/Left>'' <br /> | ||
| image = ''<SomeFile.jpg>''<br /> | | image = ''<SomeFile.jpg>''<br /> | ||
| download = ''<url>''<br /> | | download = ''<url>'' <br/> | ||
| apply = ''<url>'' <br /> | |||
}}</code></p> | }}</code></p> | ||
* If '''<code>size=<nowiki><big></nowiki></code>''' is included, this will make the box span across the top of the page. | * If '''<code>size=<nowiki><big></nowiki></code>''' is included, this will make the box span across the top of the page. | ||
* If {{code|branch}} is specified, adds the page to {{code|Category:Source (version) engine branch mods}}. This is optional. This parameter relies on {{ent|Template:SourceBranchCategory}}. | |||
* 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 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. | * If size=big side parameter doesn't works. | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 06:13, 31 March 2025

This is a documentation subpage for Template:ModStatus.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Todo: Port text to strings subpage
Usage
Displays a status box on your mod's page, and adds it to the appropriate categories.
Usage:{{ModStatus
| engine = <GoldSrc/Source/Source2>
| branch = <Source 2004/Source 2006/src04/src06/l4dbranch/...>
| 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>
| apply = <url>
}}
- If
size=<big>
is included, this will make the box span across the top of the page. - If branch is specified, adds the page to Category:Source (version) engine branch mods. This is optional. This parameter relies on Template:SourceBranchCategory.
- 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.