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
- 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