Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Extension default namespaces

From mediawiki.org
Translate this page
Languages:

To prevent conflicts in newnamespaces added by extensions, please list your extension'scustom namespaces here on the list ofextension default namespaces.If you define a constant for a custom namespace, list it here, too.

Note that these are only default namespaces.All extensions defining new namespaces should provide the installer with a method of configuring the extension to use a different range of namespaces for its custom namespaces.

In general, extensions should reserve namespace numbers in blocks of 10, where no known namespaces are already added by MediaWiki core or any known extensions (seediscussion).Each block is intended for an extension to use sequentially; in particular, extensions that add more than one custom namespace should not reserve an additional block for each additional namespace unless the extension has exhausted its current block.

Namespace numbers between 3000 and 4999should not be used; these numbers are reserved for wikis to define their custom namespaces.Furthermore, care should be taken when selecting numbers under 1000 since this range has historically been quite heavily used by extensions and sites alike (numbers under 200 should probably be avoided altogether).

Naturally, some namespaces listed on this page will overlap and violate the recommendations.The recommendations are good practices new extensions should adhere to avoid conflicts; for legacy reasons, old extensions that have already created conflicts and bad practices can't simply be changed but are listed here to help avoid even more conflicts.

This page in a nutshell:
  • MediaWiki core uses namespace numbersunder 100. These must never be used by extensions or sites.
  • Avoid namespace numbers100–199. These were historically used by both extensions and sites.
  • Custom namespaces on sites should use namespace numbers3,000–4,999. These should not be used by extensions.
  • Extensions should use namespace numbers between200 and2,999, or between5,000–9,999.
  • Avoid namespace numbers above 10,000. These are reserved for future use.

Negative IDs

WarningWarning:Do not use negative IDs for extensions. Ever.
MediaWiki Core
IDNameConstantRemark
Two namespaces have negative indexes and have special purposes. You cannot create or delete pages in these namespaces, and there are no corresponding discussion namespaces.
-2Media:NS_MEDIAAlias for direct links to media files
-1Special:NS_SPECIALHolds special pages

ID 0–99

MediaWiki Core

MediaWiki Core
IDNameConstantRemark
0:NS_MAIN
1Talk:NS_TALK
2User:NS_USER
3User_talk:NS_USER_TALK
4Project:NS_PROJECT
5Project_talk:NS_PROJECT_TALK
6File:NS_FILE
7File_talk:NS_FILE_TALK
8MediaWiki:NS_MEDIAWIKI
9MediaWiki_talk:NS_MEDIAWIKI_TALK
10Template:NS_TEMPLATE
11Template_talk:NS_TEMPLATE_TALK
12Help:NS_HELP
13Help_talk:NS_HELP_TALK
14Category:NS_CATEGORY
15Category_talk:NS_CATEGORY_TALK
If the core is to define any new default namespace, it will likely continue from here from 16-89; please take care to avoid this area.

90–99:LiquidThreads

LiquidThreads
IDNameConstantRemark
90Thread:NS_LQT_THREAD
91Thread_talk:NS_LQT_THREAD_TALK
92Summary:NS_LQT_SUMMARY
93Summary_talk:NS_LQT_SUMMARY_TALK


ID 100–199

WarningWarning:The namespaces in the range 100–199 have historically been heavily used by both extensions and individual wikis for their custom namespaces. Because of this, it is generally recommended to avoid this range for new namespaces.

Wikimedia Foundation

Many Wikimedia Foundation wikis have site-specific namespaces in this range. Including the Portal namespace (100) on most Wikipedia projects,Creator namespace (100) on Wikimedia Commons, theExtension namespace (102) on mediawiki.org, theSubject namespace (112) on English Wikibooks, and many others.

100–119

Semantic MediaWiki

