MediaWiki API súgó
Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=imageserving (wis)
(main | imageserving)
- Ez a modul olvasási jogot igényel.
- Forrás: ImageServing
- Licenc: GPL-2.0-or-later
This module is used to return one image URL for the specified article given either the article ID or article title (with prefix if applicable).
Paraméterek:
Other general parameters are available.
- wisId
Article ID (integer) for which to return the image URL.
- Típus: egész szám
- Az érték nem lehet kisebb mint 0.
- wisTitle
Article title (string) for which to return the image URL.
Példák:
- Call ImageServing for a page of specified Title.
- api.php?action=imageserving&wisTitle=Cake [megnyitás a homokozóban]
- Call ImageServing for a page of specified Title with a namespace prefix.
- api.php?action=imageserving&wisTitle=LyricWiki:Community_Portal [megnyitás a homokozóban]
- Call ImageServing for a page of specified ID.
- api.php?action=imageserving&wisId=90286 [megnyitás a homokozóban]