Template:TutorialInfo: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "{|class="fcinfobox wikitable ct" height=100% style="width: 230px; float: right; margin-left: 1em" | | class="ctTitle" style="font-weight: bold; font-size: 125%;" | 32px|link= Tutorial |- ! class="ctOdd"|Topic |- | class="ctEven"|{{{Topic}}} |- ! class="ctOdd"|Level |- | class="ctEven"|{{{Level}}} |- ! class="ctOdd"|Time to complete |- | class="ctEven"|{{{Time|''Not provided''}}} |- ! class="ctOdd"|Authors |- | class=...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{|class="fcinfobox wikitable ct" height=100% style="width: 230px; float: right; margin-left: 1em" |
{|class="fcinfobox wikitable ct" height=100% style="width: 230px; float: right; margin-left: 1em" |
   | class="ctTitle" style="font-weight: bold; font-size: 125%;" | [[File:Freecad.svg|32px|link=]] Tutorial
   | class="ctTitle" style="font-weight: bold; font-size: 125%;" | [[File:labrps.svg|32px|link=]] Tutorial
   |-
   |-
   ! class="ctOdd"|Topic
   ! class="ctOdd"|Topic
Line 32: Line 32:
   | class="ctToc"|<br>__TOC__
   | class="ctToc"|<br>__TOC__
|}
|}
[[Category:Tutorials{{#translation:}}]]<noinclude><!-- Note to editors: Do Not Remove This Tag. -->
[[Category:Tutorials]]<noinclude><!-- Note to editors: Do Not Remove This Tag. -->


==Usage==
==Usage==

Latest revision as of 06:08, 7 August 2022

Labrps.svg Tutorial
Topic
{{{Topic}}}
Level
{{{Level}}}
Time to complete
Not provided
Authors
Not provided
LabRPS version
{{{RPSVersion}}}
Example files
None
See also
None

Usage

This template is the main tool to document tutorials. It should be inserted in documentation pages. See the sample on the right.

Labrps.svg Tutorial
Topic
SampleTopic
Level
Beginner
Time to complete
Two hours
Authors
Nickname (Link to forum profile or other)
LabRPS version
0.001
Example files
Some_file.rps (Github link or other)
See also
Tool

{{TutorialInfo
|Topic=SampleTopic
|Level=Beginner
|Time=Two hours
|Author=Nickname (Link to forum profile or other)
|RPSVersion=0.001
|Files=Some_file.rps (Github link or other)
}}

Parameters are specified with values after the equals sign: parameter=value.

The required parameters are:

{{TutorialInfo
|Topic=SampleTopic
|Level=Beginner
|RPSVersion=0.001
}}

Other parameters may be omitted or their value left empty.

Required parameters

The following parameters are required.

Topic
The subcategory of this tutorial, for example: Implementation of Kaimal Spectrum Model.
Level
Experience level required to complete this tutorial: Beginner, Intermediate or Advanced.
RPSVersion
The LabRPS version used in the creation of this tutorial. Preferably, this should be the current stable version at the moment of writing.

Optional Parameters

The following parameters are optional. If they are not included in the template, they will default to Not provided or None.

Time
The approximate time required to complete the tutorial.
Author
The author of the tutorial. A link to the author's wiki or forum profile page will allow visitors to get in touch with questions or comments.
Files
Optional link to example files. Use an appropriate repository (GitHub).
See Also
Optional links to other related commands, for example, SeeAlso=[[Some Tool|Tool]].