Template:nophoto
From Homestar Runner Wiki
(Difference between revisions)
(new template to mark the need of a photo to match what its current use has been) |
(urlencode should help resolve the issue with spaces in filenames) |
||
(includes 15 intermediate revisions) | |||
Line 1: | Line 1: | ||
- | [[Image:Nophoto.PNG|{{{1|150px}}}]]<!-- | + | <!-- /* store link target in a variable */ |
- | --><includeonly>[[Category:Articles Needing Images]]</includeonly><noinclude> | + | -->{{#setvar:nophoto_link|{{SERVER}}{{#if:{{{filename|}}}|{{localurl:Special:Upload|wpDestFile={{urlencode:{{{filename}}}}}}}|{{localurl:Special:Upload}} }} }}<!-- |
+ | /* source: https://stackoverflow.com/questions/44275502/overlay-text-on-image-html */ | ||
+ | --><div style="width: {{{1|150px}}}; position: relative;">[[Image:Nophoto.PNG<!-- | ||
+ | -->|{{{1|150px}}}<!-- | ||
+ | -->|link={{#var:nophoto_link}}]]<!-- | ||
+ | --><div class="plainlinks hovul" style="box-sizing:border-box;width:{{{1|150px}}};padding:10px;position:absolute;bottom:0px;left:0;text-align:center;font-size:90%;line-height:1.3">[{{#var:nophoto_link}} <span style="color:#FF5555; text-shadow: 1px 1px black;">{{{caption|Click here to upload an image}}}</span>]</div></div><includeonly>[[Category:Articles Needing Images]]</includeonly><noinclude> | ||
- | This template is used to mark items that expect a photo but do not have them. | + | This template is used to mark items that expect a photo but do not have them. |
- | These are added to the [[:Category: | + | These are added to the [[:Category:Articles Needing Images|Articles Needing Images]] category. |
=== Usage === | === Usage === | ||
Line 15: | Line 20: | ||
{{nophoto|100px}} | {{nophoto|100px}} | ||
</pre> | </pre> | ||
+ | * To link to a specific desired filename: | ||
+ | <pre> | ||
+ | {{nophoto|filename=newCoolPic.PNG}} | ||
+ | </pre> | ||
+ | * To enter a caption different from the default: | ||
+ | <pre> | ||
+ | {{nophoto|caption=Please donate images to help The Sad Kids.}} | ||
+ | </pre> | ||
+ | * These options can be combined: | ||
+ | <pre> | ||
+ | {{nophoto|filename=newCoolPic.PNG|100px|caption=Upload image}} | ||
+ | </pre> | ||
+ | |||
- | [[Category: | + | [[Category:Fancy Formatting Templates]] |
+ | [[Category:Image Formatting Templates]] | ||
</noinclude> | </noinclude> |
Current revision as of 10:41, 22 April 2025
This template is used to mark items that expect a photo but do not have them.
These are added to the Articles Needing Images category.
[edit] Usage
- To add an image with a default width of 150px:
{{nophoto}}
- To add an image with a width of 100px:
{{nophoto|100px}}
- To link to a specific desired filename:
{{nophoto|filename=newCoolPic.PNG}}
- To enter a caption different from the default:
{{nophoto|caption=Please donate images to help The Sad Kids.}}
- These options can be combined:
{{nophoto|filename=newCoolPic.PNG|100px|caption=Upload image}}