Difference between revisions of "Template:LabContent"
From LongJump Support Wiki
imported>Aeric (Created page with "<noinclude> '''Usage:''' <tt><nowiki>{{subst:Lab Content}}</nowiki></tt> ''Learn more:'' Aeric:Style#Setting Up Labs Example: Do Something </noinclude> __[[Lab Title|Link t…") |
imported>Aeric |
||
Line 3: | Line 3: | ||
''Learn more:'' [[Aeric:Style#Setting Up Labs]] | ''Learn more:'' [[Aeric:Style#Setting Up Labs]] | ||
Example: | Example: Lab Title | ||
</noinclude> | </noinclude> | ||
<span style="color:red"><u>'''''In Progress...'''''</u></span> | |||
__[[Lab Title|Link to this Lab]]__ (The sequence of labs may change. Use this link to bookmark a lab.) | __[[Lab Title|Link to this Lab]]__ (The sequence of labs may change. Use this link to bookmark a lab.) | ||
<!-- Can't use {PAGENAME}}. That | <!-- ^--SET THIS. (Can't use {PAGENAME}}. That tests the page the material is transcluded into)--> | ||
;Goals: | |||
:* Do X | |||
:* Do Y | |||
;Prerequisites: | |||
:* ... | :* ... | ||
:* {{:Lab Number(Lab Title)}}: Lab Title -- The number and title of the Lab | :* {{:Lab Number(Lab Title)}}: Lab Title -- The number and title of the Lab | ||
==Background== | |||
:* Things to know about stuff used in the lab. | |||
:* What makes this lab worth doing. | |||
:* Links to more information. | |||
==Exercise== | |||
===Do X=== | |||
# Do foo | |||
::<syntaxhighlight lang="java" line="GESHI_NORMAL_LINE_NUMBERS"> | |||
class foo implements bar | |||
{ | |||
} | |||
</syntaxhighlight> | |||
===Do Y=== | |||
stuff... | |||
<br/> | |||
;Next | |||
: --Lab X.N: To Be Done-- |
Revision as of 19:39, 29 August 2011
Usage: {{subst:Lab Content}} Learn more: Aeric:Style#Setting Up Labs
Example: Lab Title
In Progress...
__Link to this Lab__ (The sequence of labs may change. Use this link to bookmark a lab.)
- Goals
-
- Do X
- Do Y
- Prerequisites
-
- ...
- Lab Number(Lab Title): Lab Title -- The number and title of the Lab
Background
- Things to know about stuff used in the lab.
- What makes this lab worth doing.
- Links to more information.
Exercise
Do X
- Do foo
class foo implements bar { }
Do Y
stuff...
- Next
- --Lab X.N: To Be Done--