Template:ModStatus:zh: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 33: Line 33:
这款{{#switch:{{lc:{{{mode}}}}}
这款{{#switch:{{lc:{{{mode}}}}}
| sp          = [[:Category:Single Player Mods|单人]]
| sp          = [[:Category:Single Player Mods|单人]]
| coop        = co-op
| coop        = 多人合作
| co-op        = co-op
| co-op        = 多人合作
| 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  = 正处于[[Wikipedia:Software release life cycle#Pre-alpha|预测试]]阶段。
| alpha      = is currently in [[Wikipedia:Software release life cycle#Alpha|alpha]] development.
| alpha      = 正处于[[Wikipedia:Software release life cycle#Alpha|测试]] 阶段。
| beta        = is currently in {{#if: {{{download|}}} | [[Wikipedia:Software release life cycle#Beta|open beta]]. '''[{{{download}}} Download it now.]''' | [[Wikipedia:Software release life cycle#Beta|closed beta]] development.}}
| beta        = 正处于{{#if: {{{download|}}} | [[Wikipedia:Software release life cycle#Beta|公测]]阶段。'''[{{{download}}}现在下载。]''' | [[Wikipedia:Software release life cycle#Beta|内测]]阶段。}}
| closed beta = is currently in [[Wikipedia:Software release life cycle#Beta|closed beta]] development.
| closed beta = 正处于[[Wikipedia:Software release life cycle#Beta|内测]]阶段。
| open beta  = is currently in [[Wikipedia:Software release life cycle#Beta|open beta]]. '''[{{{download}}} Download it now.]'''
| open beta  = 正处于[[Wikipedia:Software release life cycle#Beta|公测]]阶段。'''[{{{download}}}现在下载。]'''
| hold        = is currently on hold. {{#if: {{{download|}}}|'''[{{{download}}} Download its last release here.]'''| }}
| hold        = is currently on hold. {{#if: {{{download|}}}|'''[{{{download}}} Download its last release here.]'''| }}
| released    = 已正式发布!'''[{{{download}}} 现在下载。]'''
| released    = 已正式发布!'''[{{{download}}} 现在下载。]'''

Revision as of 02:26, 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.