Template:Formatted Page 2: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<!-- TWO BOX SECTION --> | <!-- TWO BOX SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{ | {{#if:{{{content_right|}}} | | ||
{{Box3 | {{Box3 | ||
| title_left= | | title_left={{{title_header}}} | ||
| content_left={{{ | | content_left={{{content_header}}} | ||
| content_right={{{content_right}}} | | content_right={{{content_right}}} | ||
}} | }} | ||
Line 16: | Line 16: | ||
<!-- ONE BOX SECTION --> | <!-- ONE BOX SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{ | {{#if:{{{overall_objectives|}}} | | ||
{{Box1 | {{Box1 | ||
| title= | | title=Overall objective(s) | ||
| content={{{ | | content={{{overall_objectives}}} | ||
}} | }} | ||
}} | }} | ||
<!--------------------------------> | <!--------------------------------> | ||
<!-- ONE BOX SECTION --> | <!-- ONE BOX SECTION --> | ||
<!--------------------------------> | <!--------------------------------> | ||
{{#if:{{{ | {{#if:{{{specific_objectives|}}} | | ||
{{Box2 | {{Box2 | ||
| title= | | title=Specific objective(s) | ||
| content={{{ | | content={{{specific_objectives}}} | ||
}} | }} | ||
}} | }} | ||
Line 45: | Line 46: | ||
==Preview== | ==Preview== | ||
{{Formatted_Page_2 | {{Formatted_Page_2 | ||
|title_header=Title header | |title_header=Title header | ||
|content_header=Content Header | |content_header=Content Header | ||
|content_right=Content Right | |||
|overall_objectives=Content Normal | |overall_objectives=Content Normal | ||
|specific_objectives=Content Left | |||
|title_footer=Title Footer | |title_footer=Title Footer | ||
|content_footer=Content Footer | |content_footer=Content Footer | ||
Line 57: | Line 58: | ||
<pre> | <pre> | ||
{{Formatted_Page_2 | {{Formatted_Page_2 | ||
|title_header=Title header | |title_header=Title header | ||
|content_header=Content Header | |content_header=Content Header | ||
|content_right=Content Right | |||
|overall_objectives=Content Normal | |overall_objectives=Content Normal | ||
|specific_objectives=Content Left | |||
|title_footer=Title Footer | |title_footer=Title Footer | ||
|content_footer=Content Footer | |content_footer=Content Footer |
Revision as of 02:00, 26 August 2011
Preview
Title header
Content Header |
Content Right |
Overall objective(s)
Content Normal
|
Specific objective(s)
Content Left
|
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 |content_right=Content Right |overall_objectives=Content Normal |specific_objectives=Content Left |title_footer=Title Footer |content_footer=Content Footer }}