Semantic MediaWiki
IDNameConstantRemark
100Relation:SMW_NS_RELATIONIntroduced in version 0.1, no longer used as of version 1.0, and removed in version 1.5.0.
101Relation_talk:SMW_NS_RELATION_TALKIntroduced in version 0.1, no longer used as of version 1.0, and removed in version 1.5.0.
102Property:SMW_NS_PROPERTYIntroduced in version 0.1.
Note Note: Namespace name also used byWikibase
103Property_talk:SMW_NS_PROPERTY_TALKIntroduced in version 0.1.
Note Note: Namespace name also used byWikibase
104Type:SMW_NS_TYPEIntroduced in version 0.1, no longer used as of version 1.6.0, and removed in version 3.0.0.
105Type_talk:SMW_NS_TYPE_TALKIntroduced in version 0.1, no longer used as of version 1.6.0, and removed in version 3.0.0.
108Concept:SMW_NS_CONCEPTIntroduced in version 1.2.0.
109Concept_talk:SMW_NS_CONCEPT_TALKIntroduced in version 1.2.0.
112Rule:SMW_NS_RULEIntroduced in version 3.0.0, never used, and removed in version 5.0.0.
113Rule_talk:SMW_NS_RULE_TALKIntroduced in version 3.0.0, never used, and removed in version 5.0.0.
114smw/schema:SMW_NS_SCHEMAIntroduced in version 3.0.0.
115smw/schema_talk:SMW_NS_SCHEMA_TALKIntroduced in version 3.0.0.

Page Forms

Page Forms
IDNameConstantRemark
106Form:PF_NS_FORMBefore the extension was renamed, this namespace's constant name wasSF_NS_FORM.
107Form_talk:PF_NS_FORM_TALKBefore the extension was renamed, this namespace's constant name wasSF_NS_FORM_TALK.

DPLforum

DPLforum
IDNameConstantRemark
110Forum:NS_FORUMBeforer93293, this namespace number was not hardcoded, and a number of wikis previously used other numbers, with 110 used for unrelated namespaces.
111Forum_talk:NS_FORUM_TALKBeforer93293, this namespace number was not hard coded, and several wikis previously used other numbers, with 111 used for unrelated namespaces.

120–129; 140–149:Wikibase

Wikibase Repository
IDNameConstantRemark
120Item:WB_NS_ITEMCan be customized via$wgWBClientSettings['entitySources']['poolwiki']['entityNamespaces']['item']. Many installations, including Wikidata, use the main namespace instead.
121Item_talk:WB_NS_ITEM_TALKmany installations, including Wikidata, use the main talk namespace instead
122Property:WB_NS_PROPERTYCan be customized via$wgWBClientSettings['entitySources']['poolwiki']['entityNamespaces']['property']. Wikidata uses namespace ID 120 instead.
Note Note: Namespace name also used bySemantic MediaWiki
123Property_talk:WB_NS_PROPERTY_TALKWikidata uses namespace ID 121 instead.
Note Note: Namespace name also used bySemantic MediaWiki
124Query:WB_NS_QUERYCan be customized via$wgWBClientSettings['entitySources']['poolwiki']['entityNamespaces']['query']. Wikidata uses namespace ID 122 instead.
125Query_talk:WB_NS_QUERY_TALKWikidata uses namespace ID 123 instead.
WikibaseLexeme
IDNameConstantRemark
146Lexeme:WB_NS_LEXEMECan be customized via$wgWBClientSettings['entitySources']['poolwiki']['entityNamespaces']['lexeme'].
147Lexeme_talk:WB_NS_LEXEME_TALK

170–179:Semantic Drilldown

Semantic Drilldown
IDNameConstantRemark
170Filter:SD_NS_FILTERStopped being used in version 2.0; removed entirely in version 2.1
171Filter_talk:SD_NS_FILTER_TALKStopped being used in version 2.0; removed entirely in version 2.1

ID 200–299

Wikimedia Foundation

  • Meta-Wiki (meta.wikimedia.org) has custom namespaces in this range:
