Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
prop=linkshere (lh)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul lze využÃvat jako generátor.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
Find all pages that link to the given pages.
Parametry:
- lhprop
Which properties to get:
- pageid
- Page ID of each page.
- title
- Title of each page.
- redirect
- Flag if the page is a redirect.
- Hodnoty (oddÄlené | nebo alternativou.): pageid, title, redirect
- Implicitnà hodnota: pageid|title|redirect
- lhnamespace
Only include pages in these namespaces.
- Hodnoty (oddÄlené | nebo alternativou.): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- To specify all values, use *.
- lhshow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- Hodnoty (oddÄlené | nebo alternativou.): redirect, !redirect
- lhlimit
How many to return.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 10
- lhcontinue
When more results are available, use this to continue.
PÅÃklady:
- Get a list of pages linking to the Main Page.
- api.php?action=query&prop=linkshere&titles=Main%20Page [otevÅÃt v pÃskoviÅ¡ti]
- ZÃskat informace o stránkách, které odkazujà na Hlavnà stránku.
- api.php?action=query&generator=linkshere&titles=Main%20Page&prop=info [otevÅÃt v pÃskoviÅ¡ti]