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

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 31: Line 31:
: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)
:::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&nbsp;does&nbsp;not&nbsp;work=The title of this tab should have been "This does not work".
</tabber>
22:11, September 11, 2010 (UTC)

Revision as of 22:11, 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)

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 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>

22:11, September 11, 2010 (UTC)