Meta-Wiki
IDNameConstantRemark
200Grants:Grant namespace on Meta-Wiki
201Grants talk:
202Research:Research namespace on Meta-Wiki
203Research talk:
206Iberocoop:Iberocoop namespace on Meta-Wiki
207Iberocoop talk:

200–209:SocialProfile

SocialProfile
IDNameConstantRemark
200UserWiki:NS_USER_WIKI
201UserWiki_talk:NS_USER_WIKI_TALKSincerev:93317.
202User_profile:NS_USER_PROFILE
203User_profile_talk:NS_USER_PROFILE_TALKSincerev:93317.

230–239:examples

examples
IDNameConstantRemark
234XML:NS_XML
235XML_talk:NS_XML_TALK

250–259:Proofread Page

Proofread Page
IDNameConstantRemark
250Page:$wgProofreadPageNamespaceIds['page']
251Page_talk:ID is $wgProofreadPageNamespaceIds['page'] + 1
252Index:$wgProofreadPageNamespaceIds['index']
253Index_talk:ID is $wgProofreadPageNamespaceIds['index'] + 1

270–279:Widgets

Widgets
IDNameConstantRemark
274Widget:NS_WIDGET
275Widget_talk:NS_WIDGET_TALK

ID 300–399

300–309:PollNY

PollNY
IDNameConstantRemark
300Poll:NS_POLL
301Poll_talk:NS_POLL_TALK

350–359:CETEIcean

CETEIcean
IDNameConstantRemark
350Cetei:NS_CETEIXML (main) and wikitext (/doc subpage)
351Cetei_talk:NS_CETEI_TALK

ID 400–499

400–409:Video

Video
IDNameConstantRemark
400Video:NS_VIDEO
401Video_talk:NS_VIDEO_TALK

420–429:Maps

Maps
IDNameConstantRemark
420GeoJson:NS_GEO_JSONFormerly named "Layer" (Maps_NS_LAYER).
421GeoJson_talk:NS_GEO_JSON_TALKFormerly named "Layer_talk" (Maps_NS_LAYER_TALK)

460–469:UploadWizard andMediaUploader

MediaUploader is a fork/replacement of UploadWizard. These two extensions cannot operate on a wiki at the same time.
UploadWizard andMediaUploader
IDNameConstantRemark
460Campaign:NS_CAMPAIGNJSON describing metadata for an Upload Campaign
461Campaign_talk:NS_CAMPAIGN_TALK

470–479:EventLogging

EventLogging
IDNameConstantRemark
470Schema:NS_SCHEMAJSON schemas describing data models
Note Note: Namespace name also used byLinkedWiki and (formerly)EntitySchema
Note Note: Constant name also used byLinkedWiki
471Schema_talk:NS_SCHEMA_TALKNote Note: Namespace name also used byLinkedWiki and (formerly)EntitySchema
Note Note: Constant name also used byLinkedWiki

480–489

JsonConfig

JsonConfig
IDNameConstantRemark
482Config:NS_CONFIGJSON Configuration blob used by multiple systems
483Config_talk:NS_CONFIG_TALK
486Data:NS_DATAAdditional JSON data. As of 2015 you can store arbitrary valid JSON in the subnamespaceData:Json, e.g.,Data:Json:MyDataset.This is a developing convention on Wikimedia projects that use JsonConfig.
Note Note: Namespace and constant name also used byLinkedWiki
487Data_talk:NS_DATA_TALK

NotebookViewer

NotebookViewer
IDNameConstantRemark
486Notebook:NS_NOTEBOOKJupyter Notebook data

490–499

FileAnnotations

FileAnnotations
IDNameConstantRemark
492File_annotations:NS_FILE_ANNOTATIONS
493File_annotations_talk:NS_FILE_ANNOTATIONS_TALK

ID 500–599

500–509

BlogPage

