1.0.1 • Published 3 years ago

hexo-tag-wikipedia v1.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

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 --save

or

yarn add hexo-tag-wikipedia

Usage

Example

{% wikipedia title:GitHub wikiButton:true %}

npm.io

Available parameters

ParameterDescription
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
1.0.1

3 years ago

1.0.0

4 years ago