Editing User talk:Glowsquid
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1,102: | Line 1,102: | ||
<div style="width:600px;margin-left: 20px;"><table style="border-collapse:collapse;border:1px solid black;margin-bottom:5px;background:white;" border="1" cellpadding="4" cellspacing="0"><tr><th style="background:white;width:93px;text-align: center;">Language</th><th style="background:white;width:90px;text-align: center;">Name</th><th style="background:white;text-align: center;">Meaning</th></tr><tr><td>Japanese</td><td>クリ村<br><i>Kuri Mura</i></td><td>Chestnut Village (The Japanese name for [[Goomba]]s is クリボー <i>kuribō</i>)</td></tr><tr><td>Spanish (NOE)</td><td>Aldea Goomba</td><td>Goomba Village</td></tr><tr><td>French</td><td>Village Goomba</td><td>Goomba Village</td></tr><tr><td>German</td><td>Gumbafurt</td><td>Pun on the German name for "Goomba" and the German locational suffix "-furt".</td></tr><tr><td>Italian</td><td>Villaggio Goomba</td><td>Goomba Village</td></tr><tr><td>Portuguese</td><td>Vila dos Goombas</td><td>"Vila" means <i>village</i></td></tr></table></div> | <div style="width:600px;margin-left: 20px;"><table style="border-collapse:collapse;border:1px solid black;margin-bottom:5px;background:white;" border="1" cellpadding="4" cellspacing="0"><tr><th style="background:white;width:93px;text-align: center;">Language</th><th style="background:white;width:90px;text-align: center;">Name</th><th style="background:white;text-align: center;">Meaning</th></tr><tr><td>Japanese</td><td>クリ村<br><i>Kuri Mura</i></td><td>Chestnut Village (The Japanese name for [[Goomba]]s is クリボー <i>kuribō</i>)</td></tr><tr><td>Spanish (NOE)</td><td>Aldea Goomba</td><td>Goomba Village</td></tr><tr><td>French</td><td>Village Goomba</td><td>Goomba Village</td></tr><tr><td>German</td><td>Gumbafurt</td><td>Pun on the German name for "Goomba" and the German locational suffix "-furt".</td></tr><tr><td>Italian</td><td>Villaggio Goomba</td><td>Goomba Village</td></tr><tr><td>Portuguese</td><td>Vila dos Goombas</td><td>"Vila" means <i>village</i></td></tr></table></div> | ||
And the two columns will be unbalanced. It was perhaps due to this reason that Walkazo started adding {{tem| | And the two columns will be unbalanced. It was perhaps due to this reason that Walkazo started adding {{tem|nowrap}} to the wikicode, like this: | ||
:{|style="border-spacing: 4px;font-size: 88%;" | :{|style="border-spacing: 4px;font-size: 88%;" | ||
Line 1,134: | Line 1,134: | ||
|} | |} | ||
and this would keep the column widths from differing considerably (which is often the case if you have a wide screen). However, it is ineffective to add them over and over again when doing maintenance work, and I think that this problem can be eliminated by changing the coding of {{tem|foreign names}}. If you look into the coding for {{tem| | and this would keep the column widths from differing considerably (which is often the case if you have a wide screen). However, it is ineffective to add them over and over again when doing maintenance work, and I think that this problem can be eliminated by changing the coding of {{tem|foreign names}}. If you look into the coding for {{tem|nowrap}}, it's just a <code><nowiki><span style="white-space: nowrap;">{{{1}}}</span></nowiki></code>. What about adding the style <code>white-space: nowrap;</code> to the cells for name entries directly? This doesn't hamper the mobile view (because CSS fragments embedded in wikicode are ignored there), and a long name doesn't matter since most desktop view readers have computer screens wide enough to display them. | ||
---- | ---- |