BlogPage
IDNameConstantRemark
500Blog:NS_BLOGExtension:MiniInvite adds a minor bit of functionality when this namespace constant is defined (see/includes/MiniInvite.hooks.php).
Note Note: Namespace and constant name also used byBlueSpice
501Blog_talk:NS_BLOG_TALKNote Note: Namespace and constant name also used byBlueSpice

SimpleBlogPage

SimpleBlogPage
IDNameConstantRemark
502User_blog:NS_USER_BLOG
503User_blog_talk:NS_USER_BLOG_TALK

ID 600–699

600–609:FanBoxes

FanBoxes
IDNameConstantRemark
600UserBox:NS_FANTAG
601UserBox_talk:NS_FANTAG_TALK

620–629:MintyDocs

MintyDocs
IDNameConstantRemark
620Draft:MD_NS_DRAFTThePageTriage extension also makes use of a "Draft" namespace, although it does not define one; the administrator must define one themselves.
621Draft_talk:MD_NS_DRAFT_TALK

640–649:EntitySchema

EntitySchema
IDNameConstantRemark
640EntitySchema:NS_ENTITYSCHEMA_JSONNote Note: Beforegerrit:506471, this namespace was named "Schema" with the constantNS_WBSCHEMA_JSON.
641EntitySchema_talk:NS_ENTITYSCHEMA_JSON_TALKNote Note: Beforegerrit:506471 this namespace was named "Schema talk" with the constantNS_WBSCHEMA_JSON_TALK.

690–699:SemanticActions

SemanticActions
IDNameConstantRemark
690Action:NS_ACTION
691Action_Talk:NS_ACTION_TALK
692Label:NS_LABEL
693Label_Talk:NS_LABEL_TALK

ID 700–799

700–709:LinkFilter

LinkFilter
IDNameConstantRemark
700Link:NS_LINK
701Link_talk:NS_LINK_TALK

710–719:TimedMediaHandler

TimedMediaHandler
IDNameConstantRemark
710TimedText:NS_TIMEDTEXTID can be changed with$wgTimedTextNS. Namespace number was formerly 700.
711TimedText_talk:NS_TIMEDTEXT_TALKID can be changed with$wgTimedTextNS. Namespace number was formerly 701.
TimedMediaHandler reserves namespaces for timed text tracks.

730–739:AccessControl

While this extension does not currently reserve a namespace in its code, it highly recommends creating a custom one for storing access control lists. Therefore, this has been reserved for sysadmins to choose a namespace easily should they not want the pressure to choose a random namespace.
AccessControl
IDNameConstantRemark
730AccessControlGroup:NS_ACCESSCONTROLGROUP
731AccessControlGroup_talk:NS_ACCESSCONTROLGROUP_TALK

740–749:Flex Diagrams

Flex Diagrams
IDNameConstantRemark
740BPMN:FD_NS_BPMN
741BPMN talk:FD_NS_BPMN_TALK
742Gantt:FD_NS_GANTT
743Gantt talk:FD_NS_GANTT_TALK
744Mermaid:FD_NS_MERMAID
745Mermaid talk:FD_NS_MERMAID_TALK
746Drawio:FD_NS_DRAWIO
747Drawio talk:FD_NS_DRAWIO_TALK

ID 800–899

820–829:Scribunto

Scribunto
IDNameConstantRemark
828Module:NS_MODULE
829Module_talk:NS_MODULE_TALK

830–839:SecurePoll

SecurePoll
IDNameConstantRemark
830SecurePoll:NS_SECUREPOLLSet $wgSecurePollUseNamespacetrue to enable.
831SecurePoll_talk:NS_SECUREPOLL_TALKSet $wgSecurePollUseNamespacetrue to enable.

840–849:CommentStreams

CommentStreams
IDNameConstantRemark
844CommentStreams:NS_COMMENTSTREAMSmay be overridden by $wgCommentStreamsNamespaceIndex
845CommentStreams_talk:NS_COMMENTSTREAMS_TALKPresently unused.

