We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.

BaneTestItem

From Moonbounce Wiki
Revision as of 21:29, 6 August 2024 by Bane (talk | contribs) (Add a buncha descriptions and usages for custom templates)
Jump to navigation Jump to search

This page is being used to test various modules and templates.

The infobox on the right is Bane's testing version of ok22222's original one.

Example Item
linktarget=
linktarget=
Basic Information
Item #
#1337
Rarity
Bane
Type
Test Object
Description
This is an odd test object... It's not in the game!
Diffuse Value
1337 MP
Found In

Character Card

Created by ok22222 based in part on design by Bane.

Description

This template is used to create a card for characters in Moonbounce. It takes in the name, number, image, rarity, description, and whether the character is craftable. The craftable parameter is optional. Still in development.

Usage

{{Character Card
|name=Puff
|image=Puff.png
|rarity=rare
|description=Ghostly grin, zero scares. A see-through buddy bringing laughs, not shivers. Spookiness? Nah, just playful antics. Levitating things, ghost-style.
|craftable=yes
|linktarget=Puff
|number=199
}}

Output

Devo
#5

The friendliest demon from the deep dark circles of Moonbounce.
common
Puff
#199

Ghostly grin, zero scares. A see-through buddy bringing laughs, not shivers. Spookiness? Nah, just playful antics. Levitating things, ghost-style.
rare
Craftable

Item Card

Created by ok22222.

Description

This template is used to create a card for items in Moonbounce. It takes in the title, image, rarity, and link target.

Usage

{{Card
|title=Star Sickle
|image=Star_Sickle.png
|rarity=rare
|linktarget=Star_Sickle
}}

Output

Star Sickle

rare

Mini Items

Created by Bane.

Description

These take in just the item name and return the image of the item and the item name, both as links that go to the item page. They are centred, and can be used within other components.

Usage

{{MiniItem | name = Crumpled Metal }}

Output

Mini Item Row

Created by Bane.

Description

This takes in a list of items in the format ItemA,ItemB,ItemC, and an optional header, and returns a table.

Usage

{{ItemRow 
| items = Banana,Candle,Branch 
| header = Ingredients 
}}

Output

Ingredients
Items


Simple Item Card

Created by Bane based on ok22222's original one.

Description

A simplified version of the card template that only takes in the item name and rarity, automatically generating the image and link for the item.

Usage

{{SimpleCard | name = Blue Robin Hat | rarity = Rare }}

Output

Blue Robin Hat

Rare