Difference between revisions of "Project:Extension tests"
WikiWorks753 (talk | contribs) m (1 revision imported) |
WikiWorks753 (talk | contribs) |
||
Line 89: | Line 89: | ||
This should load a tabbed WikiEditor: | This should load a tabbed WikiEditor: | ||
[{{fullurl:Main Page|action=edit}} edit] | [{{fullurl:Main Page|action=edit}} edit] | ||
+ | |||
+ | == WikiSEO == | ||
+ | {{#seo: | ||
+ | |title=Your page title | ||
+ | |titlemode=append | ||
+ | |keywords=these,are,your,keywords | ||
+ | |description=Your meta description | ||
+ | }} | ||
+ | The page source should contain: | ||
+ | <nowiki><title></nowiki>{{FULLPAGENAME}} - Your page title<nowiki></title></nowiki> | ||
+ | |||
+ | and: | ||
+ | |||
+ | <pre> | ||
+ | <meta name="keywords" content="these,are,your,keywords"/> | ||
+ | <meta name="description" content="Your meta description"/> | ||
+ | <meta name="twitter:description" content="Your meta description"/> | ||
+ | </pre> |
Revision as of 12:45, September 11, 2020
Confirm User Accounts
The should be a "Request an account" link at the top right when logged out
DataTransfer
This should be a valid link: Special:ImportCSV
DiscussionThreading
Navigate to the Project talk:Extension tests, ensure there is a "Subject" field
ExternalData
- Test
- Europe
- Expected
- Europe
googleAnalytics
Check the HTML source of this page.
InputBox
- Test
- Expected
- An input box
Maps
- Test
- 52° 30' 58.57" N, 13° 22' 39.73" E
- Expected
- 52° 30' 58.59" N, 13° 22' 39.73" E
Nuke
This should be a valid link: Special:Nuke
PageForms
This should be a valid link: Special:Forms
PageSchemas
This should be a valid link: Special:EditSchema
Rename user
This should be a valid link: Special:RenameUser
RSS
One post from the Wikimedia blog feed should be below, with all the "a" characters highlighted:
- Ahead of UN General Assembly, Wikipedia nonprofit calls on governments to ensure the future internet is shaped by communities for the public interest
- 21 September 2024, New York USA ― As UN Member States are gathering in New York for the 79th United Nations General Assembly, the Wikimedia Foundation, the nonprofit that hosts Wikipedia and other...
- Wikimedia Foundation 2024-09-21 19:30:00
SemanticDrilldown
This should be a valid link: Special:BrowseData
Semantic Internal Objects
{{#set_internal:Part of recipe |Has quantity=1 |Has unit=cup |Has ingredient=flour }}
- Expected: 1
- Actual:
SemanticMediaWiki
Semantic Result Formats
- Test
- Expected
- A nice-looking DataTable with a search field
VisualEditor
This should load VisualEditor in edit mode: edit
WikiEditor
This should load a tabbed WikiEditor: edit
WikiSEO
The page source should contain: <title>Project:Extension tests - Your page title</title>
and:
<meta name="keywords" content="these,are,your,keywords"/> <meta name="description" content="Your meta description"/> <meta name="twitter:description" content="Your meta description"/>