Main public logs

Jump to navigation Jump to search

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

Logs
  • 18:11, 26 April 2026 KasaneTetoLover talk contribs created page Module:Dev:Quote (Created page with "local p = {} function p.main(frame) -- Grab the arguments passed to the template local args = frame:getParent().args if args[1] == nil and args.quote == nil and args.text == nil then args = frame.args end local text = args.quote or args.text or args[1] or "" local author = args.author or args.sign or args[2] or "" local source = args.source or args[3] or "" local container = mw.html.create('div') container:cssText("border-le...")