User:Samwilson
Appearance
	
	
| Userboxes | ||
|---|---|---|
  | 
| Babel user information | 
|---|
| Users by language | 
Please see my page on Meta for other information about me.
Scripts and templates
[edit]- User:Samwilson/GoogleOCR.js – a toolbar button to help with transcribing text in images.
 - User:Samwilson/PreviewWhileEditing.js – display a largish preview of the file while editing it.
 - {{User:Samwilson/photographer}} — Template I use on photos that I have taken. It adds them to Category:Photos by Sam Wilson and others. Not all use this template yet.
 - User:Samwilson/common.js
 
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) | 
l10 | 
2010 | Nikon Coolpix L10 (compact digital) | 
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 l10 d3100 rx100 s21 }}
Photos without |camera= set are added to Category:Photos by Sam Wilson missing camera name.
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 }
}