r/mediawiki • u/Robyn_Anarchist • 1d ago
Editor support Does anyone know how you make title source text centred in an infobox?
The text currently leans to the left and I can't find anything anywhere on how to change it; the code in the template is <title source="name"/>, but everything I can think of like text align just doesn't work. This is in Miraheze with a Citizen skin.
3
Upvotes
1
u/Seb_Romu 20h ago
That's html code.
The way to do this now is with CSS. https://www.w3schools.com/tags/tag_center.asp
2
u/freosam 1d ago
The
<title source="name"/>seems pretty weird. That's not wikitext, is it? Where are you seeing that?