Template:Rating: Difference between revisions
No edit summary |
(Added usage notes.) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Rating" template. It is used to communicate information about the following | This is the "Rating" template, it associated with the Form [[Form:Rating|Rating]]. It is used to communicate information about the following: | ||
# WCAG Compliance | # WCAG Compliance | ||
# Content quality | # Content quality | ||
# Changes that should be incorporated into the AI LLM chatbot | # Changes that should be incorporated into the AI LLM chatbot | ||
It should be called in the following format: | It should be called in the following format (multi-line): | ||
<pre style="margin-left:25px; width: | <pre style="margin-left:25px; width:500px;"> | ||
{{Rating | {{Rating | ||
|WCAG=<Compliant,Non-compliant> | |WCAG=<Compliant,Non-compliant> | ||
Line 18: | Line 18: | ||
}} | }} | ||
</pre> | </pre> | ||
or | or (single-line): | ||
<pre style="margin-left:25px | <pre style="margin-left:25px; "> | ||
{{Rating|WCAG=<Compliant,Non-compliant>|WCAG_Notes=<Text>|Content=<Standardized, Acceptable, In-Progress, Blank>|Content_Notes=<Text>|Date_Change=<YYYY-MM-DD>|Importance=<Critical, Important, Standard, Low>|Date_Ingest=<YYYY-MM-DD>|AI_Notes=}} | {{Rating|WCAG=<Compliant,Non-compliant>|WCAG_Notes=<Text>|Content=<Standardized, Acceptable, In-Progress, Blank>|Content_Notes=<Text>|Date_Change=<YYYY-MM-DD>|Importance=<Critical, Important, Standard, Low>|Date_Ingest=<YYYY-MM-DD>|AI_Notes=}} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
{{#cargo_declare:_table= | {{#cargo_declare:_table=Ratings | ||
|WCAG=String | |WCAG=String | ||
|WCAG_Notes=String | |WCAG_Notes=String | ||
Line 33: | Line 33: | ||
|AI_Notes=String | |AI_Notes=String | ||
}} | }} | ||
</noinclude><includeonly>{{#cargo_store:_table= | [[Category:Template]] | ||
</noinclude><includeonly>{{#cargo_store:_table=Ratings}}{{#ifeq:{{{WCAG|}}}|Compliant|{{#ifingroup:editor|<div style="position:absolute; top:-100px; right:200px;">[[File:WCAG approval icon.png|50px|link=FamilySearch Wiki:Manual of Style - WCAG Requirements]]</div>}} }}[[Category:Ratings]]</includeonly> | |||
Latest revision as of 13:08, 23 July 2025
This is the "Rating" template, it associated with the Form Rating. It is used to communicate information about the following:
- WCAG Compliance
- Content quality
- Changes that should be incorporated into the AI LLM chatbot
It should be called in the following format (multi-line):
{{Rating |WCAG=<Compliant,Non-compliant> |WCAG_Notes=<Text> |Content=<Standardized, Acceptable, In-Progress, Blank> |Content_Notes=<Text> |Date_Change=<YYYY-MM-DD> |Importance=<Critical, Important, Standard, Low> |Date_Ingest=<YYYY-MM-DD> |AI_Notes= }}
or (single-line):
{{Rating|WCAG=<Compliant,Non-compliant>|WCAG_Notes=<Text>|Content=<Standardized, Acceptable, In-Progress, Blank>|Content_Notes=<Text>|Date_Change=<YYYY-MM-DD>|Importance=<Critical, Important, Standard, Low>|Date_Ingest=<YYYY-MM-DD>|AI_Notes=}}
Edit the page to see the template text. This template defines the table "Ratings". View table.