Template:Formatted Page 2: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<!--------------------------------> | <!--------------------------------> | ||
{{Box1 | {{Box1 | ||
| {{#if:{{{title_header|}}} | | | title={{#if:{{{title_header|}}} | {{{title_header}}} }} | ||
| {{#if:{{{content_header|}}} | | | content={{#if:{{{content_header|}}} |{{{content_header}}} }} | ||
}} | }} | ||
Line 11: | Line 11: | ||
<!--------------------------------> | <!--------------------------------> | ||
{{Box2 | {{Box2 | ||
| {{#if:{{{title_simple|}}} | | | title={{#if:{{{title_simple|}}} | {{{title_simple}}} }} | ||
| {{#if:{{{content_simple|}}} | | | content={{#if:{{{content_simple|}}} | {{{content_simple}}} }} | ||
}} | }} | ||
Line 19: | Line 19: | ||
<!--------------------------------> | <!--------------------------------> | ||
{{Box3 | {{Box3 | ||
| {{#if:{{{title_left|}}} | | | title_left={{#if:{{{title_left|}}} | {{{title_left}}} }} | ||
| {{#if:{{{content_left|}}} | | | content_left={{#if:{{{content_left|}}} | {{{content_left}}} }} | ||
| {{#if:{{{title_right|}}} | | | title_right={{#if:{{{title_right|}}} | {{{title_right}}} }} | ||
| {{#if:{{{content_right|}}} | | | content_right={{#if:{{{content_right|}}} | {{{content_right}}} }} | ||
}} | }} | ||
Line 30: | Line 30: | ||
{{Box1 | {{Box1 | ||
|{{#if:{{{title_footer|}}} | | | title={{#if:{{{title_footer|}}} | {{{title_footer}}} }} | ||
| {{#if:{{{content_footer|}}} | | | content={{#if:{{{content_footer|}}} | {{{content_footer}}} }} | ||
}} | }} | ||
<noinclude> | <noinclude> |
Revision as of 08:53, 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 }}