Jump to content

Module:JsonLDTest: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 August 2026

  • curprev 22:2122:21, 28 August 2026 Archivist talk contribs 389 bytes +389 Created page with "local p = {} function p.test() if not mw.ext then return 'mw.ext is missing' end if not mw.ext.JsonLD then return 'mw.ext.JsonLD is missing' end if not mw.ext.JsonLD.addData then return 'mw.ext.JsonLD exists, but addData is missing' end mw.ext.JsonLD.addData({ ["identifier"] = "GRIGORIPEDIA-JSONLD-TEST" }) return 'DynamicJsonLD Lua library is present' end return p"