{# vim:ft=jinja #} {% if is_nonfree_cc %} Hi, I'd like to use your photo to illustrate the article about {{ name }} on Wikipedia. {{ flickr_url }} {{ wiki_part1 }}{{ wiki_part2 | urlencode }} I noticed your photo is licensed under {{ license_name }}. Thank you for sharing your work with a Creative Commons license! Unfortunately, Wikipedia can only use images that allow commercial use and derivative works, so the current license restrictions prevent us from using it. {% if 'NC' in license_name and 'ND' in license_name %} The "NonCommercial" restriction means the image can't be used on Wikipedia because Wikipedia content may be reused commercially. The "NoDerivs" restriction also prevents use because Wikipedia needs to allow image cropping and other modifications. {% elif 'NC' in license_name %} The "NonCommercial" restriction means the image can't be used on Wikipedia because Wikipedia content may be reused commercially by anyone. {% elif 'ND' in license_name %} The "NoDerivs" restriction means the image can't be used on Wikipedia because Wikipedia needs to allow modifications like cropping or colour correction. {% endif %} Would you consider changing the license to Creative Commons Attribution (CC BY) or Attribution-ShareAlike (CC BY-SA)? These licenses still require credit to be given to you, but allow the broader use that Wikipedia requires. To adjust the license settings, you can click on the license name on the right-hand side of the photo's page, just underneath the date. Thanks, Edward edward@4angle.com {% else %} Hi, I'd like to use your photo to illustrate the article about {{ name }} on Wikipedia. {{ flickr_url }} {{ wiki_part1 }}{{ wiki_part2 | urlencode }} Would you be willing to change the license of the photo to Creative Commons Attribution so it can be used on Wikipedia? I'll include a credit on the image page. Just to be clear on the license, it needs to be Attribution or Attribution-ShareAlike. If you select a license with a "NonCommercial" or "NoDerivs" restriction then the images can't be used on Wikipedia. To adjust the license settings, you can click on 'All rights reserved' on the right-hand side of the photo's page, just underneath the date. Thanks, Edward edward@4angle.com {% endif %}