JReferences

0

This plugin allows references and citations in your posts. It’s only a beta version, so if you find issues or if you think it lacks some features, please contact me. To use it, simply

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin allows references and citations in your posts. It’s only a beta version, so if you find issues or if you think it lacks some features, please contact me.

To use it, simply add your reference using a shortcode you can choose (‘jref’ by default), and a few attributes (always use lowercase):

  • title (mandatory)
  • author
  • date
  • url
  • editor
  • page
  • lang
  • readon

There are no specific controls on the content of those attributes, you may add any text you want. Only ‘title’ is mandatory. All attributes roles are easy to understand; ‘page’ is for a book (but can be used for any content), ‘readon’ is the date you last consult the reference.

Again, in this first release, there’s no specific control or action triggered by attribute’s content (like verifying the format, or linking to an archive site). Maybe in a future release…

A list of all references will be added at the end of the post.

Here are some examples:

  • [jref]url=http://geba.fr|date=janv 2017|title=The Title.|author=Janiko|lang=FR|editor=geba.fr|page=p.5[/jref]
  • [jref name=’numref’]url=http://geba.fr|date=janv 2017|title=The Title.|author=Janiko|lang=FR|editor=geba.fr|page=p.5[/jref]
  • [jref name=’numref’ /]

You can optionnaly add a name to the citation, so you can reuse it in your post. Important note: the displayed attributes will be the attributes of the FIRST reference with that name. Any other attribute will be ignored.