Template:Formatted Page 2: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
<!--      ONE BOX SECTION      -->
<!--      ONE BOX SECTION      -->
<!-------------------------------->
<!-------------------------------->
{{#if:{{{content_simple|}}} |
{{#if:{{{content_header|}}} |
{{Box2
{{Box1
|  title={{{title_simple}}}  
|  title={{{title_header}}}  
|  content={{{content_simple}}}  
|  content={{{content_header}}}  
}}
}}
}}
}}
Line 27: Line 27:
<!--      ONE BOX SECTION      -->
<!--      ONE BOX SECTION      -->
<!-------------------------------->
<!-------------------------------->
{{#if:{{{content_header|}}} |
{{#if:{{{content_simple|}}} |
{{Box1
{{Box2
|  title={{{title_header}}}  
|  title={{{title_simple}}}  
|  content={{{content_header}}}  
|  content={{{content_simple}}}  
}}
}}
}}
}}