Sarna News: Bad 'Mechs - Icestorm

Difference between revisions of "Help:Special pages"

Line 88: Line 88:
 
* [[Special:ShortPages]]: pages in the main namespace, with size (of the wikitext excluding that of templates used) in bytes, in order of increasing size.
 
* [[Special:ShortPages]]: pages in the main namespace, with size (of the wikitext excluding that of templates used) in bytes, in order of increasing size.
 
* [[Special:UncategorizedFiles]]: images and other files without category tags (see above).
 
* [[Special:UncategorizedFiles]]: images and other files without category tags (see above).
* [[Special:UncategorizedPages]]: pages without category tags. Note that after adding a tag to a page, refreshing this page does not immediately reflect the change. Note also that [[Special:UncategorizedCategories]] is disabled; use [[BattleTechWiki:Database reports/Uncategorized categories]] instead.
+
* [[Special:UncategorizedPages]]: pages without category tags. Note that after adding a tag to a page, refreshing this page does not immediately reflect the change.
 +
* [[Special:UncategorizedCategories]] categories without category tags. Note that after adding a tag to a page, refreshing this page does not immediately reflect the change.
 
* [[Special:UncategorizedTemplates]]: templates without category tags (see above).
 
* [[Special:UncategorizedTemplates]]: templates without category tags (see above).
* [[Special:UnusedCategories]]
+
* [[Special:UnusedCategories]]: categories which don't contain any pages
* [[Special:UnusedFiles]]
+
* [[Special:UnusedFiles]]: files which are not used by any page on the wiki
 
* [[Special:UnusedTemplates]]: templates which are not transcluded (however, they may be used for substitution).
 
* [[Special:UnusedTemplates]]: templates which are not transcluded (however, they may be used for substitution).
 
* [[Special:WantedCategories]]: categories with members but no category page.
 
* [[Special:WantedCategories]]: categories with members but no category page.
 
* [[Special:WantedFiles]]: missing image files and others.
 
* [[Special:WantedFiles]]: missing image files and others.
* [[Special:WithoutInterwiki]] (Pages without language links): pages without links to other language BattleTechWikis.
 
  
 
==== Miscellaneous ====
 
==== Miscellaneous ====

Revision as of 20:25, 22 January 2024

BattleTechWiki data structure
Namespaces
Subject namespaces Talk namespaces
0 (Main/Article) Talk 1
2 User User talk 3
4 BattleTechWiki BattleTechWiki talk 5
6 File File talk 7
8 MediaWiki MediaWiki talk 9
10 Template Template talk 11
12 Help Help talk 13
14 Category Category talk 15
100 Policy Policy Talk 101
102 Property Property talk 103
106 Form Form talk 107
108 Concept Concept talk 109
112 smw/schema smw/schema talk 113
114 Rule Rule talk 115
118 Draft Draft Talk 119
828 Module Module talk 829
3000 Portal Portal Talk 3001
3010 Guideline Guideline Talk 3011
3012 Information Information Talk 3013
Virtual namespaces
-1 Special
-2 Media
Current list (API call)

Special pages are pages generated by the software on demand for special purposes, usually related to project maintenance. They are found in the Special: namespace, a virtual namespace whose pages lack corresponding talk pages. They are not written in wikitext and cannot be directly edited but elements of their pages can sometimes be edited through corresponding pages in the MediaWiki namespace. If you make a normal redirect to a special page, the redirect will not be immediately followed (though special pages can be targets of soft redirects), and directly creating any pages beginning with the Special: prefix is also not possible.

Special pages often take parameters. Sometimes these can be supplied after a slash (as in Special:Log/block); in other cases an index.php call is used; for example https://sarna.net/wiki/index.php?title=Special:RecentChanges&days=3&limit=10. Also, the content of most special pages depends on preferences that have been set by the user, e.g. classic or enhanced Recent Changes, the number of titles in Recent Changes and the watchlist, etc.

A directory of special pages available for the current user can be accessed from Special:SpecialPages, which is found in the sidebar of every page on BattleTechWiki in the Tools section.

Modifying special pages

Although special pages are not themselves editable, they generally contain standard text which is modifiable (although only by administrators). To find the right portion of text, append ?uselang=qqx to the special page URL, or append &uselang=qqx instead if the URL already contains a ?. This will reveal message names in parentheses. Then, go to that name in the MediaWiki namespace. For example, Special:BookSources?uselang=qqx reveals "(booksources-summary)", so MediaWiki:Booksources-summary is used on that page.

Available special pages

By function

General information

Page listings

Tools

Latest changes

  • Special:AbuseFilter (Edit filter management): a set of tools for detecting problematic edits.
  • Special:AbuseLog (Edit filter log): the log generated by the Abuse Filter.
  • Special:Log (All public logs): combined display of various logs. The type of log, user and page affected can be specified. Parameters "block", "delete", "protect" and "upload" are available. e.g. Special:Log/block displays the block log directly.
  • Special:NewFiles (Gallery of new files): gallery of new uploaded files.
  • Special:NewPages: newest pages with creation date and time, current size, user who created the page, and first edit summary, in reverse order of creation.
  • Special:RecentChanges: lists the latest edits in the project. Changes to watched pages appear bold.
  • Special:RecentChangesLinked (Related changes): enables listing of the most recent changes in pages linked from a selected page, or belonging to a selected category. Changes to watched pages appear bold. The page can be supplied as a parameter, e.g. Special:RecentChangesLinked/Lesotho.
  • Special:Tags: lists the tags with which edits may be marked.

Users

Personal

Maintenance

Miscellaneous

Restricted

The following pages can be accessed only by users with certain privileges.

Infrequently updated

The following special pages are updated on a less regular schedule. Some of these pages may have analogues on cloud services.

Alphabetical order

A

B

C

D

E

F

G

H

I

L

M

N

O

P

Q

R

S

T

U

V

W

Linking and transcluding

To create a link to a special page:

It can take a label:

  • [[Special:PrefixIndex/HMS|All HMSs]]All HMSs

To present the list on a page, transclude the name:

  • {{Special:PrefixIndex/HMS}}

However, some pages cannot be transcluded and would produce only a wikilink (e.g., {{Special:Random}}Special:Random). When non-existent pages are linked or transcluded, a red link is produced (e.g., Special:RedLinkExample).[lower-alpha 1]

More information on transcludable special pages can be found at Help:Transclusion#Special pages.

Links containing URL query strings

Because the ampersand character (&) is disallowed, it is not possible to create an ordinary link containing &action=edit or &redirect=no in the URL query string.

See also

Notes

  1. MediaWiki:Nospecialpagetext is the message displayed for non-existent special pages. However, Special:Badtitle is peculiar as it has actual viewable content but is a red link, which is because this special page was intentionally and by design to be considered non-existent (unlike all other valid page names.) See phab:T262959 for more details.

References

  1. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/ancientpages.pp
  2. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/deadendpages.pp
  3. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/fewestrevisions.pp
  4. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#4
  5. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#9
  6. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#14
  7. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/mostlinked.pp
  8. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/mostrevisions.pp
  9. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#19
  10. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#24
  11. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/wantedpages.pp
  12. https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/0c69e0e8cdcdf4cf25a29aebe9ae87eb2eabf700/modules/profile/manifests/mediawiki/maintenance/updatequerypages/enwiki/cronjob.pp#29

External links