Templates Wiki
Register
Advertisement
Forums: Index Help desk Am I doing this correctly?
Note: This topic has been unedited for 10 years. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

Sorry to be a bother, but I'm completely new here and I have no clue what I'm doing. I apologize in advance if I'm doing something wrong, I'm not the brightest crayon in the box. I have been trying to edit this page in source and can not display the infobox the way I want it to. Can anyone please help me?

The default infobox template doesn't really provide much customization, though Template:Infobox character is more of what you're looking for. Try perhaps modifying the existing syntax of Template:Infobox character:

{| class="wikia-infobox"
! class="wikia-infobox-header" colspan="2" style="text-align: center;" | {{{title|''Unknown''}}}
|-

{{#if: {{{image|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px|{{{imagecaption|}}}]]
{{!}}-
}}

{{#if: {{{imagecaption|}}} |
{{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
{{!}}-
}}

! colspan="2" style="text-align: center;" | <div class="wikia-infobox-section-header">Information</div>

|-

! style="width: 40%;" | Height
| style="width: 60%;" | {{{Height|?}}}

|-

! Weight
| {{{Weight|?}}}

|-

! Blood type
| {{{Blood type|?}}}

|-

! Specialty
| {{{Specialty|?}}}

|-

! Weakness
| {{{Weakness|?}}}

|-

! Current status
| {{{Current status|?}}}

|-

! Clubs
| {{{Clubs|?}}}

|-

! Family
| {{{Family|?}}}

|-

! Ranking in class
| {{{Ranking in class|?}}}

|-

! Other
| {{{Other|?}}}

|}

Which requires the following syntax:

{{Infobox character
| title =
| image =
| imagewidth =
| imagecaption =
| Height =
| Weight =
| Blood type =
| Specialty =
| Weakness =
| Current status =
| Clubs =
| Family =
| Ranking in class =
| Other =
}}

P.S. you might have noticed this, but the template team isn't very active. For a quick response i recommend checking the forum over the Community Central.
Penguin-Pal (talk) 18:05, January 3, 2014 (UTC)

Thank you so much! I really appreciate the advice! You helped me out so much!

LiveBetter (talk) 05:16, January 4, 2014 (UTC)

Advertisement