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

24 January 2025

  • curprev 15:3915:39, 24 January 2025Ular.palmiste talk contribsm 3,344 bytes +1,731 No edit summary
  • curprev 15:2515:25, 24 January 2025Ular.palmiste talk contribs 1,613 bytes +1,613 Created page with "local p = {} function p.get_reference(frame) local name = frame.args.name local reading_list_page = "Reading List" -- Change if your page is named differently if not name or name == "" then return '<strong class="error">Error: Reference name not provided.</strong>' end local success, content = pcall(mw.title.new(reading_list_page).getContent, mw.title.new(reading_list_page)) if not success then return '<strong class="error">Error: Could not load Reading List..."