Template:Module rating: Difference between revisions
en>The Anome m (Reverted edits by Dawn PScLim (talk) to last version by Alexis Jazz) |
(Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. == Usage == Basic usage: {{pre|{{tlx|module rating|''rating''}}}} Without categories: {{pre|{{tlx|module rating|''rating''|3...") |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> | |||
This template is used to rate [[WP:LUA|Lua modules]] by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. | |||
== Usage == | |||
Basic usage: | |||
{{pre|{{tlx|module rating|''rating''}}}} | |||
Without categories: | |||
{{pre|{{tlx|module rating|''rating''|3=nocat=true}}}} | |||
If {{tlx|Module rating}} is used outside the Module namespace, an error message is displayed instead and will be categorized under [[:Category:Pages with templates in the wrong namespace]]. | |||
If the documentation subpage is also protected: | |||
{{pre|{{tlx|module rating|''rating''|3=reason for documentation protection|4=action for documentation protection}}}} | |||
The second and third unnamed arguments correspond to reason and action of {{tl|Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. | |||
== Ratings == | |||
The rating should be placed in the first positional parameter. There are six different ratings: '''pre-alpha''', '''alpha''', '''beta''', '''release''', and '''protected''', and '''semiprotected'''. There are also short alias codes for each of the ratings. | |||
{| class="wikitable" | |||
!scope="col"| Rating | |||
!scope="col"| Aliases | |||
!scope="col"| Result | |||
|- | |||
!scope="row"| <code>pre-alpha</code> | |||
| <code>prealpha</code><br/><code>pa</code> | |||
| {{module rating|pre-alpha|nocat=true|demospace=Module}} | |||
|- | |||
!scope="row"| <code>alpha</code> | |||
| <code>a</code> | |||
| {{module rating|alpha|nocat=true|demospace=module}} | |||
|- | |||
!scope="row"| <code>beta</code> | |||
{{ | | <code>b</code> | ||
| {{module rating|beta|nocat=true|demospace=module}} | |||
<!-- Categories go | |- | ||
</ | !scope="row"| <code>release</code> | ||
| <code>r</code><br/><code>general</code><br/><code>g</code> | |||
| {{module rating|release|nocat=true|demospace=module}} | |||
|- | |||
!scope="row"| <code>protected</code> | |||
| <code>protect</code><br/><code>p</code> | |||
| {{module rating|protected|nocat=true|demospace=module}} | |||
|- | |||
!scope="row"| <code>semiprotected</code> | |||
| <code>semiprotect</code><br/><code>semi</code> | |||
| {{module rating|semi|nocat=true|demospace=module}} | |||
|- | |||
!scope="row"| ''Anything else or if missing'' | |||
| | |||
| {{module rating|prdaskidkated|nocat=true|demospace=module}} | |||
|} | |||
== TemplateData == | |||
{{Format TemplateData|<templatedata> | |||
{ | |||
"description": "This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category.", | |||
"format": "inline", | |||
"params": { | |||
"1": { | |||
"label": "Rating", | |||
"description": "One of 'pre-alpha', 'alpha', 'beta', 'release', 'protected' or 'semiprotected', or an approved (see full docs) abbreviation for one of these. As quality ratings, 'protected' and 'semiprotected' can be considered equivalent to 'release', with editing restrictions.", | |||
"suggestedvalues": [ | |||
"pre-alpha", | |||
"alpha", | |||
"beta", | |||
"release", | |||
"protected", | |||
"semiprotected" | |||
], | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"nocat": { | |||
"label": "Do not categorize", | |||
"description": "Set to true to disable categorization by rating. Normally leave blank.", | |||
"autovalue": "true", | |||
"type": "boolean" | |||
}, | |||
"demospace": { | |||
"label": "Fake namespace", | |||
"description": "Set to module to force template to display outside that namespace. Demonstration purposes only.", | |||
"example": "module", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata>}} | |||
== Categories == | |||
The template will put modules in one of the following categories, according to the rating specified: | |||
* [[:Category:Modules in pre-alpha development]] | |||
* [[:Category:Modules in alpha]] | |||
* [[:Category:Modules in beta]] | |||
* [[:Category:Modules for general use]] | |||
* [[:Category:Modules subject to page protection]] | |||
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code {{para|nocat|true}}. | |||
== See also == | |||
* {{tl|module-rating categories}} | |||
* [[Wikipedia:Lua]] | |||
* [[Wikipedia:Lua requests]] | |||
* {{tl|Lua}} | |||
* {{tl|Template rating}} | |||
<includeonly>{{sandbox other|| | |||
<!-- Categories go here, and interwikis go in Wikidata --> | |||
[[Category:Template documentation]] | |||
}}</includeonly> |
Revision as of 19:07, 19 June 2023
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category.
Usage
Basic usage:
{{module rating|rating}}
Without categories:
{{module rating|rating|nocat=true}}
If {{Module rating}}
is used outside the Module namespace, an error message is displayed instead and will be categorized under Category:Pages with templates in the wrong namespace.
If the documentation subpage is also protected:
{{module rating|rating|reason for documentation protection|action for documentation protection}}
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present.
Ratings
The rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
Rating | Aliases | Result | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pre-alpha
|
prealpha pa
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
alpha
|
a
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
beta
|
b
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
release
|
r general g
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
protected
|
protect p
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
semiprotected
|
semiprotect semi
|
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also | ||||||||||||||||||||||||
Anything else or if missing |
This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. UsageBasic usage:
Without categories:
If If the documentation subpage is also protected:
The second and third unnamed arguments correspond to reason and action of {{Pp}} which gets included on the documentation subpage if at least the second unnamed argument is present. RatingsThe rating should be placed in the first positional parameter. There are six different ratings: pre-alpha, alpha, beta, release, and protected, and semiprotected. There are also short alias codes for each of the ratings.
TemplateDataThis is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
Script error: No such module "Format TemplateData".
TemplateData for Module rating CategoriesThe template will put modules in one of the following categories, according to the rating specified:
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code See also |
TemplateData
TemplateData for Module rating
Script error: No such module "Format TemplateData".
Categories
The template will put modules in one of the following categories, according to the rating specified:
- Category:Modules in pre-alpha development
- Category:Modules in alpha
- Category:Modules in beta
- Category:Modules for general use
- Category:Modules subject to page protection
These categories are suppressed on pages ending with /doc. To suppress categories on all pages, you can use the code |nocat=true
.
See also