Difference between revisions of "User:Soli/user-guide-1"

From wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
# This wiki has been modularized, meaning we are using transclusions (notation as follows: ''<code><nowiki>{{:AnyValidPageTitle}}</nowiki></code>''
 
# This wiki has been modularized, meaning we are using transclusions (notation as follows: ''<code><nowiki>{{:AnyValidPageTitle}}</nowiki></code>''
 
# The structure looks like this:
 
# The structure looks like this:
 +
<blockquote>
 +
{| class="wikitable"
 +
|-
 +
! Section !! Description
 +
|-
 +
| 1 || Home (a single page view of all levels 1.x)
 +
|-
 +
| &nbsp; 1.1 || Header
 +
|-
 +
| &nbsp; 1.2 || Spotlight (a single section view of all levels 1.2.x)
 +
|-
 +
| &nbsp; &nbsp; 1.2.1 || Spotlight-1-a
 +
|-
 +
| &nbsp; &nbsp; 1.2.2 || Spotlight-2-b<br>
 +
|-
 +
| &nbsp; 1.3 || Main (a single section view of all levels 1.3.x)<br>
 +
|-
 +
| &nbsp; &nbsp; 1.3.1 || Main-1 (page summary)<br>
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.1.1 || Page or article 1 (full article)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; &nbsp; 1.3.1.1.1 || Header-small
 +
|-
 +
| &nbsp; &nbsp; &nbsp; &nbsp; 1.3.1.1.2 || Page content
 +
|-
 +
| &nbsp; &nbsp; &nbsp; &nbsp; 1.3.1.1.3 || Footer (same as Section 1.4)
 +
|-
 +
| &nbsp; &nbsp; 1.3.2 || Main-2 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.2.1 || Page or article 2 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.3 || Main-3 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.3.1 || Page or article 3 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.4 || Main-4 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.4.1 || Page or article 4 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.5 || Main-5 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.5.1 || Page or article 5 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.6 || Main-6 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.6.1 || Page or article 6 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.7 || Main-7 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.7.1 || age or article 7 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.8 || Main-8 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.8.1 || Page or article 8 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; &nbsp; 1.3.9 || Main-9 (page summary)
 +
|-
 +
| &nbsp; &nbsp; &nbsp; 1.3.9.1 || Page or article 9 (full article, same as 1.3.1.1)
 +
|-
 +
| &nbsp; 1.4 || Footer
 +
|}
 +
</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>
 
<code>
1. Home (a single page view of all levels 1.x)<br>
+
<nowiki><!-- -- -- OPTIONAL TOC --></nowiki><br>
1.1. Header<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>
  
1.2. Spotlight (a single section view of all levels 1.2.x)
 
  
1.2.1. Spotlight-1-a
+
<div style="padding-left:45px;">
 +
<code>
 +
<nowiki><!--</nowiki><br>
 +
<nowiki>EDIT H2 HEADER here! </nowiki><br>
 +
<nowiki>--></nowiki><br>
 +
</code>
 +
</div>
  
1.2.2. Spotlight-2-b
 
  
1.3. Main (a single section view of all levels 1.3.x)
+
<div style="padding-left:45px;">
1.3.1. Main-1 (page summary)
+
<code>
1.3.1.1. Page or article 1 (full article)
+
<nowiki><!--</nowiki><br>
1.3.1.1.1. Header-small
+
<nowiki>EDIT HEADER CAPTION here! </nowiki><br>
1.3.1.1.2. Page content
+
<nowiki>--></nowiki><br>
1.3.1.1.3. Footer (same as Section 1.4)
 
1.3.2. Main-2 (page summary)
 
1.3.2.1. Page or article 2 (full article, same as 1.3.1.1)
 
1.3.3. Main-3 (page summary)
 
1.3.3.1. Page or article 3 (full article, same as 1.3.1.1)
 
1.3.4. Main-4 (page summary)
 
1.3.4.1. Page or article 4 (full article, same as 1.3.1.1)
 
1.3.5. Main-5 (page summary)
 
1.3.5.1. Page or article 5 (full article, same as 1.3.1.1)
 
1.3.6. Main-6 (page summary)
 
1.3.6.1. Page or article 6 (full article, same as 1.3.1.1)
 
1.3.7. Main-7 (page summary)
 
1.3.7.1. Page or article 7 (full article, same as 1.3.1.1)
 
1.3.8. Main-8 (page summary)
 
1.3.8.1. Page or article 8 (full article, same as 1.3.1.1)
 
1.3.9. Main-9 (page summary)
 
1.3.9.1. Page or article 9 (full article, same as 1.3.1.1)
 
1.4. Footer
 
 
</code>
 
</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 ==

Latest revision as of 20:45, 27 January 2020

GCwiki User Guide

How to use this wiki framework.

Structure

  1. This wiki has been modularized, meaning we are using transclusions (notation as follows: {{:AnyValidPageTitle}}
  2. The structure looks like this:
Section Description
1 Home (a single page view of all levels 1.x)
  1.1 Header
  1.2 Spotlight (a single section view of all levels 1.2.x)
    1.2.1 Spotlight-1-a
    1.2.2 Spotlight-2-b
  1.3 Main (a single section view of all levels 1.3.x)
    1.3.1 Main-1 (page summary)
      1.3.1.1 Page or article 1 (full article)
        1.3.1.1.1 Header-small
        1.3.1.1.2 Page content
        1.3.1.1.3 Footer (same as Section 1.4)
    1.3.2 Main-2 (page summary)
      1.3.2.1 Page or article 2 (full article, same as 1.3.1.1)
    1.3.3 Main-3 (page summary)
      1.3.3.1 Page or article 3 (full article, same as 1.3.1.1)
    1.3.4 Main-4 (page summary)
      1.3.4.1 Page or article 4 (full article, same as 1.3.1.1)
    1.3.5 Main-5 (page summary)
      1.3.5.1 Page or article 5 (full article, same as 1.3.1.1)
    1.3.6 Main-6 (page summary)
      1.3.6.1 Page or article 6 (full article, same as 1.3.1.1)
    1.3.7 Main-7 (page summary)
      1.3.7.1 age or article 7 (full article, same as 1.3.1.1)
    1.3.8 Main-8 (page summary)
      1.3.8.1 Page or article 8 (full article, same as 1.3.1.1)
    1.3.9 Main-9 (page summary)
      1.3.9.1 Page or article 9 (full article, same as 1.3.1.1)
  1.4 Footer

Home, Header (call-to-action), and Footer

  1. Home is also known as Section 1 or User:Soli
  2. The Home page simply contains transclusions which “paste” page content into other pages, like so:

    <!-- -- -- OPTIONAL TOC -->
    __NOTOC__
    {{:User:Soli/header}}
    {{:User:Soli/spotlight}}
    {{:User:Soli/main}}
    {{:User:Soli/footer}}

    These transclusions are used throughout the structure of this wiki framework. By using FullPageTitle, GCwiki allows a user to include or transclude existing content.

    IMAGE
  3. Header is also known as Section 1.1 or User:Soli/header
  4. The Header page contains the following 3 parts. These parts are unlikely to change often:
    1. A transparent header image
    2. An H2 header
    3. A subtitle or caption
  5. If ever a change is required, edit User:Soli/header and look for the following comments:

    <!--
    Change HEADER IMAGE HERE!
    -->


    <!--
    EDIT H2 HEADER here!
    -->


    <!--
    EDIT HEADER CAPTION here!
    -->

  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:

Spotlight