Editing Template talk:Infobox Team
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 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 <code><nowiki>{{!}}\line-break\{{{sponsors|}}}</nowiki></code> | ::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><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) |