MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=opensearch
(main | opensearch)
- Ta modul zahteva pravice branja.
- Source: MediaWiki
- License: GPL-2.0-or-later
Search the wiki using the OpenSearch protocol.
Specifični parametri:
Na voljo so tudi drugi splošni parametri.
- search
Iskalni niz.
- Ta parameter je obvezen.
- namespace
Namespaces to search. Ignored if search begins with a valid namespace prefix.
- Values (separate with | or alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- To specify all values, use *.
- Privzeto: 0
- limit
Maximum number of results to return.
- Type: integer or max
- Vrednost mora biti med 1 in 500.
- Privzeto: 10
- suggest
- Opuščeno.
No longer used.
- Type: boolean (details)
- redirects
Kako ravnati s preusmeritvami:
- return
- Vrnjena naj bo preusmeritev sama.
- resolve
- Vrnite ciljno stran. Lahko vrne zadetke z omejitvijo manj kot limit.
Iz zgodovinskih razlogov je privzeta vrednost »return« za format=json in »resolve« za druge formate.
- One of the following values: resolve, return
- format
Oblika izhoda.
- One of the following values: json, jsonfm, xml, xmlfm
- Privzeto: json
- warningsaserror
If warnings are raised with format=json, return an API error instead of ignoring them.
- Type: boolean (details)
Zgled:
- Iskanje strani, ki se začnejo s Te.
- api.php?action=opensearch&search=Te [open in sandbox]