Unkle Wiki

Special: Log/Samwilson

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

Logs
  • 13:24, 18 August 2023 Samwilson talk contribs created page Template:Placeholder (Created page with "{{#invoke:placeholder | {{{type}}} | wikidata={{{wikidata}}} }}<noinclude> Add placeholder prose, based on Wikidata. == Usage == <code><nowiki>{{placeholder |type=<venue|person|album> |wikidata=<id> }}</nowiki></code> == Examples == Wikitext: <code><nowiki>{{placeholder|type=venue|wikidata=Q7735292}}</nowiki></code> Output: {{placeholder|type=venue|wikidata=Q7735292}} </noinclude>")
  • 13:19, 18 August 2023 Samwilson talk contribs created page Module:Placeholder (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...")
  • 18:34, 17 August 2023 User account Samwilson talk contribs was created