Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
RHLUG Wiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:CourseRank
Template
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
__NOEDITSECTION__ <div style="border-left: 10px solid {{RankColor|{{{rank|}}}}}; background: #8883;"> <div style="background: #aaa4; font-weight: bold; padding-left: 0.5em;"> {{RankName|{{{rank|}}}}} </div> <dl style="padding-left: 0.5em;"> <dt> ==== {{{course|Course}}} ==== <dd> {{{desc|}}}{{{1|}}} </dl> </div> <noinclude> __TOC__ == Usage == Most of the time you should use a more specific decedent of the box template such as [[Template:guide:note|guide:note]] or [[Template:guide:file|guide:file]]. <pre>{{CourseRank | course = Course Name | rank = {1,2,3} | [desc =] Description }}</pre> == Examples == {{CourseRank | course = CSSE332 - Operating Systems | rank = 3 | desc = Software: gcc, gdb, vim/emacs, svn }} {{CourseRank | course = CSSE123 - Foo Bar | rank = 2 | desc = Software: acme, limbo }} {{CourseRank | course = ECE380 - Discrete Time and Continuous Systems | rank = 1 | desc = Software: PSpice }} == TemplateData == <templatedata> { "description": "Displays a course with rank-based styling.", "params": { "course": { "label": "Course", "description": "The name of the course", "type": "string", "required": true }, "rank": { "label": "Rank", "description": "The rank of the course (1, 2, 3, 4, 5)", "type": "number", "required": true, "suggestedvalues": ["1", "2", "3", "4", "5"] }, "desc": { "label": "Description", "description": "Short description of the course or software used", "type": "string", "required": false } } } </templatedata> </noinclude>
Summary:
Please note that all contributions to RHLUG Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RHLUG Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:CourseRank
(
edit
)
Template:RankColor
(
edit
)
Template:RankName
(
edit
)