MediaWiki API ヘルプ
ãã®ãã¼ã¸ã¯èªåçæããã MediaWiki API ã®èª¬æææ¸ãã¼ã¸ã§ãã
èª¬æææ¸ã¨ä¾: https://www.mediawiki.org/wiki/API
list=langbacklinks (lbl)
- ãã®ã¢ã¸ã¥ã¼ã«ã¯èªã¿åãã®æ¨©éãå¿ è¦ã¨ãã¾ãã
- ãã®ã¢ã¸ã¥ã¼ã«ã¯ã¸ã§ãã¬ã¼ã¿ã¼ã¨ãã¦ä½¿ç¨ã§ãã¾ãã
- Source: MediaWiki
- License: GPL-2.0-or-later
Find all pages that link to the given language link.
Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links".
Note that this may not consider language links added by extensions.
ãã©ã¡ã¼ã¿ã¼:
- lbllang
è¨èªéãªã³ã¯ã®è¨èªã
- lbltitle
æ¤ç´¢ããè¨èªéãªã³ã¯ãlbllang ã¨åæã«ä½¿ç¨ããªããã°ãªãã¾ããã
- lblcontinue
When more results are available, use this to continue.
- lbllimit
è¿ããã¼ã¸ã®ç·æ°ã
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- æ¢å®å¤: 10
- lblprop
åå¾ããããããã£:
- lllang
- è¨èªéãªã³ã¯ã®è¨èªã³ã¼ãã追å ãã¾ãã
- lltitle
- è¨èªéãªã³ã¯ã®ãã¼ã¸åã追å ãã¾ãã
- å¤ (|ãããã¯å¥ã®æååã§åºåã): lllangãlltitle
- æ¢å®å¤: (空)
- lbldir
ä¸è¦§è¡¨ç¤ºããæ¹åã
- å¤ (次ã®å¤ã®ãããã1ã¤): ascendingãdescending
- æ¢å®å¤: ascending
ä¾:
- fr:Test ã¸ãªã³ã¯ãã¦ãããã¼ã¸ãåå¾ããã
- api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr [ãµã³ãããã¯ã¹ã§éã]
- fr:Test ã¸ãªã³ã¯ãã¦ãããã¼ã¸ã®æ å ±ãåå¾ããã
- api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info [ãµã³ãããã¯ã¹ã§éã]