Template:ModStatus:zh: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "<noinclude>{{lang|Template:ModStatus}}</noinclude> <div style="border-width:1px;border-style:solid;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;paddin...")
 
mNo edit summary
Line 31: Line 31:
</p>
</p>
<p style="overflow:auto;text-align:center;">
<p style="overflow:auto;text-align:center;">
这款 {{#switch:{{lc:{{{mode}}}}}
这款{{#switch:{{lc:{{{mode}}}}}
| sp          = [[:Category:Single Player Mods|单人]]
| sp          = [[:Category:Single Player Mods|单人]]
| coop        = co-op
| coop        = co-op
Line 37: Line 37:
| mp          = [[:Category:Multiplayer Mods|多人]]
| mp          = [[:Category:Multiplayer Mods|多人]]
| #default    =  
| #default    =  
}} [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}}  的}}模组]] {{#switch:{{lc:{{{status}}}}}
}} [[{{#if: {{{game|}}} | {{{game}}} | {{{engine}}}  的}}]] 模组{{#switch:{{lc:{{{status}}}}}
| pre-alpha  = is currently in [[Wikipedia:Software release life cycle#Pre-alpha|pre-alpha]] development.
| pre-alpha  = is currently in [[Wikipedia:Software release life cycle#Pre-alpha|pre-alpha]] development.
| alpha      = is currently in [[Wikipedia:Software release life cycle#Alpha|alpha]] development.
| alpha      = is currently in [[Wikipedia:Software release life cycle#Alpha|alpha]] development.

Revision as of 02:14, 7 November 2021

Development.png

这款 [[{{{engine}}} 的]] 模组正处于未知状态!.

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

Usage:{{ModStatus
| engine = <GoldSrc/Source/Source2>
| 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 it released.
  • If size=big side parameter doesn't works.