Content Tabs Help

From Twilight Wiki

This wiki is able to create tabs within pages. To create a tab section within a page, follow the instructions below.

Tabs are created using content within the <tabber> </tabber> tags.

Tabs are delimited by: "|-|"

The following code would generate tabs as shown:

<tabber>
 Tab1=Some neat text here
|-|
 "Tab 2"=
 [http://www.google.com Google]<br>
 [http://www.cnn.com Cnn]<br>
|-|
 "Really Long tab Title 3"={{Template:SomeTemplate}}
</tabber>

Note: If your tab name contains spaces, you MUST put the entire tab name within quotation marks as shown with "Tab 2".

Some neat text here

Note: Subheadings in tab contents do not work properly so do not include them.