hexo-tag-wikipedia

1.0.1 • Public • Published

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 %}

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

Package Sidebar

Install

npm i hexo-tag-wikipedia

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.8 kB

Total Files

3

Last publish

Collaborators

  • tuanna.hsp