Special: Log

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

Logs
  • 06:37, 29 June 2023 Samwilson talk contribs created page Module:Authority-control (Created page with "local PROP_FORMATTER_URL = 'P1630' local p = {} p.main = function( frame ) if frame.args.wikidata == nil or frame.args.wikidata == '' then return '' end local item = mw.ext.UnlinkedWikibase.getEntity( frame.args.wikidata ) if item.id == nil then return '' end local out = { 'Wikidata: ' .. item.id .. '' } for _,claim in pairs( item.claims ) do for snakNum,snak in pairs( claim ) do if snak.mainsnak.datatype == 'external-i...")