This module returns a page's assessment (class rating), by parsing the first pageAssessments property of the mw.title object for a given page name.
| This module is rated as alpha. It is ready for limited use and third-party feedback. It may be used on a small number of pages, but should be monitored closely. Suggestions for new features or adjustments to input and output are welcome. |
This module returns a page's assessment (class rating), by parsing the first pageAssessments property of the mw.title object for a given page name.
If the API does not return a pageAssessments table, it tries
Returns the class as text.
{{#invoke:Page assessment|main|page name}}
{{#invoke:Page assessment|main|Wikipedia}} → B{{#invoke:Page assessment|main|Wiktionary}} → C{{#invoke:Page assessment|main|Wikt}} → RedirectReturns the class as an icon.
{{#invoke:Page assessment|icon|page name}}
{{#invoke:Page assessment|icon|Wikipedia}} → {{#invoke:Page assessment|icon|Wiktionary}} → {{#invoke:Page assessment|icon|Wikt}} → Returns the class as an icon and a link to the page.
{{#invoke:Page assessment|iconLink|page name}}
{{#invoke:Page assessment|iconLink|Wikipedia}} → {{#invoke:Page assessment|iconLink|Wiktionary}} → {{#invoke:Page assessment|iconLink|Wikt}} → The output can be passed into other templates or modules, for example to generate table cells:
{|class=wikitable
! Class !! Article
|-
{{class|{{#invoke:Page assessment|main|Wiktionary}}}}<td>[[Wiktionary]]</td>
|}
| Class | Article |
|---|---|
| C | Wiktionary |
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.