All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Cookerpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:04, 13 February 2022 Eggman talk contribs created page Module:Cite tweet (Created page with "local p = {} local TwitterSnowflake = require('Module:TwitterSnowflake') local CiteWeb = require('Module:Cite web')[''] local function _if(arg) return arg and arg ~= '' or nil end p.main = function(frame) frame.args = frame:getParent().args return p[''](frame) end p[''] = function(frame) local args = frame.args local cite_args = { url = 'https://twitter.com/' .. ((args.user and args.number) and (args.user .. '/status/' .. args.number) or ''), title = (args...")