Systeemteksten
Uit Hengelsportnet
Naar navigatie springenNaar zoeken springen
Hieronder staan de systeemberichten uit de MediaWiki-naamruimte.
Ga naar MediaWiki Localisation en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.
| Naam | Standaardinhoud |
|---|---|
| Huidige inhoud | |
| apihelp-query+gadgets-description (overleg) (Vertalen) | Geeft een lijst terug met in deze wiki gebruikte uitbreidingen. |
| apihelp-query+gadgets-example-1 (overleg) (Vertalen) | Een lijst van uitbreidingen met hun beschrijvingen ophalen. |
| apihelp-query+gadgets-example-2 (overleg) (Vertalen) | Een lijst van uitbreidingen inclusief alle mogelijke eigenschappen ophalen. |
| apihelp-query+gadgets-example-3 (overleg) (Vertalen) | Een lijst van uitbreidingen uit de categorie "foo" ophalen. |
| apihelp-query+gadgets-example-4 (overleg) (Vertalen) | Gegevens over de uitbreidingen "foo" en "bar" ophalen. |
| apihelp-query+gadgets-example-5 (overleg) (Vertalen) | Een lijst van door de huidige gebruiker ingeschakelde uitbreidingen opvragen. |
| apihelp-query+gadgets-param-allowedonly (overleg) (Vertalen) | Alleen uitbreidingen laten zien die toegestaan zijn voor de huidige gebruiker. |
| apihelp-query+gadgets-param-categories (overleg) (Vertalen) | Uitbreidingen uit welke categorieën op te halen. |
| apihelp-query+gadgets-param-enabledonly (overleg) (Vertalen) | Alleen uitbreidingen weergeven die zijn ingeschakeld door de huidige gebruiker. |
| apihelp-query+gadgets-param-ids (overleg) (Vertalen) | ID's van uitbreidingen om op te halen. |
| apihelp-query+gadgets-param-prop (overleg) (Vertalen) | Welke uitbreidingsgegevens op te halen: ;id:Intern uitbreidings-ID; ;metadata:De metadata van de uitbreiding; ;desc:Beschrijving van de uitbreiding in HTML (kan langzaam zijn, gebruik alleen als echt nodig). |
| apihelp-query+gadgets-summary (overleg) (Vertalen) | Geeft een lijst terug met in deze wiki gebruikte uitbreidingen. |
| apihelp-query+geosearch-description (overleg) (Vertalen) | Geeft pagina's terug met coördinaten die zich in een bepaald gebied bevinden. |
| apihelp-query+geosearch-example-1 (overleg) (Vertalen) | Search around the point with coordinates 37° 47′ 13.1″ N, 122° 23′ 58.84″ W |
| apihelp-query+geosearch-example-2 (overleg) (Vertalen) | Search in a bounding box |
| apihelp-query+geosearch-param-bbox (overleg) (Vertalen) | Bounding box to search in: pipe (<kbd>|</kbd>) separated coordinates of top left and bottom right corners. |
| apihelp-query+geosearch-param-coord (overleg) (Vertalen) | Coordinate around which to search. |
| apihelp-query+geosearch-param-debug (overleg) (Vertalen) | Whether debug information should be returned. |
| apihelp-query+geosearch-param-globe (overleg) (Vertalen) | Globe to search on. See [[mw:Special:MyLanguage/Extension:GeoData#Glossary]] for details. |
| apihelp-query+geosearch-param-limit (overleg) (Vertalen) | Maximum number of pages to return. |
| apihelp-query+geosearch-param-maxdim (overleg) (Vertalen) | Restrict search to objects no larger than this, in meters. |
| apihelp-query+geosearch-param-namespace (overleg) (Vertalen) | Naamruimtes om in te zoeken. |
| apihelp-query+geosearch-param-page (overleg) (Vertalen) | Title of page around which to search. |
| apihelp-query+geosearch-param-primary (overleg) (Vertalen) | Which kind of coordinates to return. |
| apihelp-query+geosearch-param-prop (overleg) (Vertalen) | Which additional coordinate properties to return. (Properties that are always returned: <var>lat</var>, <var>lon</var>, and either <var>primary</var> or <var>secondary</var> as a boolean flag.) |
| apihelp-query+geosearch-param-radius (overleg) (Vertalen) | Search radius in meters. |
| apihelp-query+geosearch-param-sort (overleg) (Vertalen) | Set the sort order of returned results. |
| apihelp-query+geosearch-paramvalue-sort-distance (overleg) (Vertalen) | Rank pages by their distance to the center. |
| apihelp-query+geosearch-paramvalue-sort-relevance (overleg) (Vertalen) | Rank pages by their relevance according to [[mw:Extension:CirrusSearch|CirrusSearch]], similar to how [[Special:Search]] does it. Currently only supported on wikis that use the ElasticSearch backend, see [[mw:Extension:GeoData#Search backends]]. |
| apihelp-query+geosearch-summary (overleg) (Vertalen) | Returns pages having coordinates that are located in a certain area. |
| apihelp-query+imageinfo-example-dated (overleg) (Vertalen) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |
| apihelp-query+imageinfo-example-simple (overleg) (Vertalen) | Fetch information about the current version of [[:File:Albert Einstein Head.jpg]]. |
| apihelp-query+imageinfo-param-badfilecontexttitle (overleg) (Vertalen) | If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]] |
| apihelp-query+imageinfo-param-end (overleg) (Vertalen) | Timestamp to stop listing at. |
| apihelp-query+imageinfo-param-extmetadatafilter (overleg) (Vertalen) | If specified and non-empty, only these keys will be returned for $1prop=extmetadata. |
| apihelp-query+imageinfo-param-extmetadatalanguage (overleg) (Vertalen) | What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted. |
| apihelp-query+imageinfo-param-extmetadatamultilang (overleg) (Vertalen) | If translations for extmetadata property are available, fetch all of them. |
| apihelp-query+imageinfo-param-limit (overleg) (Vertalen) | How many file revisions to return per file. |
| apihelp-query+imageinfo-param-localonly (overleg) (Vertalen) | Zoek alleen naar bestanden in de lokale database. |
| apihelp-query+imageinfo-param-metadataversion (overleg) (Vertalen) | Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility. |
| apihelp-query+imageinfo-param-prop (overleg) (Vertalen) | Welke bestandsinformatie u moet krijgen: |
| apihelp-query+imageinfo-param-start (overleg) (Vertalen) | Timestamp to start listing from. |
| apihelp-query+imageinfo-param-urlheight (overleg) (Vertalen) | Similar to $1urlwidth. |
| apihelp-query+imageinfo-param-urlparam (overleg) (Vertalen) | A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>. |
| apihelp-query+imageinfo-param-urlwidth (overleg) (Vertalen) | If $2prop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than $1 scaled images will be returned. |
| apihelp-query+imageinfo-paramvalue-prop-archivename (overleg) (Vertalen) | Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
| apihelp-query+imageinfo-paramvalue-prop-badfile (overleg) (Vertalen) | Adds whether the file is on the [[MediaWiki:Bad image list]] |
| apihelp-query+imageinfo-paramvalue-prop-bitdepth (overleg) (Vertalen) | Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
| apihelp-query+imageinfo-paramvalue-prop-canonicaltitle (overleg) (Vertalen) | Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
| apihelp-query+imageinfo-paramvalue-prop-comment (overleg) (Vertalen) | Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |