#Title Not Showing

20 messages · Page 1 of 1 (latest)

fathom barn
#

maybe something w/ the code in template before ==Media==

fathom barn
#

hmm, no
thought it could be a <div> thing w/ missing closing tag

#

can you link the page? (you should /auth w/ our bot)
or at least tell URL of wiki and page name

#

yeah, I said you should type "/auth" command for our bot to tie your discord and miraheze account and give you normal role

#

works in my wiki

#

have you enabled some unusual extensions?

#

it's definitely template, I tried on your wiki

#

no no

#

Cosmos is a skin, it's nothing

#

I just tried to create new page on your wiki, that non-disney template breaks something

fathom barn
#

forget about extensions

#

replace code w/ this
{| align="left" style="background:#A5DFFA80; margin-top:1em; font-size:130%; text-align:center;" |- | padding="5px"| [[File:Non-Disney icon.jpg|left|125x125px]] |''"Beam me up, Mickey"''<br>It is important to note that coverage of this article is based on material currently not owned by The Walt Disney Company. Despite this, its connection is noted within the article, whether it was formerly owned by them, featured in crossovers, or some other purpose altogether. |}

#

it's the align that seem break everything, trying on new page
but I've never encountered such behaviour before, so 🤷
lemme clean up this table code fully tho

#

{| style="background:#A5DFFA80; margin: 1em auto 0; font-size:130%; text-align: left;" | style="padding: 5px;"| [[File:Non-Disney icon.jpg|left|125x125px]] |''"Beam me up, Mickey"''<br>It is important to note that coverage of this article is based on material currently not owned by The Walt Disney Company. Despite this, its connection is noted within the article, whether it was formerly owned by them, featured in crossovers, or some other purpose altogether. |}

thin lichen
#

Can you try inserting <div style="clear: both;"></div> between the template and heading in its own line?

#

Probably won't work but

fathom barn
#

tbh I've never seen align and padding to be used outside of style, although according to HTML guides it's valid

#

no problem

thin lichen
#

Legroom's fix is more elegant then since it fixes the styling instead of adding something more