Module:Zh: Revision history

Jump to navigation Jump to search

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.

3 December 2024

  • curprev 22:4622:46, 3 December 2024Paisley Park talk contribs 3,947 bytes +42 No edit summary
  • curprev 22:3922:39, 3 December 2024Paisley Park talk contribs 3,905 bytes +3,905 Created page with "local p = {} -- Main function that generates the zh text function p.zh(frame) -- Retrieve the arguments passed to the template local args = frame:getParent().args -- Helper function to create a span element with the given content and style local function getSpan(content, style) if content == "" then return "" end return string.format('<span %s>%s</span>', style, content) end local function escapeQuotes(str) if not str then..."