Mudae Wiki

This page will list all the useful codes to be used when doing articles for characters, series or bundles.

Character Articles

Infobox: {{Character Info}}

Image Gallery

Characters in Mudae have between 1 and 100 normal images as well as up to 10 gifs. When a character has several images, it is possible to use a gallery with the following code:

<gallery>
 Character1.png|1
 Character2.png|2
 Character3.png|3
 Character4.png|4
 Character5.png|5
 Character6.png|6
 Character7.png|7
 Character8.png|8
 Character9.png|9
 Character10.png|10
 Character11.png|11
 Character12.png|12
 Character13.png|13
 Character14.png|14
 Character15.png|15
 Character16.png|16
 Character17.png|17
 Character18.png|18
 Character19.png|19
 Character20.png|20
 Character21.png|21
 Character22.png|22
 Character23.png|23
 Character24.png|24
 Character25.png|25
 Character26.png|26
 Character27.png|27
 Character28.png|28
 Character29.png|29
 Character30.png|30
 Character31.png|31
 Character32.png|32
 Character33.png|33
 Character34.png|34
 Character35.png|35
 Character36.png|36
 Character37.png|37
 Character38.png|38
 Character39.png|39
 Character40.png|40
 Character41.png|41
 Character42.png|42
 Character43.png|43
 Character44.png|44
 Character45.png|45
 Character46.png|46
 Character47.png|47
 Character48.png|48
 Character49.png|49
 Character50.png|50
 Character51.png|51
 Character52.png|52
 Character53.png|53
 Character54.png|54
 Character55.png|55
 Character56.png|56
 Character57.png|57
 Character58.png|58
 Character59.png|59
 Character60.png|60
 Character61.png|61
 Character62.png|62
 Character63.png|63
 Character64.png|64
 Character65.png|65
 Character66.png|66
 Character67.png|67
 Character68.png|68
 Character69.png|69
 Character70.png|70
 Character71.png|71
 Character72.png|72
 Character73.png|73
 Character74.png|74
 Character75.png|75
 Character76.png|76
 Character77.png|77
 Character78.png|78
 Character79.png|79
 Character80.png|80
 Character81.png|81
 Character82.png|82
 Character83.png|83
 Character84.png|84
 Character85.png|85
 Character86.png|86
 Character87.png|87
 Character88.png|88
 Character89.png|89
 Character90.png|90
 Character91.png|91
 Character92.png|92
 Character93.png|93
 Character94.png|94
 Character95.png|95
 Character96.png|96
 Character97.png|97
 Character98.png|98
 Character99.png|99
 Character100.png|100
 CharacterG1.gif|G1
 CharacterG2.gif|G2
 CharacterG3.gif|G3
 CharacterG4.gif|G4
 CharacterG5.gif|G5
 CharacterG6.gif|G6
 CharacterG7.gif|G7
 CharacterG8.gif|G8
 CharacterG9.gif|G9
 CharacterG10.gif|G10
</gallery>
  • Replace the names of the files by the ones you want to insert.
  • If two pictures are swapped, don't touch the html. You only need to re-upload them.

Intro

Add this after the infobox:

{{Character Intro}}

Spoiler Aliases

The code for the table used for spoiler aliases is the following:

== Alias List ==
{{SpoilerButton}}
{{HideSpoiler|
*Spoiler Alias
}}

This places a button below the Alias List header to toggle spoilers on and off. Spoilers are listed below normal aliases.

Tags

You can optionally add a list of tags for the character in a tags section.

The code used for this is the following:

==Tags==
===Category 1===
{{TagList|Tag 1, Tag 2, Tag 3}}
===Category 2===
{{TagList|Tag 4, Tag 5}}

Series Articles

Infobox: {{Series Info}}

This template can go at the very top of the page:

{{Series Intro}}

Along with these sections, an optional Synopsis section (at the top) as well as an External Links section (at the bottom) can be added.

Character List

This template is used to create a list of characters in the Mudae Wiki.

{{Character List}}

It is based on the category with the name "Category:Series Name Characters" - if the category's page has not been created, then the list will say so. You can also add columns with |columns=2. If the page's name doesn't match the series name/category, you can instead write {{Character List|Real Series Name}}.

Gallery

This coding is used to create a gallery of images and captions that link to their corresponding character's article:

{{Character Gallery|Character1;Character2;Character3}}

Plug-in the necessary information using the following:

  • Copy the list of characters from Mudae (you can use $imamvs <series name> to get the list of characters in a series) and separate their names by brackets.
    • You can copy from a server with all characters claimed, then replace the extra spaces and the hearts emoji with the bracket.
    • Note: Do not chop off bracketed text from a character's name. Accurately represent the character as they currently exist in Mudae.

Useful Commands

Many Mudae players often struggle finding useful commands and using flags. This can go closer to the bottom of the article.

{{Useful Commands}}

If the page name doesn't match the series name, or the series name is really long, you can write {{Useful Commands|Real Series Name}}.

Bundle Articles

Infobox: {{Bundle Infobox}}

Series Gallery

This coding is used to create a gallery of series logos on bundle pages.

{{Series Gallery}}

Series List

This coding is used to create columns on bundle pages.

{{Columns|2|
list of series go here
}}

This creates two equally wide columns. However, it's recommended to use three similarly sized columns for bundles that contain many series (replace with 3). If a bundle is small enough, the columns template may not have to be used on a page.