View source: R/tw_get_wikipedia_page_qid.R
tw_get_wikipedia_base_api_url | R Documentation |
Mostly used internally
tw_get_wikipedia_base_api_url(
url = NULL,
title = NULL,
language = tidywikidatar::tw_get_language(),
action = "query",
type = "page"
)
url |
A character vector with the full URL to one or more Wikipedia pages. If given, title and language can be left empty. |
title |
Title of a Wikipedia page or final parts of its url. If given, url can be left empty, but language must be provided. |
language |
Two-letter language code used to define the Wikipedia version to use. Defaults to language set with |
action |
Defaults to "query". Usually either "query" or "parse". In principle, any valid action value, see: https://www.mediawiki.org/w/api.php |
type |
Defaults to "page". Either "page" or "category". |
A character vector of base urls to be used with the MediaWiki API
tw_get_wikipedia_base_api_url(title = "Margaret Mead", language = "en")
tw_get_wikipedia_base_api_url(
title = "Category:American women anthropologists",
type = "category",
language = "en"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.