Skip to content

mirthe/kirby_wikipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Plugin: Wikipedia

This plugin allows you to shows a summary for a Wikipedia article on your Kirby site.

Git submodule

git submodule add https://github.com/mirthe/kirby_wikipedia.git site/plugins/wikipedia

Example

Placed for example with information from the English Wikipedia (default)

(wikipedia: article: Opeth)

Or to specify a different language

(wikipedia: article: Opeth lang: nl)

For more ambiguous article names use the spelling from Wikipedia

(wikipedia: article: Tool_(band))

Spaces are converted to underscores, so you can use

(wikipedia: article: Type O Negative)
example

Todo

  • Offer as an official Kirby plugin
  • Better error handling
  • Cleanup php
  • Handle weird characters in article names better
  • Handle disambiguation for article names (use type=standard)
  • ..