The Tribal Wars Wiki is a project run by the Tribal Wars community. If you have a problem with Tribal Wars, see Tribal Wars support or the Tribal Wars Forum.

Template:Twosides

From TribalWarsWiki

Jump to: navigation, search

Contents

To use

This creates a two sided box for data. To implement it in your page, use the following;

{twosides
 |head1= Main heading - Description of the following data
 |head2= Heading underneath the Main heading
 |sub1= Sub heading on left side
 |sub2= Sub heading on left side
 |sub3= Sub heading on right side
 |sub4= Sub heading on right side
 |info1= Information to be shown under the Sub-heading 1 
 |info2= Information to be shown under the Sub-heading 2 
 |info3= Information to be shown under the Sub-heading 3
 |info4= Information to be shown under the Sub-heading 4
 |image1= An image for use on the left side in the first sub-heading
 |image2= An image for use on the right side in the third sub-heading
}

Result

{{{head1}}}

{{{head2}}}

{{{sub1}}}
[[image:{{{image1}}}]]

{{{info1}}}

{{{sub3}}}
[[image:{{{image2}}}]] {{{info3}}}

{{{sub2}}}
{{{info2}}}

{{{sub4}}}
{{{info4}}}