Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Please learn how the wiki works.
Fragment of a discussion from User talk:Kapra
The page before had {{formatnum: . . . }}. Converting it to commas shows no visual difference and actually increases the file size, from what I've gathered.
I approve of the changes Flippy has made to the Hero Talent page, though. But I still think he should consult the talk page before doing such a thing.
Flippy, some of the changes you just made to the homestead template were good, but moving the event checker to the |- broke it, look at the homestead animals section on the homestead page.
- Scenario 1
- {{template}} expands into ->
...(shit ton of content)...
- Replace template with actual content of template -> increases page code length, but no change to page file size
- {{template}} expands into ->
- Scenario 2
- {{formatnum}} expands into ->
...(shit ton of formatting code)...
- Replace formatnum with a single comma -> decreases page code length (
{{formatnum}}
->,
), but big change to page file size (...(shit ton of formatting code)...
->,
)
- {{formatnum}} expands into ->
- Scenario 3
- The same as scenario 2, except you're adding thousands of commas, and removing multiple formatnums
...(shit ton of formatting code × however many times it's in there)...
>, × however many times it's in there
- The same as scenario 2, except you're adding thousands of commas, and removing multiple formatnums