Template:Formatted Page 1: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
(Created page with "{| border="1" |- | {{{title1}}} |- | {{{data1}}} |} {| border="1" |- | {{{title2}}} |- | {{{data2}}} |} {| border="1" |- | {{{title3}}} |- | {{{data3}}} |} {| border="1" |- | {{{...") |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Simple_Box | ||
| | |title_bgcolor=Wheat | ||
| {{{title1}}} | |data_bgcolor=Cornsilk | ||
| | |width={{#if:{{{title1|}}} | 100% }} | ||
| {{{data1}}} | |border={{#if:{{{title1|}}} | 0 }} | ||
|title= {{#if:{{{title1|}}} | {{{title1}}} }} | |||
{| | |data={{#if:{{{data1|}}} | {{{data1}}} }} | ||
| | }} | ||
| {{{title2}}} | {{Simple_Box | ||
| | |title_bgcolor= #FFC | ||
| {{{data2}}} | |data_bgcolor=LightYellow | ||
|width={{#if:{{{title2|}}} | 50% }} | |||
{| | |border={{#if:{{{title2|}}} | 0 }} | ||
| | |title= {{#if:{{{title2|}}} | {{{title2}}} }} | ||
| {{{title3}}} | |data={{#if:{{{data2|}}} | {{{data2}}} }} | ||
| | }} | ||
| {{{data3}}} | {{Simple_Box | ||
|title_bgcolor=AliceBlue | |||
{| | |data_bgcolor=LightCyan | ||
| | |width={{#if:{{{title3|}}} | 50% }} | ||
| {{{title4}}} | |border={{#if:{{{title3|}}} | 0 }} | ||
| | |title= {{#if:{{{title3|}}} | {{{title3}}} }} | ||
| {{{data3}} | |data={{#if:{{{data3|}}} | {{{data3}}} }} | ||
|} | }} | ||
{{Simple_Box | |||
|title_bgcolor=#FFC | |||
|data_bgcolor=LightYellow | |||
|width={{#if:{{{title4|}}} | 100% }} | |||
|border={{#if:{{{title4|}}} | 0 }} | |||
|title= {{#if:{{{title4|}}} | {{{title4}}} }} | |||
|data={{#if:{{{data4|}}} | {{{data4}}} }} | |||
}} | |||
<div style="clear:both"></div> | |||
<noinclude> | |||
==Preview== | |||
{{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 | |||
}} | |||
<br /> | |||
==Usage== | |||
To use this format copy and paste the code below and modify accordingly.<br /> | |||
You can parse html formatting to the variables. Wiki formatting behaves ubnormally. | |||
<pre> | |||
{{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 | |||
}} | |||
</pre> | |||
</noinclude> | |||
<noinclude>[[Category:T/Other]]</noinclude> |
Latest revision as of 08:42, 1 November 2011
Preview
write the title for the first box |
write the content of the first box e.g
|
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 }}