Help:Main page column tags
From Wikia Help
I am a box in the left column, currently set to 100 pixels tall.
Your wiki's title and welcome message could go here, or a cool title image. (The box is optional.)
I am a box containing content in the left column.
What are these columns about?
With the introduction of the new Monaco design, we are releasing a set of main page <tags/> to aid with main page design.
Using the following tags, you can create a main page that will work with the new ads and will be compatible with any future changes Wikia may need to make to the main page layouts.
<mainpage-leftcolumn-start /> '''I am the left column''' <mainpage-endcolumn /> <mainpage-rightcolumn-start /> '''I am the right column''' <mainpage-endcolumn />
How to use the tags
The "leftcolumn" tag starts the left column, and comes first:
<mainpage-leftcolumn-start />
The default gutter (spacing) between the left and right column is 10px - however, you can alter this using a "gutter" parameter:
<mainpage-leftcolumn-start gutter="20px" />
This produces a 20px gutter between the left and right columns.
A column is ended by:
<mainpage-endcolumn />
Next, the following starts a 300px wide right column:
<mainpage-rightcolumn-start />
Again, the column is ended by:
<mainpage-endcolumn />
After the end of the rightcolumn tag you can place anything you wish, and make them 100% page width. (Please note this is recommended against, especially on shorter pages.) However, you will need to add a clear to ensure it appears below the columns. You can do this by either making the next element clear, or add the following between the column end and the next line:
<br style="clear:both;"/>
