Template:PrimarySourceQuotation
Jump to navigation
Jump to search
{{{author}}}, {{{title}}}, {{{position}}}
{{{translation}}} | {{{originalText}}} |
Translation from: {{{translationReference}}}
Original text from: {{{editionReference}}}
jQuery( document ).ready( function( $ ) {
$(".originalLanguage").mouseenter(function() { alert("so far, so good"); });
} );