All public logs
From Little Tail Wiki
Combined display of all available logs of Little Tail Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:44, 23 November 2024 Meguumin talk contribs created page Module:Nihongo (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...")