Template:Formatted Page 2: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<!-- HEADER SECTION --> | <!-- HEADER SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{content_header|}}} | | |||
{{Box1 | {{Box1 | ||
| title= | | title={{{title_header}}} | ||
| content= | | content={{{content_header}}} | ||
}} | |||
}} | }} | ||
Line 10: | Line 12: | ||
<!-- ONE BOX SECTION --> | <!-- ONE BOX SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{content_simple|}}} | | |||
{{Box2 | {{Box2 | ||
| title= | | title={{{title_simple}}} | ||
| content= | | content={{{content_simple}}} | ||
}} | |||
}} | }} | ||
Line 18: | Line 22: | ||
<!-- TWO BOX SECTION --> | <!-- TWO BOX SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{content_left|}}} | | |||
{{Box3 | {{Box3 | ||
| title_left= | | title_left={{{title_left}}} | ||
| content_left= | | content_left={{{content_left}}} | ||
| title_right= | | title_right={{{title_right}}} | ||
| content_right= | | content_right={{{content_right}}} | ||
}} | |||
}} | }} | ||
Line 28: | Line 34: | ||
<!-- FOOTER --> | <!-- FOOTER --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{content_footer|}}} | | |||
{{Box1 | {{Box1 | ||
| title= | | title={{{title_footer}}} | ||
| content= | | content={{{content_footer}}} | ||
}} | |||
}} | }} | ||
<noinclude> | <noinclude> |
Revision as of 08:59, 25 August 2011
Preview
Title Normal
Content Normal
|
Title Left
Content Left |
Content Right |
Title Footer
Content Footer
|
Usage
Copy and paste the code below to use the template (In place of contents you can pass formatting as in a normal page)
{{Formatted_Page_2 |title_header=Title header |content header=Content Header |title_simple=Title Normal |content_simple=Content Normal |title_left=Title Left |content_left=Content Left |title_right=Title Right |content_right=Content Right |title_footer=Title Footer |content_footer=Content Footer }}