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