#Need help with portable infoboxes and other things from moving other things from fandom to miraheze

22 messages · Page 1 of 1 (latest)

zinc knot
#

I'm not trying to import a wiki from fandom to miraheze but instead use the same infoboxes on miraheze. I've enabled the portable infoboxes extension and the infobox from fandom but it doesn't seem to recognize any of the template data. In addition to that is there also anyway to customize the infobox? I would like to be themed and also the title to be centered like it is on fandom. Also whenever it is used on a page something appears which is shown in the third screenshot

As for the other things mentioned in the title. I also need some help with DynamicPageList. An admin on the fandom wiki used this and it made sorting the pages easier but I don't know how you would do the same on miraheze and how to set it up.

#

for some reason the automod filters wont let me send a link to the infobox

unreal mango
unreal mango
#

you can use the example syntax that's on the template page in source editing mode to fill in the infobox

#

for templatedata to work you need to enable the extension

zinc knot
#

what extension?

#

oh found it

#

now my only other issues are styling the infobox and DynamicPageList.

unreal mango
#

you can style the infobox through CSS, by putting the code into the MediaWiki:Common.css page
more info about styling it can be seen here
https://community.fandom.com/wiki/Help:Infoboxes/CSS

Community Central
CSS

Portable infoboxes can be themed quite easily by local administrators using a wiki's community CSS. Without customization, portable infobox theming takes cues from your community's Theme Designer...

#

this should work to center the title
.pi-title { text-align: center; }

zinc knot
#

it worked now

#

takes a bit to update it seems

unreal mango
#

yeah, changes made to Common.css and the like can take like 5-10 mins to show

zinc knot
#

not sure what I did and it's hard to troubleshoot because of that but the background is now entirely blue now instead of just the headers

zinc knot
zinc knot
zinc knot
#

figured out DynamicPageList myself was missing the extension DPLforum

#

is there any css that can be used to make this bolded?

unreal mango
#

yeap, for the pi-title you already have, add font-weight: bold; under the center thing