32,672
edits
(Welp.) |
(→Byte saving: new section) |
||
Line 194: | Line 194: | ||
The reason why I used <nowiki>{{iw}}</nowiki> [https://www.ssbwiki.com/index.php?title=Ganondorf&curid=617&diff=1502401&oldid=1502366 here] is based on my understanding of [[Template talk:S|<nowiki>{{s}}'s talk page</nowiki>]] and the discussion [[User talk:Aidanzapunk#Interwiki links|on Aidan's talk page]]. My understanding is <nowiki>{{s}} (primarily) is a simple link maker for other namespaces on Smash Wiki, where {{iw}} is for interwiki links</nowiki>. I'm not sure how strict the separation is intended to or should be, but I figured a byte here and there won't hurt anything and '''i'''nter'''w'''iki being shortened to '''iw''' seems more clear to new users. This isn't something I'll fight about, just giving my thought process. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 14:21, November 23, 2020 (EST) | The reason why I used <nowiki>{{iw}}</nowiki> [https://www.ssbwiki.com/index.php?title=Ganondorf&curid=617&diff=1502401&oldid=1502366 here] is based on my understanding of [[Template talk:S|<nowiki>{{s}}'s talk page</nowiki>]] and the discussion [[User talk:Aidanzapunk#Interwiki links|on Aidan's talk page]]. My understanding is <nowiki>{{s}} (primarily) is a simple link maker for other namespaces on Smash Wiki, where {{iw}} is for interwiki links</nowiki>. I'm not sure how strict the separation is intended to or should be, but I figured a byte here and there won't hurt anything and '''i'''nter'''w'''iki being shortened to '''iw''' seems more clear to new users. This isn't something I'll fight about, just giving my thought process. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 14:21, November 23, 2020 (EST) | ||
== Byte saving == | |||
I noticed on your sandbox for Spirit Battle stats that you link to the spirits-by-series pages a lot. If you swap them to <nowiki>{{h2}}</nowiki> you'll save about 10k bytes (if I compared correctly). Here's some regex if you want to make the change: Search: <code><nowiki>\[\[([^\[]+)\#([^\[]+)\|\2\]\]</nowiki></code> Replace: <code><nowiki>{{h2|$1|$2}}</nowiki></code>. I'd recommend using something other than the wiki editor for regex replacements on a large page like that one because it can be pretty slow. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 05:58, January 6, 2021 (EST) |
edits