860–869:CentralNotice

CentralNotice
IDNameConstantRemark
866CNBanner:NS_CN_BANNERStaging area for pending banner translations.
867CNBanner_talk:NS_CN_BANNER_TALKPresently unused.

ID 1000+

1020–1029:Piwo

Piwo
IDNameConstantRemark
1024Gram:NS_GRAM
1025Gram_talk:NS_GRAM_TALK

1190–1199:Translate

Translate
IDNameConstantRemark
1198Translations:NS_TRANSLATIONSCan be overridden with$wgPageTranslationNamespace
1199Translations_talk:NS_TRANSLATIONS_TALKCan be overridden with$wgPageTranslationNamespace
translatewiki.net uses namespaces from 1200 onward to hold product translations.

1230–1239:IIIF

IIIF
IDNameConstantRemark
1230IIIF:NS_IIIFHolds JSON forIIIF / IIIF-related content.
1231IIIF_talk:NS_IIIF_TALK

1240–1249

Reconciliation API
IDNameConstantRemark
1240Recon:NS_RECONHolds JSON for profiling schemas.
1241Recon talk:NS_RECON_TALK

1500–1599:BlueSpice

BlueSpice
IDNameConstantRemark
1502Blog:NS_BLOGNote Note: Namespace and constant name also used byBlogPage
1503Blog_talk:NS_BLOG_TALKNote Note: Namespace and constant name also used byBlogPage
1504Book:NS_BOOKProvided byExtension:Bookshelf
1505Book_talk:NS_BOOK_TALKProvided byExtension:Bookshelf
1506SocialEntity:NS_SOCIALENTITYProvided byExtension:Social
1507SocialEntity_talk:NS_SOCIALENTITY_TALKProvided byExtension:Social
1530PROC:NS_PROCProvided byExtension:Cognitive Process Designer
1531PROC_talk:NS_PROC_TALKProvided byExtension:Cognitive Process Designer
TheHallo Welt! team would appreciate it if the entire range of 1500–1599 could be reserved for the BlueSpice package.

1700–1709:Wikistories

Wikistories
IDNameConstantRemark
1704Story:NS_STORY
1705Story_talk:NS_STORY_TALK

1720–1729:CampaignEvents

CampaignEvents
IDNameConstantRemark
1728Event:NS_EVENT
1729Event_talk:NS_EVENT_TALK

ID 2000+

2220–2239:VisualData (formerlyPageProperties)

VisualData
IDNameConstantRemark
2220Data:NS_DATANote Note: optional manual configExtension:VisualData
2228VisualDataSchema:NS_VISUALDATASCHEMA
2229VisualDataSchema talk:NS_VISUALDATASCHEMA_TALK
2230VisualDataQuery:NS_VISUALDATAQUERY
2231VisualDataQuery talk:NS_VISUALDATAQUERY_TALK


2240–2249:PageEncryption

PageEncryption
IDNameConstantRemark
2246Encrypted:NS_PAGEENCRYPTION
2247Encrypted talk:NS_PAGEENCRYPTION_TALK

2260–2269:ContactManager

ContactManager
IDNameConstantRemark
2260ContactManager:NS_CONTACTMANAGER
2261ContactManagerTalk:NS_CONTACTMANAGER_TALK

2600–2609:Flow

Flow
IDNameConstantRemark
2600Topic:NS_TOPICAllows users to watch individual Flow topic discussions
Defined as a stub for testing inMassMessage's/tests/phan/stubs/Flow.php

2700–2709:Semantic_Genealogy

Semantic_Genealogy
IDNameConstantRemark
2700Genealogy:NS_SGENEALOGY
2701Genealogy_talk:NS_SGENEALOGY_TALK
2702Genealogy_template:NS_SGENEALOGY_TEMPLATE
2703Genealogy_template_talk:NS_SGENEALOGY_TEMPLATE_TALK
2704Genealogy_form:NS_SGENEALOGY_FORM
2705Genealogy_form_talk:NS_SGENEALOGY_FORM_TALK

