Forum:Tabber: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:


hope this helps. [[User:Anno1404|Anno1404]] 19:03, September 10, 2010 (UTC)
hope this helps. [[User:Anno1404|Anno1404]] 19:03, September 10, 2010 (UTC)
 
<!--
{{game|KH2|FM2|358}}
{{game|KH2|FM2|358}}
{{Enemy
{{Enemy
Line 28: Line 28:
  |KH2loc1=Twilight Town
  |KH2loc1=Twilight Town
}}
}}
 
-->
: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.[[User:KrytenKoro|<small>Glorious</small>]] [[User_talk:KrytenKoro|<small>CHAOS!</small>]] 20:23, September 10, 2010 (UTC)
: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.[[User:KrytenKoro|<small>Glorious</small>]] [[User_talk:KrytenKoro|<small>CHAOS!</small>]] 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]].[[User:KrytenKoro|<small>Glorious</small>]] [[User_talk:KrytenKoro|<small>CHAOS!</small>]] 20:36, 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]].[[User:KrytenKoro|<small>Glorious</small>]] [[User_talk:KrytenKoro|<small>CHAOS!</small>]] 20:36, September 10, 2010 (UTC)

Revision as of 23:43, 11 September 2010

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)

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)