Template:PluginInfo: Difference between revisions
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"|Name |- | class="ctEven"|{{{Name}}} |- ! class="ctOdd"|Phenomenon |- | class="ctEven"|{{{Phenomenon}}} |- ! class="ctOdd"|Release Date |- | class="ctEven"|{{{Date}}} |- ! class="ctOdd"|Authors |- | class="ctEven"|{{{Au...") |
No edit summary Tag: Manual revert |
||
(2 intermediate revisions 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:labrps.svg|32px|link=]] | | class="ctTitle" style="font-weight: bold; font-size: 125%;" | [[File:labrps.svg|32px|link=]] Plugin | ||
|- | |- | ||
! class="ctOdd"|Name | ! class="ctOdd"|Name |
Latest revision as of 03:50, 19 April 2024
Plugin |
Name |
---|
{{{Name}}} |
Phenomenon |
{{{Phenomenon}}} |
Release Date |
{{{Date}}} |
Authors |
{{{Author}}} |
Version |
{{{Version}}} |
RPS version |
{{{RPSVersion}}} |
Files |
None |
See also |
None |
Usage
This template is the main tool to document plugins. It should be inserted in documentation pages. See the sample on the right.
Plugin |
Name |
---|
{{{Name}}} |
Phenomenon |
Stochastic wind |
Release Date |
01/01/2023 |
Authors |
Nickname (Link to forum profile or other) |
Version |
1 |
RPS version |
0.001 |
Files |
Some_file.rar (Github link or other) |
See also |
Tool |
|Topic=SampleName |Phenomenon=Stochastic wind |Date=01/01/2023 |Author=Nickname (Link to forum profile or other) |Version = 1 |RPSVersion=0.001 |Files=Some_file.rar (Github link or other) |SeeAlso=[[GuiCommand_model|Tool]] }}
Parameters are specified with values after the equals sign: parameter=value
.
The required parameters are:
|Topic=SampleName |Phenomenon=Stochastic wind |Date=01/01/2023 |Author=Nickname (Link to forum profile or other) |Version = 1 |RPSVersion=0.001 }}
Other parameters may be omitted or their value left empty.
Required parameters
The following parameters are required.
- Name
- The name of the plugin, for example: windLab.
- Phenomenon
- The random phenomenon for which the plugin has been developed. Example: Stochastic Wind Velocity.
- Version
- The version of the plugin.
- RPSVersion
- The LabRPS version used in the development of this plugin. Preferably, this should be the current stable version for which the plugin has been successfuly tested.
Optional Parameters
The following parameters are optional. If they are not included in the template, they will default to Not provided or None.
- Files
- Optional link to plugin files. Use an appropriate repository (GitHub).
- See Also
- Optional links to other related commands, for example,
SeeAlso=[[Some Tool|Tool]]
.