Difference between revisions of "Template:1010Topic"

From CompSciWiki
Jump to: navigation, search
m
(...By Students)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>[[COMP1010|Main_Page]] >  {{{Chapter_TOC|Back to Chapter Topics}}}
+
<includeonly>[[COMP1010|COMP 1010 Home]] >  {{{Chapter_TOC|Back to Chapter Topics}}}
 
__NOTOC__
 
__NOTOC__
 
{{ #if: {{{Introduction|}}} |
 
{{ #if: {{{Introduction|}}} |
 
{{{!}}style="width: 100%; font-weight: normal" cellpadding="5" cellspacing="0"
 
{{{!}}style="width: 100%; font-weight: normal" cellpadding="5" cellspacing="0"
 
{{!}}-  
 
{{!}}-  
!width: {{ #if: {{{IntroImage|}}} | 70% | 100% }}; style="font-weight: normal; padding: 15px; background: #E1E7EE; border-left: 1px solid grey; border-top: 1px solid grey; border-bottom: 1px solid grey" align="left" valign="top"{{!}}
+
!width: {{ #if: {{{IntroImage|}}} | 70% | 100% }}; style="font-weight: normal; padding: 15px; background: #E1E7EE; border-left: 1px solid grey; border-top: 1px solid grey; border-bottom: 1px solid grey;{{ #if: {{{IntroImage|}}} | &nbsp; | border-right: 1px solid grey;}}" align="left" valign="top"{{!}}
 +
 
 +
 
 
=Introduction=
 
=Introduction=
 
{{{Introduction|Introduction goes here.}}}
 
{{{Introduction|Introduction goes here.}}}
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
{{ #if: {{{IntroImage|}}} | !align="left" width="5%" style="background:#E1E7EE; border-top: 1px solid grey; border-bottom: 1px solid grey"{{!}}&nbsp;
+
{{ #if: {{{ByStudents|}}} | !align="left" width="30%" style="background:#E1E7EE; border-top: 1px solid grey;border-right: 1px solid grey; border-bottom: 1px solid grey;border-left: none"{{!}}
!align="left" width="25%" style="background:#C4D0DD; font-weight: normal; border: 1px solid grey;" valign="top"{{!}} | &nbsp; }}
+
 
{{ #if: {{{IntroImage|}}} | [[Image:{{{IntroImage}}}]] | &nbsp; }}
+
=...By Students=
 +
<em>{{{ByStudents}}}</em>
 +
| {{ #if: {{{IntroImage|}}} | !align="left" width="5%" style="background:#E1E7EE; border-top: 1px solid grey; border-bottom: 1px solid grey"{{!}}&nbsp;
 +
!align="left" style="width: 200px; background:#C4D0DD; font-weight: normal; border: 1px solid grey;" valign="top"{{!}} | &nbsp; }}
 +
{{ #if: {{{IntroImage|}}} | [[Image:{{{IntroImage}}}|200px]] | &nbsp; }} }}
 
{{!}}}
 
{{!}}}
 
}}
 
}}
Line 17: Line 23:
 
|-
 
|-
 
|{{ #if: {{{Previous|}}} | '''Previous Page: '''{{{Previous|}}} | }}
 
|{{ #if: {{{Previous|}}} | '''Previous Page: '''{{{Previous|}}} | }}
|align=right|{{ #if: {{{Next|}}} | '''Previous Page: '''{{{Next|}}} | }}
+
|align=right|{{ #if: {{{Next|}}} | '''Next Page: '''{{{Next|}}} | }}
 
|}
 
|}
 
</includeonly>
 
</includeonly>
Line 40: Line 46:
 
}}
 
}}
 
</pre>
 
</pre>
 +
* Introduction: Standard text. Your introductory paragraph goes here.
 +
* IntroImage: If you so choose, an introductory image goes here. Just supply the file name, NOT the Image tag itself.
 +
* Chapter_TOC: The parent chapter to link to. Provide the FULL LINK, NOT just the name.
 +
* Previous: The previous topic in the chapter. Provide the FULL LINK, NOT just the name.
 +
* Next: The next topic in the chapter. Provide the FULL LINK, NOT just the name.
 +
* Body: The body content of the page.
  
 
== Sample Output ==
 
== Sample Output ==
Line 52: Line 64:
  
 
|Introduction=My introductory paragraph goes here
 
|Introduction=My introductory paragraph goes here
|IntroImage=Dice.JPG
+
|ByStudents=Dice.JPG
 
|Chapter_TOC=[[What is Programming?]]
 
|Chapter_TOC=[[What is Programming?]]
 
|Previous=[[What is Programming?]]
 
|Previous=[[What is Programming?]]
|Next=
+
|Next=[[What is Programming?]]
 
|Body=This is my body content. All of your content is added here.  
 
|Body=This is my body content. All of your content is added here.  
  

Latest revision as of 11:39, 6 December 2011


This template is used for each COMP 1010 topic page. Instructions and example usage are below.

Original design by User:WikiSysop. Modified and updated by User:BrianT.


Example Code Usage

{{Template:1010Topic

|Introduction=My introductory paragraph goes here
|IntroImage=Image if so desired
|Chapter_TOC=[[What is Programming?]]
|Previous=[[What is Programming?]]
|Next=[[Anatomy of a Program]]
|Body=

}}
  • Introduction: Standard text. Your introductory paragraph goes here.
  • IntroImage: If you so choose, an introductory image goes here. Just supply the file name, NOT the Image tag itself.
  • Chapter_TOC: The parent chapter to link to. Provide the FULL LINK, NOT just the name.
  • Previous: The previous topic in the chapter. Provide the FULL LINK, NOT just the name.
  • Next: The next topic in the chapter. Provide the FULL LINK, NOT just the name.
  • Body: The body content of the page.

Sample Output

Please note that the layout gets a bit skewed while displaying the template in itself; if you don't have horribly oversized images, everything will look fine when used in production.

Everything below this line is the sample output



COMP 1010 Home > What is Programming?


Introduction

My introductory paragraph goes here

...By Students

Dice.JPG

This is my body content. All of your content is added here.

Previous Page: What is Programming? Next Page: What is Programming?