|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{breadcrumb | | {{breadcrumb |
| | link1=[[FamilySearch Wiki:Manual of Style|Wiki Manual of Style]] | | | link1=[[FamilySearch Wiki:Manual of Style|Wiki Manual of Style]] |
| | link2= | | | link2=[[FamilySearch Wiki:WCAG Required Changes to Wikitext Code|WCAG Required Changes to Wikitext Code]] |
| | link3= | | | link3= |
| | link4= | | | link4= |
Line 11: |
Line 11: |
| *The [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Accessibility/Data_tables_tutorial Wikipedia Manual of Style] that describes accessibility best practices was used to clarify what is allowed and not allowed when creating tables on the Research Wiki. | | *The [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Accessibility/Data_tables_tutorial Wikipedia Manual of Style] that describes accessibility best practices was used to clarify what is allowed and not allowed when creating tables on the Research Wiki. |
| *See [[FamilySearch Wiki:Manual of Style-Table Examples|Manual of Style-Table Examples]] for examples of approved tables with wikitext. | | *See [[FamilySearch Wiki:Manual of Style-Table Examples|Manual of Style-Table Examples]] for examples of approved tables with wikitext. |
| | |
| | ==Checklist== |
| | *Defined as Wikitable |
| | *Scope defined |
| | *Row defined |
| | *Remove color |
|
| |
|
| ==Color== | | ==Color== |
| *To solve contrast color of a table and the black and blue text, use [https://www.w3schools.com/colors/colors_picker.asp Color picker] at W3schools | | *To solve contrast color of a table and the black and blue text, use [https://www.w3schools.com/colors/colors_picker.asp Color picker] at W3schools |
| *Typically, the color must be at least 90% | | *Typically, the color must be at least 90% |
| *Known colors that pass [https://www.w3.org/TR/WCAG21/ WCAG 2.1 AA guidelines] | | *Known colors that pass [https://www.w3.org/TR/WCAG21/ WCAG 2.1 AA guidelines] can be found below and on [[FamilySearch Wiki:WCAG Acceptable Table Colors|WCAG Acceptable Table Colors]] Wiki page. |
| **Blue: cff2fc | | **Light pink: #FEE8E8 |
| | **Light lavender: #FCE6FE |
| | **Light violet: #F3ECFE |
| | **Light Cyan: #DBFBFD |
| | **Light blue: #E6F0FE |
| | **Light magenta: #F1EBF1 |
| | **Light peach: #FCECCC |
| | **Light green: #E2FCE0 |
|
| |
|
| == Creating New Tables == | | == Creating New Tables == |