Parse marker shortcodes (WIP)

This commit is contained in:
2025-10-24 10:27:28 +02:00
parent 00cedfeb85
commit 952dc3f841
4 changed files with 31 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ export class Reuse {
imageContainer.innerHTML = '<p class="has-text-centered">Nessuna risorsa visuale disponibile</p>';
}
/**
* @param {number} recordId
* @param {Number} recordId
*/
async biblio(recordId) {
let {citations, biblioElements} = await Utils.buildBibliography('reuse', recordId);