本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
模板:ModEntry/doc
A template to make the Mods page tables easier to edit, interchangeable with raw wikitable code. Expects to be used in a table as shown below. Not compatible with the Server Mods table, could be used for the Mod Packs table by abusing the api parameter.
参数:
名称 | name
- Mod的名称| the name of the mod
描述 | description
- 关于Mod的描述 | a brief description
版本 | version
- 关于Mod的支持版本 | the mod's latest version number
论坛 | forum
- 论坛的网址 | URL of the relevant forum thread
网页 | website
- 网页的网址 | 不可直接贴下载链接 | URL of the mod's website; not to be used for direct download links
版本 | minecraft version
- 关于Mod的MC支持版本 | the latest version of Minecraft the mod is compatible with ({{v}}
is not needed)
API | api
- which modding API (such as ModLoader or Forge) is required, if any
作者 | author
- 关于MOD的作者 | the name of the mod's creator
多人支持 | smp
- 这一款Mod是否支持服务器 | whether or not the mod will work in multiplayer
Example usage:
{| class="wikitable collapsible" style="width: 100%; text-align: center;" |- ! colspan="8" | List of Mods |- ! width="80px" | Name ! class="unsortable" width="500px"| Description ! class="unsortable" width="50px" | Version ! class="unsortable" width="60px" | Link ! width="50px" | [[Version history|Latest Release]] ! width="50px" | Requires API ! width="65px" | Author ! width="40px" | SMP |- {{ModEntry | name = My mod | description = A mod that does stuff. | version = 0.9 | forum = http://www.minecraftforum.net/topic/my-mod-thread/ | website = http://www.my-mod.example.com/ | minecraft version = 1.2.5 | api = {{tc|yes|ModLoader}} | author = me | smp = {{tc|No}} }} |}
produces:
List of Mods | |||||||
---|---|---|---|---|---|---|---|
Name | Description | Version | Link | Latest Release | Requires API | Author | SMP |
My mod | A mod that does stuff. | 0.9 | 1.2.5 | N/A | me | N/A |