=== Wikilinker === Contributors: dartiss Donate link: http://artiss.co.uk/donate Tags: link, wikipedia Requires at least: 2.5 Tested up to: 4.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple shortcode to quickly add links to Wikipedia == Description == This is a super simple plugin that allows you to quickly and easily add Wikipedia links to your post or page content. I've been using a slimmed down version of this on my own sites for years and thought it was time to make it generally available! The quickest way to add a link is simply to wrap the `[wikilink]` shortcode around a word or series of words. It will then link to those words. For example... `Chicago was also the codename for [wikilink]Windows 95[/wikilink].` This will then add a link to the words "Windows 95", creating a quick and easy way to link to useful information for readers. Unfortunately, not all Wikipedia links are that simple. If the text doesn't link to the correct entry you can use the `alt` parameter to specify your own. For example... `If you've seen the film, the [wikilink alt="Deadpool (Original Motion Picture Soundtrack)"]soundtrack to Deadpool[/wikilink] is worth considering.` By default this plugin uses the English language version of Wikipedia but you can override this using the `lang` parameter. In future I'll add a settings screen so that the default can be specified there, once and for all! Other available parameters include `rel` and `target` and operate exactly the same as their HTML equivalents. Here are all the parameters in use... [wikilink lang="fr" alt="Pop rock" rel="nofollow" alt="_blank"]musique pop et rock[/wikilink] == Installation == Wiklink can be found and installed via the Plugin menu within WordPress administration. Alternatively, it can be downloaded and installed manually... 1. Upload the entire `wikilink` folder to your wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. That's it, you're done - you just need to add the shortcode! == Screenshots == 1. The settings screen - defaults have been set. The drop-down help is also shown == Changelog == = 1.0 = * Initial release == Upgrade Notice == = 1.0 = * Initial release