Accessify Wiki
Advertisement

Accessibility and usability fixes for sites on the Wikia wiki farm. Wikia.com is built on MediaWiki, with custom themes and advertising. Note the 'setTimeout' requirement below. Note, tests based partly on WAM scores, see http://www.wikia.com/WAM


_CONFIG_:
    name: {{PAGENAME}}
    # description: >
    include:
        - http://*.wikia.com/*
    test_urls:
        - http://community.wikia.com/wiki/Community_Central  # 85 k pages.
        - http://community.wikia.com/wiki/Help:Extensions
        - http://community.wikia.com/wiki/Blog:Wikia_Staff_Blog
        - http://community.wikia.com/wiki/c:bookclub:Portal:Book_Club
        - http://dev.wikia.com/
        - http://www.wikia.com/About_Us
        - http://www.wikia.com/Special:CreateNewWiki
        - http://api.wikia.com/wiki/Wikia_API_Wiki
        - http://www.wikia.com/Lifestyle
        - http://lego.wikia.com/wiki/LEGO_Wiki         # 25 k pages (brickipedia)
        - http://uncyclopedia.wikia.com/
        - http://logos.wikia.com/
        - http://answers.wikia.com/wiki/Wikianswers    # 79 k pages.
        - http://althistory.wikia.com/
        - http://youtube.wikia.com/
        - http://gardening.wikia.com/wiki/Gardening_Wiki
        - http://recipes.wikia.com/wiki/Recipes_Wiki
        - http://tea.wikia.com/wiki/WikiTea
        - http://coffee.wikia.com/wiki/Main_Page       # 291 pages.
        - http://literature.wikia.com/wiki/Literawiki  # 1140 pages.
        - http://literatura.wikia.com/wiki/Portada     # 2074 pages (es).
        - http://home.wikia.com/wiki/Home_Wiki         # 750 pages
        - http://bakerstreet.wikia.com/wiki/Main_Page  # 676 pages.
        - http://bookclub.wikia.com/wiki/Book_Club_Wiki # 69 pages.
        - http://cbbc.wikia.com/wiki/CBBC_Wikia
        - http://yugioh.wikia.com/
        - http://marvel.wikia.com/
        - http://cardfight.wikia.com/
        - http://starwars.wikia.com/
        - http://runescape.wikia.com/
        - http://fr.wikia.com/Wikia
        - http://fr.simsfanon.wikia.com/wiki/Les_Sims_Fanon_Wiki
        - http://es.wikia.com/Wikia
        - http://de.wikia.com/WAM
        - http://accessibility.wikia.com/wiki/Accessibility_Wiki
        - http://accessibility.wikia.com/wiki/User:CocoaZen
        - http://accessify.wikia.com/wiki/Accessify_Wiki
    source_url:
        - http://accessify.wikia.com/wiki/MediaWiki:Common.js
    default_locale: en-GB
    global_rank: 142   #US: 97.


# Start fixes..

"#WikiaFooter":
    _note: .SPOTLIGHT_FOOTER
    role: complementary
    aria-label: Around Wikia's network

.SPOTLIGHT_FOOTER a:
    _note: setTimeout(.., 6000) - ?
    title: Spotlight on a different wiki

.wikia-ad, iframe:
    role: complementary
    title: Probably an advert (iframe)
    aria-label: Probably an advert

.page-width-container > nav:
    role: navigation
    aria-label: Wikia dot com main menu

nav.WikiNav:
    role: navigation
    aria-labelledby: nav.WikiNav h1 

.CorporateFooter:
    role: contentinfo
    aria-label: Corporate footer

"#WikiaRecentActivity":
    role: complementary
    aria-labelled-by: #WikiaRecentActivity h1

"#LatestPhotosModule":
    role: complementary
    aria-labelledby: #LatestPhotosModule h1

"#WikiaArticle, #EditPageMain":
    role: main

"#WikiaArticle #toc":
    role: navigation
    aria-labelledby: #toc #toctitle h2


"#WikiaSearch":
    role: search
"#WikiaSearch input[name = search]":
    title: Search this wiki
"#WikiaSearch button":
    title: Search


.wikia-bar:
    role: toolbar
    aria-label: Wikia tool bar
.wikia-bar a[href = '#']:
    role: button
.wikia-bar > a.arrow:
    aria-label: Collapse/ expand toolbar


#End.
Advertisement