In federated wiki, provenance refers to the origin/source of a page – specifically which page(s) it was forked or created from.
const provenance = function (action) { if (!action?.provenance) { return '' } return `\ <p> Created From: </p><p> ${resolve.resolveLinks(action.provenance)} </p>\ ` }
See also Intertwingling