KH2 icon.png
FM2 icon.png
358 icon.png

Forum:Tabber

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Revision as of 22:26, 11 September 2010 by khwikia>Anno1404
Jump to navigationJump to search
KHWiki-Forum Logo.png
Forums: Index > The World that Never was > Tabber

Your wiki uses some pretty complex formatting for your tabs, see the profile and journal tab below.

This complex coding for these tabs can currently be found at MediaWiki:Common.css, Template:Style, etc.

Just to let you know that all wikis now have the Tabber Extension, including this one.

maybe your wiki can transfer to using tabber extension instead.

hope this helps. Anno1404 19:03, September 10, 2010 (UTC)

Template:Enemy

I'm trying to implement this, but we have intricate parser functions surrounding the current tab coding, and using this version requires an entirely different logic.Glorious CHAOS! 20:23, September 10, 2010 (UTC)
Yeah, this coding is absolutely not functional with parser functions, conditionals, or even multiple word titles. See Kingdom Hearts Wiki:Sandbox.Glorious CHAOS! 20:36, September 10, 2010 (UTC)
Multiple word titles

Multiple word titles work. You just need to add the html for the space key.

<tabber> This does not work=The title of this tab should have been "This does not work". </tabber>

Correct, the above does not work. This does: <tabber> This does not work=The title of this tab should have been "This does not work". </tabber>

parser functions and conditionals

See the talk page of this extension. Extension_talk:Tabber

Particularly Template parameter doesn't work with tabber

{{#tag:tabber|
{{{tab1|}}}=
{{!}}-{{!}}
Original={{{image|}}}
{{!}}-{{!}}
Final Mix={{{FMimage|}}}
{{!}}-{{!}}
{{{tab2|}}}={{{image2|}}}
}}

Added to Template:Test

{{test
|tab1=alpha
|tab2=pi
|FMimage=beta
|image=gamma
|image2=omega
}}

Added to Kingdom Hearts Wiki:Sandbox

Creates (ignore first result, this is the original added) :

Template:Test

Hope this helps. Message me on my talk page when you respond. Thanks.

Anno1404 22:12, September 11, 2010 (UTC)