FamilySearch Wiki:WCAG Required Changes to Wikitext Code
Changes to Wiki Pages
As a result of the European Union requirment to implement changes to all website to improve accessibility, the Research Wiki has gone under massive changes to comply and provide a better experience to those that use accessibility readers.
Contributing to the Wiki
Certain wikitext coding used for articles in the past can no longer be used. Some of these changes include:
- Headings. Wiki pages now require a heading 2 before any free text on a Wiki page. (breadcrumbs and SEO paragraphs do not count).
Example: Replace all Heading 3s found as the first heading on a Wiki page.
- Use language template. To signify to a screen reader that the word it is reading is in a different language, a template must be added around each foreign language word.
Example: We do not have a template in the Wiki to support this endeavor. For now it is on hold.
- <ul> lists. There is incorrect wikitext code on Wiki pages incorrectly using the <ul> class.
- Update Tables. All tables must be updated to the correct wikitext coding to display the content. These changes include:
- Identify columns and rows. Additional code must be added to a table to identify to the reader column headings and row headings.
Example: Below is a sample of a table with the correct wikitext code for column and row headings:
{| class="wikitable"
|+ Main Characters of Star Trek: The Original Series
|-
! scope="col" | Rating
! scope="col" | Rank
! scope="col" | Name
! scope="col" | Actor
|-
! scope="row" | Captain
| Captain || Kirk, James T || William Shatner
|-
! scope="row" | First Officer
| Commander || Spock || Leonard Nimoy
|-
! scope="row" | Chief Medical Officer
| Lt Commander || Leonard McCoy || DeForest Kelley
|-
! scope="row" | Chief Engineer
| Lt Commander || Montgomery Scott || James Doohan
|}
- Use of color on a table to indicate information. Because of the limitations of a screen reader, color cannot be distinguished to the user. Thus, there is no communication of what the color represents.
Example: England Church Records table
- Use of indention on a Wiki page. Wiki pages can no longer with a colon to indent on a Wiki page. This also includes indenting a bullet. The use of a indent template is required. For more information go to: Template:Block indent.
Example: ** used to indent an asterisk.
Example: Proper use of template to indent text:{{Block indent|Clerk of the Senate}}