Template:Rating: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
# 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 (multi-line):
It should be called in the following format:
<pre style="margin-left:25px; width:500px;">
<pre style="margin-left:25px; width:350px;">
{{Rating
{{Rating
|WCAG=<Compliant,Non-compliant>
|WCAG=<Compliant,Non-compliant>
Line 18: Line 18:
}}
}}
</pre>
</pre>
or (single-line):
or
<pre style="margin-left:25px; ">
<pre style="margin-left:25px; width:900px;">
{{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=Ratings
{{#cargo_declare:_table=Rating
|WCAG=String
|WCAG=String
|WCAG_Notes=String
|WCAG_Notes=String
Line 33: Line 33:
|AI_Notes=String
|AI_Notes=String
}}
}}
[[Category:Template]]
</noinclude><includeonly>{{#cargo_store:_table=Rating}}{{#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>}} }}</includeonly>
</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>
 
 
<noinclude>[[Category:Template]][[Category:Rating]]</noinclude>

Revision as of 19:27, 3 July 2025

This is the "Rating" template. It is used to communicate information about the following

  1. WCAG Compliance
  2. Content quality
  3. Changes that should be incorporated into the AI LLM chatbot

It should be called in the following format:

{{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

{{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 "Rating". This table has not been created yet.