此处公告通常对读者进行申明或对该WIKI某些规则进行公告,请在确认后修改本通告。本WIKI编辑权限开放,欢迎收藏起来防止迷路,也希望有爱的小伙伴和我们一起编辑哟~

全站通知:

模板:Monsters

来自怪物圣所WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

This template holds the information for all the monsters in Monster Sanctuary. If any information on any Monster is incorrect on this wikia compared to how it is in-game directly, THIS is the ONLY place you should ever edit it. It will update site-wide if it is fixed here.

Parameters

Required

The first parameter will always be the monster's name. This will be used to index into the data in the template to return all the relevent information.

The second parameter will always be the type of template to generate. If Row is inputted, then the monster information from this template will be sent to the MonsterRow template to be rendered. If Box is inputted, then the MonsterBox template will be generated. For any inputted string, the template "Monster[param]" will be generated (assuming that template exists).

Optional

After the first two parameters, the rest of the parameters will be sent to the respective template found by the second parameter. If you call this template like this:

{{Monsters|Blob|Box|light}}

Then the third parameter (and any others you want to add), will be sent to the MonsterBox template parameter. To access the additional parameters in order, they are remapped to start at the beginning of the parameter list. For example in the call above light is the third parameter, however in the MonsterBox template generation, it will be considered the first parameter (aka you can access it by using {{{1}}})