hexo-tag-wikipedia
v1.0.1
Published
Embed content from Wikipedia into your blog post
Readme
hexo-tag-wikipedia
A plugin to embed Wikipedia content into your Hexo post.
Currently, it only supports showing Wiki extracts (the first section before the Table of Contents).
Installation
npm i hexo-tag-wikipedia --saveor
yarn add hexo-tag-wikipediaUsage
Example
{% wikipedia title:GitHub wikiButton:true %}
Available parameters
| Parameter | Description |
| --- | --- |
| title:<wiki_title> | For example with the wiki URL https://en.wikipedia.org/wiki/Star_Wars, it is 'Star_Wars' |
| wikiButton:<true> | Whether or not to show the Wikipedia page link. Default to false |
| lang:<code> | The wiki page language code. en, fr, ja... Default to en |
| sentences:<number> | Limit the number of sentences to show if specified. Only accept value from 1 to 10. Omit to show the full extract |