2900–2909:DataMaps

DataMaps
IDNameConstantRemark
2900Map:NS_MAPAllows users to create maps that can later be included on other pages.
Only enabled if$wgDataMapsNamespaceId is set tomanaged (default).
2901Map_talk:NS_MAP_TALK

ID 3000+: Reserved for sites' custom namespaces

The range of 3000–4999 is reserved for sites todefine their custom namespaces without fear of conflict.No known extensions define namespaces in this range; new extensions should also avoid it.

In accordance with this, theNamespaceManager,BlueSpiceNamespaceManager,ManageWiki extensions create custom namespaces using the range from 3000 to 4999.

ID 5000+

5500–5509:Newsletter

Newsletter
IDNameConstantRemark
5500Newsletter:NS_NEWSLETTER
5501Newsletter_talk:NS_NEWSLETTER_TALK

5750–5759:MWUnit

MWUnit
IDNameConstantRemark
5750Test:NS_TEST
5751Test_talk:NS_TEST_TALK

5770–5779:Wikispeech

Wikispeech
IDNameConstantRemark
5770Speech_recording:NS_SPEECH_RECORDINGConstant used by theSpeechDataCollector extension
5771Speech_recording_talk:NS_SPEECH_RECORDING_TALKConstant used by theSpeechDataCollector extension
5772Pronunciation_lexicon:NS_PRONUNCIATION_LEXICONConstant used by theWikispeech extension
5773Pronunciation_lexicon_talk:NS_PRONUNCIATION_LEXICON_TALKConstant used by theWikispeech extension

ID 7000+

7000–7399:OpenSemanticLab

OpenSemanticLab
IDNameConstantRemark
7010Material:NS_MATERIAL
7011Material_Talk:NS_MATERIAL_TALK
7020Device:NS_DEVICE
7021Device_Talk:NS_DEVICE_TALK
7022Software:NS_SOFTWARE
7023Software_Talk:NS_SOFTWARE_TALK
7030Location:NS_LOCATION
7031Location_Talk:NS_LOCATION_TALK
7040FileType:NS_FILETYPE
7041FileType_Talk:NS_FILETYPE_TALK
7042DataType:NS_DATATYPE
7043DataType_Talk:NS_DATATYPE_TALK
7050OU:NS_OU
7051OU_Talk:NS_OU_TALK
7060Project:NS_OSL_PROJECT
7061Project_Talk:NS_OSL_PROJECT_TALK
7070Person:NS_PERSON
7071Person_Talk:NS_PERSON_TALK
7080Model:NS_MODEL
7081Model_Talk:NS_MODEL_TALK
7100LabNote:NS_LABNOTE
7101LabNote_Talk:NS_LABNOTE_TALK
7110LabProcess:NS_LABPROCESS
7111LabProcess_Talk:NS_LABPROCESS_TALK
7120LabObject:NS_LABOBJECT
7121LabObject_Talk:NS_LABOBJECT_TALK
7200OslTemplate:NS_OSLTEMPLATE
7201OslTemplate_Talk:NS_OSLTEMPLATE_TALK
7210OslForm:NS_OSLFORM
7211OslForm_Talk:NS_OSLFORM_TALK
7300Field:NS_FIELD
7301Field_Talk:NS_FIELD_TALK
7310Term:NS_TERM
7311Term_Talk:NS_TERM_TALK
7320Statement:NS_STATEMENT
7321Statement_Talk:NS_STATEMENT_TALK
7330CR:NS_CR
7331CR_Talk:NS_CR_TALK

ID 10,000+

10,000–10,039:LinkedWiki

