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

全站通知:

模板:GameIcon

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

Used to show the elements, damage types, and stat icons.

Example usage:

{{GameIcon|water}}

Results in:

Icon Water.png

Case does not matter.

Example usage:

{{GameIcon|Earth}}

Results in:

Icon Earth.png

Here are all the available icons:

Icon Fire.png
Icon Water.png
Icon Wind.png
Icon Earth.png
Icon Neutral.png
Icon attack.png
Icon magic.png
Icon defense.png
Icon health.png
Icon mana.png

There are some weird things with Wikia templates and inline elements. For example:

{{GameIcon|attack}} test {{GameIcon|magic}} test2

Results in:

Icon attack.png

test

Icon magic.png

test2

If there is a space after the GameIcon and more text, it is consider a pre element. However, if everything is inside of a p element:

Icon attack.png

test

Icon magic.png

test2

It works. I don't know why.