I need just to retrieve first paragraph of a Wikipedia page. Content must be html formated, ready to be displayed on my websites (so NO BBCODE, or WIKIPEDIA special CODE!)
feedback
|
|
This code allows you to retrieve the content of the first paragraph of the page in plain text. Parts of this answer come from here and thus here. See MediaWiki API documentation for more information.
| |||||
feedback
|
|
Yes, there is. For example, if you wanted to get the content of the first section of the article Stack Overflow, use a query like this: The parts mean this:
Keep in mind that this returns the whole first section including things like hatnotes (“For other uses …”), infoboxes or images. There are several libraries available for various languages that make working with API easier, it may be better for you if you used one of them. | |||||
feedback
|
|
The | |||
|
feedback
|
|
If you are just looking for the text which you can then split up but don't want to use the API take a look at en.wikipedia.org/w/index.php?title=Elephant&action=raw | |||
|
feedback
|