|
|
(5 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: | | It should be called in the following format (multi-line): |
| <pre style="margin-left:25px; width:350px;"> | | <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; width:900px;"> | | <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=Rating | | {{#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=Rating}}{{#ifeq:{{{WCAG|}}}|Compliant|{{#ifingroup:editor|<div style="float:right; transform: translate(-205px, -150px);">[[File:WCAG approval icon.png|50px|link=FamilySearch Wiki:Manual of Style - WCAG Requirements]]</div>}} }}</includeonly> | | [[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> |
| | |
| <noinclude>[[Category:Template]]</noinclude>
| |