[dismiss]
Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first! |
Notices |
---|
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters. |
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted. |
Check out our project page for ongoing projects that SmashWiki needs help with. |
Template talk:Infobox Team
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Large gap on lists[edit]
I do not know if I am the only one seeing this, but I did not expect a large gap to appear between the first and second line of the list "sponsors" or "other games" list. Derekblue1 (talk)
02:24, April 24, 2020 (EDT)
- I see it too, but I don't think it's too bothersome. Cookies
Creme 11:46, April 25, 2020 (EDT)
- If each item is on the same line with <br>s between them then there is no gap. So instead of
item1<br>\line-break\item2<br>\line-break\...
you doitem1<br>item2<br>...
. Alternatively if you do{{!}}\line-break\{{{sponsors|}}}
instead of{{!}}{{{sponsors|}}}
then it removes the gap without needing to put each item on one line, but it won't be lined up with the left-cell's text. --CanvasK (talk) 12:41, April 25, 2020 (EDT)
- If each item is on the same line with <br>s between them then there is no gap. So instead of