LinkedWiki
IDNameConstantRemark
10000Data:NS_DATANote Note: Constant name also used byJsonConfig
10002UserData:NS_USER_DATA
10010Schema:NS_SCHEMANote Note: Namespace name also used byEventLogging and (formerly)EntitySchema
Note Note: Constant name also used byEventLogging
10011Schema_talk:NS_SCHEMA_TALKNote Note: Namespace name also used byEventLogging and (formerly)EntitySchema
Note Note: Constant name also used byEventLogging
10030Datatype:NS_DATATYPE
10031Datatype_talk:NS_DATATYPE_TALK

50,000+:WSSpaces

The WSSpaces extension uses namespace constants >50000 to allow users to define custom namespaces.

Archived extensions and removed namespaces

Several extensions that added new namespaces have since been archived, and some namespaces that were added by an extension were later removed; these are listed here since these namespaces may appear in old database dumps from wikis which used these extensions, and some old wikis may continue to use the extensions.It isvery strongly recommended to avoid reusing these namespace numbers, as wikis that previously used the old extensions will have log entriesetc. related to those pages; however, these numbers can be reserved by new extensions if desired.

Extensions are listed here ordered by the first namespace number they added.

WikiLexicalData

WikiLexicalData
IDNameConstantRemark
16Expression:NS_EXPRESSION
17Expression_talk:
24DefinedMeaning:NS_DEFINEDMEANING
25DefinedMeaning_talk:

RefHelper

RefHelper
IDNameConstantRemark
120Cite:NS_CITE
121Cite_talk:NS_CITE_TALK

DeleteQueue

DeleteQueue
IDNameConstantRemark
140Deletion:NS_DELETION
200Deletion discussion:

Semantic Access Control

Semantic Access Control
IDNameConstantRemark
160UserGroup:ACL_NS_USERGROUP
162ACL:ACL_NS_ACL

Semantic Text Annotator andSemantic Image Annotator

Semantic Text Annotator,Semantic Image Annotator
IDNameConstantRemark
248Annotation:NS_ANNOTATION
249Annotation_talk:NS_ANNOTATION_TALK

TrustedMath

TrustedMath
IDNameConstantRemark
262Math:NS_TRUSTEDMATH
263Math_talk:NS_TRUSTEDMATH_TALK

EmbedScript

Extension:EmbedScript
IDNameConstantRemark
280JSApplet:NS_JSAPPLET
281JSApplet_talk:NS_JSAPPLET_TALK

MOOC

MOOC
IDNameConstantRemark
350Mooc:NS_MOOC
351Mooc_talk:NS_MOOC_TALK

Wiki2LaTeX

Wiki2LaTeX
IDNameConstantRemark
400Wiki2LaTeX:NS_WIKI2LATEX
401Wiki2LaTeX_talk:NS_WIKI2LATEX_TALK

QuizTabulate

QuizTabulate
IDNameConstantRemark
430Quiz:QuizTabulate_NS_QUIZ
431Quiz_talk:QuizTabulate_NS_QUIZ_TALK

Education Program

Education Program
IDNameConstantRemark
446Education_Program:EP_NS
447Education_Program_talk:EP_NS_TALK

BoilerRoom

BoilerRoom
IDNameConstantRemark
450Boilerplate:NS_BOILERPLATECan be customized via$wgbrNamespaceIndex. Used the number 300 prior to version 0.92.
451Boilerplate_talk:NS_BOILERPLATE_TALKCan be customized via$wgbrNamespaceIndex. Used the number 301 prior to version 0.92.

ZeroBanner

ZeroBanner
IDNameConstantRemark
480Zero:NS_ZEROJSONconfiguration (outdated) describing Zero site behavior for this carrier
These namespaces are also defined in a test file forExtension:JsonConfig.
481Zero_talk:NS_ZERO_TALK


Graph

Graph
IDNameConstantRemark
484Graph:Graph data.This is a convention on Wikimedia projects that use the extension, the extension doesn't define a particular namespace.
485Graph_talk:


