#Infobox Incompetence

23 messages · Page 1 of 1 (latest)

coarse epoch
#

I have 0 grounding or knowledge in coding or technology, and as redundant as it is, I just can’t get round getting an infobox into my wiki. Whatever I do it either comes up as my template pages redirect to themselves, or that it just doesn’t work at all.

I hate to ask this pretty babyish problem to people much better than I, but a very simplified, layman’s explanation of how to get in an infobox onto my wiki would be much appreciated. Thanks!

candid wasp
#

it's pretty common question here so don't feel bad about it

#

there are several ways to make infoboxes, how did you started?

coarse epoch
#

Well, I started a new page for the template, and started writing in the template in the style of

{{Infobox country
| Long_Name =
| Conmon_Name =
}}

If that’s any help.

candid wasp
#

well, that's the code to use template on another page, the double figure brackets ({{...}}) are for invoking a template

#

to code the actual template is another thing

coarse epoch
#

I’m actually backwards

#

Thank you for this, it’s a massive help, thank you

candid wasp
#

complexity of templates range from simple text to very complicated HTML stuff, depending on your needs

#

so, the ways to make infoboxes:

  • code a table, most hardcore method
  • use PortableInfobox extension aka the FANDOM method, easiest and newbie friendly so far
  • import from another wiki - very slippery road, common new wiki admin mistake here - trying to import templates from Wikipedia, comes w/ a lot of problems
coarse epoch
#

I hate to ask again, but could you walk me through the FANDOM method? Sorry if it seems like I’m just asking you stuff, I don’t want to start and get lost and have to make this whole thread again and waste someone else’s time

candid wasp
#

first you should enable the extension

#

on admin sidebar go to Manage extensions

#

then parser hooks tab

#

tick the box of PortableInfobox, save changes

#

again, don't feel bad lol, it is a support server

coarse epoch
#

Thanks so much man, this has been a big help. Have a good one!

candid wasp
#

after enabling extension you can use Special:InfoboxBuilder page

#

it's a visual builder which will help you to create basic, simple infobox

#

it later can be updated or fixed via code, for coding guides see pinned message in #general

#

portable infoboxes aren't hard to code really

#

also, if you haven't done that yet, I advise you to enable CodeMirror extension (Editor tab)

#

to enable code highlight click marker icon in actual editor