Template:Formatted Page 1: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<p>
{{Simple_Box
{{Simple_Box
|title_bgcolor=Wheat
|title_bgcolor=Wheat
Line 8: Line 7:
|data={{#if:{{{data1|}}} | {{{data1}}} }}
|data={{#if:{{{data1|}}} | {{{data1}}} }}
}}
}}
<br /><br />
</p>
<p>
{{Simple_Box
{{Simple_Box
|title_bgcolor= #FFC
|title_bgcolor= #FFC
Line 27: Line 23:
|data={{#if:{{{data3|}}} | {{{data3}}} }}
|data={{#if:{{{data3|}}} | {{{data3}}} }}
}}
}}
<br /><br />
</p>
<p>
{{Simple_Box
{{Simple_Box
|title_bgcolor=#FFC
|title_bgcolor=#FFC
Line 38: Line 31:
|data={{#if:{{{data4|}}} | {{{data4}}} }}
|data={{#if:{{{data4|}}} | {{{data4}}} }}
}}
}}
</p>
<div style="clear:both"></div>
<div style="clear:both"></div>
<noinclude>
<noinclude>

Revision as of 09:02, 25 August 2011





Preview

write the title for the first box
write the content of the first box e.g
  • list1
  • list1


write the title for the second box
write the content of the second box


write the title for the third box
write the content of the third box


write the title for the fourth box
write the content of the fourth box



Usage

To use this format copy and paste the code below and modify accordingly.
You can parse html formatting to the variables. Wiki formatting behaves ubnormally.

{{Formatted_Page_1
|title1=write the title for the first box
|data1=write the content of the first box e.g <ul><li>list1</li><li>list1</li></ul>
|title2=write the title for the second box
|data2=write the content of the second box
|title3=write the title for the third box
|data3=write the content of the third box
|title4=write the title for the fourth box
|data4=write the content of the fourth box
}}