GWToolset

GWToolset
IDNameConstantRemark
490GWToolset:NS_GWTOOLSET
491GWToolset_talk:NS_GWTOOLSET_TALK

OpenStackManager

OpenStackManager
IDNameConstantRemark
498Nova_Resource:NS_NOVA_RESOURCEFormerly used the number 488.
499Nova_Resource_Talk:NS_NOVA_RESOURCE_TALKFormerly used the number 489.
666Heira:NS_HEIRA
667Heira_Talk:NS_HEIRA_TALK

XMLContent

XMLContent
IDNameConstantRemark
580XML:NS_XML
581XML_talk:NS_XML_TALK
582Schema:NS_SCHEMA
583Schema_talk:NS_SCHEMA_TALK
584XSLT:NS_XSLT
585XSLT_talk:NS_XSLT_TALK
586Editor:NS_EDITOR
587Editor_talk:NS_EDITOR_TALK
588PLML:NS_PLML

NagiosConfig

The documentation of this extension's namespaces on this pagewaschangedseveraltimes; it is not known if these changes were correcting wrong information, or if the namespace data was repeatedly changed in the extension itself.

NagiosConfig
IDNameConstantRemark
600NagiosTemplate:NS_NAGIOS_TEMPLATE
601NagiosTemplate talk:NS_NAGIOS_TEMPLATE_TALK
602NagiosHostType:NS_NAGIOS_HOSTTYPE
603NagiosHostType talk:NS_NAGIOS_HOSTTYPE_TALK
604NagiosCommand:NS_NAGIOS_COMMAND
605NagiosCommand talk:NS_NAGIOS_COMMAND_TALK
606NagiosResource:NS_NAGIOS_RESOURCE
607NagiosResource talk:NS_NAGIOS_RESOURCE_TALK
608NagiosServiceCommand:NS_NAGIOS_SERVICECOMMAND
609NagiosServiceCommand talk:NS_NAGIOS_SERVICECOMMAND_TALK

GitAccess

GitAccess
IDNameConstantRemark
730GitAccess_root:NS_GITACCESS_ROOT
731GitAccess_root_talk:NS_GITACCESS_ROOT_TALK

QPoll

QPoll
IDNameConstantRemark
800Interpretation:NS_QP_INTERPRETATION
801Interpretation_talk:NS_QP_INTERPRETATION_TALK
QPoll reserves namespaces for interpretation scripts.

SemanticMustacheFormat

SemanticMustacheFormat
IDNameConstantRemark
806Mustache:SRFM_NS_MUSTACHE
807Mustache_talk:SRFM_NS_MUSTACHE_TALK

Jade

Jade
IDNameConstantRemark
810Jade:NS_JADE
811Jade_talk:NS_JADE_TALK

R

R
IDNameConstantRemark
814R:NS_EXTRUsed for help pages and (interactive) examples.
815R_talk:NS_EXTR_TALK

Hidden pages

Hidden pages require custom namespaces to be added manually, and it is recommended that namespace numbers start at 1000.

PackageForce

PackageForce
IDNameConstantRemark
1300PackageForce:NS_PACKAGEFORCE
1301PackageForce_talk:NS_PACKAGEFORCE_TALK

Gadgets

Gadgets
IDNameConstantRemark
2300Gadget:NS_GADGET
2301Gadget_talk:NS_GADGET_TALK
2302Gadget_definition:NS_GADGET_DEFINITION
2303Gadget_definition_talk:NS_GADGET_DEFINITION_TALK

CourseEditor

CourseEditor
IDNameConstantRemark
2800Course:NS_COURSE
2801Course_talk:NS_COURSE_TALK

See also

Retrieved from "https://www.mediawiki.org/w/index.php?title=Extension_default_namespaces&oldid=8069703"
Categories:
Hidden category:

[8]ページ先頭

©2009-2025 Movatter.jp