Help:ページID
Appearance
For developer-oriented information, see Manual:Page ID .
The page ID, sometimes article ID (if the page represents an article), is a number that is unique within the scope of the wiki and identifies a wiki page.
General features
- A page ID is generally more stable, and often shorter, than a page title. Consequently, URLs based on page IDs may be more useful as persistent identifiers than canonical URLs based on page titles. See #How to access a page by page ID below.
- A page ID does not change when a page is moved.
- If a page is deleted, its historical page ID persists in the archive table. If the page is restored, it attempts to reclaim its old page ID. This was not yet the case in MediaWiki 1.27 and before.
- Special pages do not come with page IDs.
How to look up the page ID
- The page ID of any wiki page can be looked up in the "page information" link from the menu which is called Tools.
- マジックワード
{{PAGEID}}
は、ページのページ ID を取得するために使用できます。 例えば、これによると現在のページのページ ID は以下の通り: 1902742。 - 一部の API (API:クエリ など) は、ページ名を指定するとページ ID を取得できます。 例: https://www.mediawiki.org/w/api.php?action=query&prop=info&titles=Manual:Page%20ID
How to access a page by page ID
- The special page Special:Redirect can be used to access pages via their page IDs. 例えば、Special:Redirect/page/1902742 にアクセスすると現在のページにリダイレクトされます。
- index.php で
curid
パラメーターにページ ID を指定しそのページにアクセスできます。 例えば、/w/index.php?curid=1902742 にアクセスすれば現在のページが表示されます。
Services that use the page ID
APIs
多くの API 機能が、ページ ID を返すか、またはページ ID を入力として使用します。 For example, for the present page, see https://www.mediawiki.org/w/api.php?action=query&prop=info&pageids=1902463.
What links here
The What links here feature orders links by namespace then page ID.