Unkle Wiki

Module: Placeholder

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 August 2023

  • curprev 13:1913:19, 18 August 2023Samwilson talk contribs 1,226 bytes +1,226 Created page with "local PROP_INCEPTION = 'P571' local PROP_DEMOLITION = 'P576' local PROP_ADMIN_AREA = 'P131' local PROP_COUNTRY = 'P17' local p = {} p.venue = function( frame ) local item = mw.ext.UnlinkedWikibase.getEntity( frame.args.wikidata ) if item == nil then return '' end local adminArea = mw.ext.UnlinkedWikibase.getEntity( item.claims[PROP_ADMIN_AREA][0].mainsnak.datavalue.value.id ) local country = mw.ext.UnlinkedWikibase.getEntity( item.claims[PROP_COUNTRY][0].mainsna..."
Discuss this page