Module:Nihongo: Revision history

From Little Tail Wiki
Jump to navigationJump 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.

5 February 2025

  • curprev 22:0022:00, 5 February 2025 Meguumin talk contribs 4,730 bytes +4,730 Created page with "local p = {} -- Main function that generates the Nihongo text function p.nihongo(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..."