Template talk:Infobox Team: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m (no need for me to put them on new lines)
 
Line 2: Line 2:
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. [[File:Derekblue1SigHead1.png|20px|link=]] [[User:Derekblue1|<span style="color:#20B2AA;">'''Derekblue1'''</span>]] [[User talk:Derekblue1|<span style="color:#20B2AA;">(talk)</span>]] [[File:Derekblue1SigHead2.png|20px|link=]] 02:24, April 24, 2020 (EDT)
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. [[File:Derekblue1SigHead1.png|20px|link=]] [[User:Derekblue1|<span style="color:#20B2AA;">'''Derekblue1'''</span>]] [[User talk:Derekblue1|<span style="color:#20B2AA;">(talk)</span>]] [[File:Derekblue1SigHead2.png|20px|link=]] 02:24, April 24, 2020 (EDT)
:I see it too, but I don't think it's too bothersome. [[User:Cookies and Creme|<span style="font-family: Georgia;color: black;">Cookies</span>]][[File:CnC Signature.png|20px]][[User talk:Cookies and Creme|<span style="font-family: Georgia; color: black;">Creme</span>]] 11:46, April 25, 2020 (EDT)
:I see it too, but I don't think it's too bothersome. [[User:Cookies and Creme|<span style="font-family: Georgia;color: black;">Cookies</span>]][[File:CnC Signature.png|20px]][[User talk:Cookies and Creme|<span style="font-family: Georgia; color: black;">Creme</span>]] 11:46, April 25, 2020 (EDT)
::If each item is on the same line with <nowiki><br></nowiki>s between them then there is no gap. So instead of <code><nowiki>item1<br>\line-break\item2<br>\line-break\...</nowiki></code> you do <code><nowiki>item1<br>item2<br>...</nowiki></code>. Alternatively if you do:
::If each item is on the same line with <nowiki><br></nowiki>s between them then there is no gap. So instead of <code><nowiki>item1<br>\line-break\item2<br>\line-break\...</nowiki></code> you do <code><nowiki>item1<br>item2<br>...</nowiki></code>. Alternatively if you do <code><nowiki>{{!}}\line-break\{{{sponsors|}}}</nowiki></code> instead of <code><nowiki>{{!}}{{{sponsors|}}}</nowiki></code> 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. --[[User:CanvasK|CanvasK]] ([[User_talk:CanvasK|talk]]) 12:41, April 25, 2020 (EDT)
::<code><nowiki>{{!}}\line-break\{{{sponsors|}}}</nowiki></code><br>
::Instead of:<br>
::<code><nowiki>{{!}}{{{sponsors|}}}</nowiki></code>
::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. --[[User:CanvasK|CanvasK]] ([[User_talk:CanvasK|talk]]) 12:41, April 25, 2020 (EDT)

Latest revision as of 11:43, April 25, 2020

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. Derekblue1SigHead1.png Derekblue1 (talk) Derekblue1SigHead2.png 02:24, April 24, 2020 (EDT)

I see it too, but I don't think it's too bothersome. CookiesCnC Signature.pngCreme 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 do item1<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)