JonTillman/Sandbox

From Eating Asturias, the Encyclopedia of Asturian Gastronomy

I am looking into doing the work myself to properly use book page references, and to separate Footnotes from References in my article End Matter.

Current State

Currently Common.js includes code to hack a title into my references:

$(document).ready(function(){
    $('.mw-references-wrap').before('<h2>Endnotes</h2>');
});

This should be replaced with a template that is included on every page that handles both explanatory footnotes and literature references. See the bottom of this page for an example mock-up.

For this to work as I want, the following needs to be true:

  • Every ref has a name="" that includes the Zotero Citation Key
  • Every sub-reference has a extends="" that references the name of a ref
  • Zotero is being used correctly according to Wikipedia

Test text

This is a grouped reference for footnotes[Footnote 1]

This is a normal citation reference[1]

This is a reused reference[1]

This is a sub-reference[1.1]

Endnotes

Notes

  1. This is an examples explanatory footnote

References