Jump to content

Module:AuthorsDisplay: 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.

20 April 2026

  • curprev 10:4410:44, 20 April 2026 Design talk contribs 3,366 bytes +1,564 No edit summary undo
  • curprev 10:3510:35, 20 April 2026 Design talk contribs 1,802 bytes +1,802 Created page with "local p = {} function p.main(frame) local item = frame.args.item or "Q14" local entity = mw.wikibase.getEntity(item) -- Check if entity exists and has P2 claims if not entity or not entity.claims or not entity.claims.P2 then return "<i>No authors found.</i>" end local authors = entity.claims.P2 local output = '{| class="wikitable" style="border-collapse: collapse;"\n' output = output .. '|-\n! Author !! Country\n'..."