Line 65: |
Line 65: |
| |- | | |- |
| | 1.4 || Footer | | | 1.4 || Footer |
| + | |} |
| </blockquote> | | </blockquote> |
| + | |
| + | == Home, Header (call-to-action), and Footer == |
| + | <ol> |
| + | <li value="1">Home is also known as Section 1 or User:Soli</li> |
| + | <li value="2">The Home page simply contains transclusions which “paste” page content into other pages, like so:<br><br> |
| + | <code> |
| + | <nowiki><!-- -- -- OPTIONAL TOC --></nowiki><br> |
| + | <nowiki>__NOTOC__</nowiki><br> |
| + | <nowiki>{{:User:Soli/header}}</nowiki><br> |
| + | <nowiki>{{:User:Soli/spotlight}}</nowiki><br> |
| + | <nowiki>{{:User:Soli/main}}</nowiki><br> |
| + | <nowiki>{{:User:Soli/footer}}</nowiki><br> |
| + | </code> |
| + | <br> |
| + | |
| + | These transclusions are used throughout the structure of this wiki framework. By using {{:FullPageTitle}}, GCwiki allows a user to include or transclude existing content.<br><br> |
| + | IMAGE |
| + | </li> |
| + | |
| + | <li value="3">Header is also known as Section 1.1 or User:Soli/header</li> |
| + | <li value="4">The Header page contains the following 3 parts. These parts are unlikely to change often: |
| + | <ol type="a"> |
| + | <li value="a">A transparent header image</li> |
| + | <li value="b">An H2 header</li> |
| + | <li value="c">A subtitle or caption</li> |
| + | </ol> |
| + | </li> |
| + | <li value="6">If ever a change is required, edit User:Soli/header and look for the following comments: |
| + | |
| + | <div style="padding-left:45px;"> |
| + | <code> |
| + | <nowiki><!--</nowiki><br> |
| + | <nowiki>Change HEADER IMAGE HERE!</nowiki><br> |
| + | <nowiki>--></nowiki><br> |
| + | </code> |
| + | </div> |
| + | |
| + | |
| + | <div style="padding-left:45px;"> |
| + | <code> |
| + | <nowiki><!--</nowiki><br> |
| + | <nowiki>EDIT H2 HEADER here! </nowiki><br> |
| + | <nowiki>--></nowiki><br> |
| + | </code> |
| + | </div> |
| + | |
| + | |
| + | <div style="padding-left:45px;"> |
| + | <code> |
| + | <nowiki><!--</nowiki><br> |
| + | <nowiki>EDIT HEADER CAPTION here! </nowiki><br> |
| + | <nowiki>--></nowiki><br> |
| + | </code> |
| + | </div> |
| + | |
| + | <li value=6">This page is bilingual. Change to French content is made on the same page (at the bottom, just following the @fr| tag), like so:</li> |
| + | |
| + | </ol> |
| + | |
| + | == Spotlight == |