Template:ModStatus/doc: Difference between revisions

From Valve Developer Community
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...")
 
No edit summary
Line 2: Line 2:
<!-- Please place categories where indicated at the bottom of this page.) -->
<!-- Please place categories where indicated at the bottom of this page.) -->
== Usage ==
== Usage ==
Displays a status box on your mod's page, and adds it to the appropriate categories.
{{MultiPage}}
 
<p style="text-align:left;margin-left:1.5em;"><span style="float:left;margin-right:.5em;">'''Usage:'''</span><code style="overflow:auto;display:block;">&#123;&#123;ModStatus <br />
| engine = ''<GoldSrc/Source/Source2>'' <br />
| game = ''<Episode Two/Portal/...>'' <br />
| mode = ''<sp/mp/both/co-op>''<br />
| status = ''<alpha/beta/released/hold/dead>'' <br />
| size = ''<nowiki><big></nowiki>'' (Optional) <br />
| side = ''<Right (Optional)/Left>'' <br />
| image = ''<SomeFile.jpg>''<br />
| download = ''<url>''<br />
&#125;&#125;</code></p>
 
* If '''<code>size=<nowiki><big></nowiki></code>''' is included, this will make the box span across the top of the page.
* 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.
* 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.
<includeonly>{{sandbox other||
<includeonly>{{sandbox other||
<!-- Categories below this line, please -->
<!-- Categories below this line, please -->


}}</includeonly>
}}</includeonly>

Revision as of 09:09, 4 April 2023

Edit-copy.png
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.

Usage

Note.pngNote:Archived page history
Icon-Important.pngImportant:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.