Table of Contents

wikindx plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" yes
  • 2023-04-04 "Jack Jackrum" yes
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin interact with a wikindx site

Last updated on
2024-01-27
Provides
Syntax
Repository
Source

Similar to refworks

Tagged with bibliography, quotes, references, wikindx

This plugin allows you to call a website made with WIKINDX to embed nice references, display quotes and provide the list of references accessed in this way.

Compatibility

This plugin is compliant with WIKINDX 6.6.0 and higher.

Usage

References

By putting things like {{wxcite>rid}} in your text (where rid is the resource id from the wikindx database), a reference to this work is displayed.

You can specify particular sections in that resource like this: {{wxcite>12345:place}}, where place can be a page number, a range of pages, a roman number, etc. just anything except for }} and ;.

You can specify several resources by separating them with a semicolon (';') like this:

{{wxcite>1234:1-4;5678:chapter 5}}

Which can give for example:

(1-4 Du Mesnil Du Buisson 1958, chapter 5 de La Hylais 1895–1990)

Bibliography

To create a list of all references used on this page, use the tag {{wxbib}} at the end of the page (i.e. after all the works that you want included have been cited).

Abstract, Notes

You can use {{wxnotes>rid}} and {{wxabstract>rid}} to display the notes and abstract fields of the resource with the id “rid”.

Quotes, Musings, Paraphrases

You can display quotes and such like this: {{wxquote>rid:number}}, {{wxmusing>rid:number}}, {{wxparaphrase>rid:number}}. Here rid is the id a resource and number the index of a public quoted/paraphrased work again of that resource. It provides the possibility to select one of several quotes/musings.

Configuration

You have to use the Configuration Manager to set the base_url of your WIKINDX website and you preferred bibliography style.

If the main page of your personal WIKINDX website is https://mywikindx.fr/index.php you have to set the wikindx url parameter as https://mywikindx.fr/. That is, without the name of the index.php page, and keeping the “/” terminal.

Limitation

License

This plugin is licensed under the terms of the GNU General Public License version 2.

Changes

To Do