|
|
Line 27: |
Line 27: |
| **'''Identify columns and rows.''' Additional code must be added to a table to identify to the screen reader column headings and row headings. | | **'''Identify columns and rows.''' Additional code must be added to a table to identify to the screen reader column headings and row headings. |
| ***Example: Below is a sample of a table with the correct wikitext code for column and row headings: | | ***Example: Below is a sample of a table with the correct wikitext code for column and row headings: |
| <nowiki>{| class="wikitable"</nowiki><br> | | <nowiki>{| class="wikitable"</nowiki> |
| <nowiki>|+ Main Characters of Star Trek: The Original Series</nowiki><br> | | <nowiki>|+ Main Characters of Star Trek: The Original Series</nowiki> |
| <nowiki>|-</nowiki><br> | | <nowiki>|-</nowiki> |
| <nowiki>! scope="col" | Rating</nowiki><br> | | <nowiki>! scope="col" | Rating</nowiki> |
| <nowiki>! scope="col" | Rank</nowiki><br> | | <nowiki>! scope="col" | Rank</nowiki> |
| <nowiki>! scope="col" | Name</nowiki><br> | | <nowiki>! scope="col" | Name</nowiki> |
| <nowiki>! scope="col" | Actor</nowiki><br> | | <nowiki>! scope="col" | Actor</nowiki> |
| <nowiki>|-</nowiki><br> | | <nowiki>|-</nowiki> |
| <nowiki>! scope="row" | Captain</nowiki><br> | | <nowiki>! scope="row" | Captain</nowiki> |
| <nowiki>| Captain || Kirk, James T || William Shatner</nowiki><br> | | <nowiki>| Captain || Kirk, James T || William Shatner</nowiki> |
| <nowiki>|-</nowiki><br> | | <nowiki>|-</nowiki> |
| <nowiki>! scope="row" | First Officer</nowiki><br> | | <nowiki>! scope="row" | First Officer</nowiki> |
| <nowiki>| Commander || Spock || Leonard Nimoy</nowiki><br> | | <nowiki>| Commander || Spock || Leonard Nimoy</nowiki> |
| <nowiki>|-</nowiki><br> | | <nowiki>|-</nowiki> |
| <nowiki>! scope="row" | Chief Medical Officer </nowiki><br> | | <nowiki>! scope="row" | Chief Medical Officer </nowiki> |
| <nowiki>| Lt Commander || Leonard McCoy || DeForest Kelley</nowiki><br> | | <nowiki>| Lt Commander || Leonard McCoy || DeForest Kelley</nowiki> |
| <nowiki>|-</nowiki><br> | | <nowiki>|-</nowiki> |
| <nowiki>! scope="row" | Chief Engineer</nowiki><br> | | <nowiki>! scope="row" | Chief Engineer</nowiki> |
| <nowiki>| Lt Commander || Montgomery Scott || James Doohan</nowiki><br> | | <nowiki>| Lt Commander || Montgomery Scott || James Doohan</nowiki> |
| <nowiki>|}</nowiki><br> | | <nowiki>|}</nowiki><br> |
| *'''Use of indention on a Wiki page.''' Wiki pages can no longer with a colon to indent (i.e., <nowiki>:*</nowiki> or <nowiki>::</nowiki> 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]]. | | *'''Use of indention on a Wiki page.''' Wiki pages can no longer with a colon to indent (i.e., <nowiki>:*</nowiki> or <nowiki>::</nowiki> 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: <nowiki>**</nowiki> used to indent an asterisk. We can no longer use <nowiki>:* </nowiki> or <nowiki>::* </nowiki> | | **Example: <nowiki>**</nowiki> used to indent an asterisk. We can no longer use <nowiki>:* </nowiki> or <nowiki>::* </nowiki> |
| **Example: Proper use of template to indent text:<nowiki>{{Block indent|Clerk of the Senate}}</nowiki> | | **Example: Proper use of template to indent text:<nowiki>{{Block indent|Clerk of the Senate}}</nowiki> |
| *'''Click here or Link.''' All links in the Wiki must identify where the link is going. Do not use "click here" or "Link" as the label of a link. | | *'''"Click here" or "Link".''' All links in the Wiki must identify where the link is going. Do not use "click here" or "Link" as the label of a link. |
| *'''Navigation boxes.''' Although used heavily in the beginning of the Wiki, navigation boxes present difficultly in providing enough space between links to allow ease in clicking on the link. They do not pass WCAG guidelines. Thus, all navigation boxes will be removed from Wiki pages. | | *'''Navigation boxes.''' Although used heavily in the beginning of the Wiki, navigation boxes present difficultly in providing enough space between links to allow ease in clicking on the link. They do not pass WCAG guidelines. Thus, all navigation boxes will be removed from Wiki pages. |
| *'''Broken links.''' Before a Wiki page is republished with the necessary changes, all external links must be checked and fixed to see if they still go to the intended webpage. | | *'''Broken links.''' Before a Wiki page is republished with the necessary changes, all external links must be checked and fixed to see if they still go to the intended webpage. |
| | | *'''Alt Text.''' All images are to include alt text within the link of the image describing what the image. |
| | | **Example: <nowiki>[[Image:Akershus-Norway.jpg|thumb|200px|alt=Akershus locator map]]</nowiki> |
| [[Category:Wiki Administration]] | | [[Category:Wiki Administration]] |