Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Winsaa. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:24, 13 June 2025 Vinitha talk contribs imported Module:FeaturedSnippet by file upload (1 revision)
  • 02:15, 13 June 2025 Vinitha talk contribs created page Module:FeaturedSnippet (Created page with "local p = {} function p.render(frame) local out = {} local args = frame:getParent().args local snippets = { args["snippet"], args["snippet2"], args["snippet3"] } -- Add provided snippets for _, snippet in ipairs(snippets) do if snippet and snippet ~= "" then table.insert(out, '<p>' .. mw.text.encode(snippet) .. '</p>') end end -- Fallback to first paragraph if no snippets if #out == 0 then local content = mw.title.getCurrentTitle():getContent(...")