Template:Formatted Page 2: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
(Created page with "<!--------------------------------> <!-- HEADER SECTION --> <!--------------------------------> {{Box1 |title={{{title_header}}} |content={{{content_header}}} }} <!-...")
 
No edit summary
Line 3: Line 3:
<!-------------------------------->
<!-------------------------------->
{{Box1
{{Box1
|title={{{title_header}}}
| {{#if:{{{title_header}}} | title={{{title_header}}} }}
|content={{{content_header}}}
| {{#if:{{{content_header}}} | content={{{content_header}}} }}
}}
}}


Line 11: Line 11:
<!-------------------------------->
<!-------------------------------->
{{Box2
{{Box2
|title={{{title_simple}}}
| {{#if:{{{title_simple}}} | title={{{title_simple}}} }}
|content={{{content_simple}}}
| {{#if:{{{content_simple}}} | content={{{content_simple}}} }}
}}
}}


Line 19: Line 19:
<!-------------------------------->
<!-------------------------------->
{{Box3
{{Box3
|title_left={{{title_left}}}
| {{#if:{{{title_left}}} | title_left={{{title_left}}} }}
|content_left={{{content_left}}}
| {{#if:{{{content_left}}} | content_left={{{content_left}}} }}
|title_right={{{title_right}}}
| {{#if:{{{title_right}}} | title_right={{{title_right}}} }}
|content_right={{{content_right}}}
| {{#if:{{{content_right}}} | content_right={{{content_right}}} }}
}}
}}


Line 30: Line 30:


{{Box1
{{Box1
|title={{{title_footer}}}
|{{#if:{{{title_footer}}} | title={{{title_footer}}} }}
|content={{{content_footer}}}
| {{#if:{{{content_footer}}} | content={{{content_footer}}} }}
}}
}}
|}
<noinclude>
<noinclude>
==Preview==
==Preview==
Line 39: Line 38:
|title_header=Title header
|title_header=Title header
|content header=Content Header
|content header=Content Header
|title_normal=Title Normal
|title_simple=Title Normal
|content_normal=Content Normal
|content_simple=Content Normal
|title_left=Title Left
|title_left=Title Left
|content_left=Content Left
|content_left=Content Left
Line 54: Line 53:
|title_header=Title header
|title_header=Title header
|content header=Content Header
|content header=Content Header
|title_normal=Title Normal
|title_simple=Title Normal
|content_normal=Content Normal
|content_simple=Content Normal
|title_left=Title Left
|title_left=Title Left
|content_left=Content Left
|content_left=Content Left

Revision as of 09:47, 25 August 2011





The content of this page is displayed in standardized format to
  1. serve as quick reference; and
  2. facilitate its use during preparation of new applications. Do not change the content of this page without consulting with the project coordinator. For encyclopedic details about the project, please refer to its main page.






Preview




The content of this page is displayed in standardized format to
  1. serve as quick reference; and
  2. facilitate its use during preparation of new applications. Do not change the content of this page without consulting with the project coordinator. For encyclopedic details about the project, please refer to its main page.






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
}}