Hi everyone. I'd like to make an announcement of recent updates. If you're a wiki editor, you may want to take notes of these. In the case you're someone who're just here to read content or have fun, please just ignore it.
New line break formatting
Since... ancient time, we've been using <br /> tag for line break formatting in infoboxes. Well, there are technically some reasons <br /> should be prevented (well you can drop a message on my talkpage though I won't guarantee you may receive an answer soon if it's about "why we shouldn't"). So I'd like to say that we'll have a replacement of <br /> in all infoboxes (wiki-wide). Please take Roxy as a sample.
Previously, the "Powers and Abilities" field of the infobox there should be formatted as:
|power = {{Scroll|Fairies' Magic<br />[[Positive Magic|Light Magic]]<br />Animal Control<br />Animal Empathy<br />Zoolingualism<br />Give human speech to animals<br />Heal injured animals|h = 80px}}
And now it'll be:
|power = {{Scroll|*Fairies' Magic
*[[Positive Magic|Light Magic]]
*Animal Control
*Animal Empathy
*Zoolingualism
*Give human speech to animals
*Heal injured animals|h = 80px}}
To make things clear, any sample articles (mentioned below) will also be set in this new format to prevent confusion.
Gallery format
Taking Heart of Stone and Under the Sign of Winx as samples.
Previously, their galleries are formatted as:
<gallery position="center" hideaddbutton="true">
A list of videos
</gallery>
And now they're displayed as:
<gallery hideaddbutton="true">
A list of videos
</gallery>
The hideaddbutton property is welcomed as it'll prevent new/inexperience people from messing the fine content. But the position content is not really needed. On stretched view, it looks kinda strange. It should be noted that generally, galleries should follow this format and there should only with specific exceptions that there are other properties added on <gallery> tag.
Galleries field on Episode and Comic infoboxes
Based on @WhiteJasmineFlower's suggestion and dedication, I've added the gallery fields on the infoboxes for episodes and comics (any following articles using the infoboxes will have this available as well, since specials, movies share the same infobox with the episodes and so on)
Samples should be 7: The Perfect Number and Dragon's Land
You just need to add:
|gallery = Yes
|link = :Category:name
The name of the image category of specific episode or issues can be found pretty easy (I made samples on articles above) or you can just contact WhiteJasmineFlower. She'll be happy to help.
Division of Song articles
Anyone's been here for a while will know that the Fandom staff require this place to not having tabber or tabview available. Unfortunately, though most articles are divided into sub-articles, Song articles have not yet been in any sufficient solution.
Yet recently I have found one.
For Song articles, usually we'll have 2 tabs, English and Italian.
Sample: Heart of Stone
The format should be like this:
<poem style="float: left;">
<big>English</big>
English lyrics
</poem>
<poem lang="it" style="margin-left: 2em; float: left;">
<big>Italian</big>
Italian lyrics
</poem>{{Clr|left}}
Yet there are cases that there are more than 2 tabs (like 2 versions of English).
Sample: Under the Sign of Winx
<poem style="float: left;">
<big>English (S1)</big>
S1 English lyrics
</poem>
<poem style="margin-left: 0.5em; float: left;">
<big>English (S2-3)</big>
S2-3 English lyrics
</poem>
<poem lang="it" style="margin-left: 1em; float: left;">
<big>Italian (Soundtrack)</big>
Italian lyrics
</poem>{{Clr|left}}
As the article has the collapsed format (in <div> tags), all formatted tags need to stay inside its containing <poem> tag or it'll caused glitches.
For other articles with content larger than 3 tabs, you can contact me for another solutions.