User:Samwilson

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Userboxes
This user is proud to be a financial member of Wikimedia Australia.
Babel user information
en-N This user has a native understanding of English.
Users by language

Please see my page on Meta for other information about me.

Scripts and templates[edit]

Cameras[edit]

Cameras I've used for photos here:

Code Years Camera
as6 –1999 Canon AS-6 (35mm underwater compact)
k1000 1992–1997 Pentax K1000 (35mm SLR)
elph 1999– Canon Elph Jr. (compact APS film)
ezonics 2000–2007 Ezonics i210 (compact 1.2 MP digital)
4600 2006–2007 Nikon Coolpix 4600 (compact digital)
eve 2010-2015 LG Eve/GW620 (mobile phone)
ft1 2009– Panasonic Lumix DMC-FT1 (compact digital)
d40 Nikon D40 (DSLR)
d60 2007–2010 Nikon D60 (DSLR)
d3100 2014– Nikon D3100 (DSLR)
g3 2015–2018 LG G3 (mobile phone)
g6 2018–2022 LG G6 (mobile phone)
rx100 2021– Sony RX100 mk. V (compact digital)
s21 2022– Samsung Galaxy S21 FE 5G (mobile phone)
{{User:Samwilson/photographer|camera= as6 k1000 elph ezonics ft1 eve g3 g6 4600 d40 d60 d3100 rx100 s21 }}

Category members lacking depicts (P180)[edit]

SELECT ?file ?title WITH {
  SELECT ?file ?title WHERE {
    SERVICE wikibase:mwapi {
      bd:serviceParam wikibase:api "Generator" .
      bd:serviceParam wikibase:endpoint "commons.wikimedia.org" .
      bd:serviceParam mwapi:gcmtitle "Fremantle (suburb)" .
      bd:serviceParam mwapi:generator "categorymembers" .
      bd:serviceParam mwapi:gcmtype "file" .
      bd:serviceParam mwapi:gcmlimit "max" .
      ?title wikibase:apiOutput mwapi:title .
      ?pageid wikibase:apiOutput "@pageid" .
    }
    BIND ( URI( CONCAT( 'https://commons.wikimedia.org/entity/M', ?pageid ) ) AS ?file )
  }
} AS %files
WHERE {
  INCLUDE %files .
  FILTER NOT EXISTS { ?file wdt:P180 ?depicts }
}

Try it!