Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!

More Sorting Options

More Sorting Options

Would anyone other than me want to have an option to sort the wing list by color and style? I really would, but it would take me many hours to learn how to add that as a option. I am asking first before I spend the said long hours working on it so I don't spend my time in vain on something that no one else wants.

Staelus (talk)14:45, 17 October 2017

I doubt there exists default xml tags to identify type and color but you could probably make your own tags, like adding |WingStyle= and |WingColor= to each of the Template:DataPagenames', and changing the the list template to have that information if it detects the Wing xml tag, and have a default value of None or - if it doesn't apply.

Kapra (talk)19:41, 17 October 2017
 

To expand on Kapra's comment, you'll have to copy the EquipList and EquipList/Header templates to a wing-specific one and change it on the Wings List page. I did this with the Magic Powders List page if you need an additional example.

Editing the header is easy, you won't need any of the conditionals for a custom wings one so you can remove all those and replace it with regular table stuff. The list rows part is going to be a lot more complicated, though. If you want to add the tags I wouldn't mind editing the templates if needed, but setting up the header portion yourself would help me out on that front.

Kadalyn (talk)01:20, 19 October 2017
 

I meant more along the lines of editing the existing equip template by stringstremaing the Category to search for wings, I sort of did something similar here for accessories being equipped, but it'd work better if you do edit the actual data templates to have like "|WingColor=Black" and "|WingType=Angel Wing" if you make those variables and make it go off that instead, since we'll have to manually make those anyways.

Kapra (talk)16:50, 19 October 2017