Usage
Displays the English Wikipedia's current picture of the day (POTD) in a box of no more than 600 pixels wide, without the blurb (explanatory text), for use on user pages. To always display the current day's POTD, use {{POTD}}
; to permanently feature a particular day's POTD, use {{POTD|date=[date]}}
, where the [date]
parameter can be given in any valid format.
It is also possible to create your own custom POTD layouts, in case the already-existing versions will not look good within your user page design. Mix and match the following components to make your own. This system will only work for POTDs selected beginning January 1, 2007. Be sure to replace [date]
with an appropriate date value. For a dynamically updating version, use {{#time:Y-m-d}}
(example: {{POTD/{{#time:Y-m-d}}|image}}
).
Template | Description | Renders as |
---|---|---|
{{POTD/[date]|image}} |
The name of the image, without the File: prefix |
France 1793-A 24 Livres.jpg |
{{POTD/[date]|size}} |
The size of the image, without the trailing px |
450 |
{{POTD/[date]|caption}} |
The image caption (blurb) | The livre (French for 'pound') was the currency of the Kingdom of France and its predecessor state of West Francia from 781 to 1794. Several different livres existed, some concurrently. The livre referred to both units of account and coins. The last banknotes and coins of the livre were issued in Year II of the revolutionary French First Republic (1794). In 1795, the franc was introduced, and the first one-franc coin was struck in 1803. The word livre survived; until the middle of the 19th century it was indifferently used alongside the word franc, especially to express large amounts and transactions linked with property (such as real estate, property incomes, or cattle). This 24-livre coin was minted in Lille in 1793, under the First Republic, and is now part of the National Numismatic Collection at the Smithsonian Institution. The obverse features a depiction of a winged genius by the French sculptor Augustin Dupré. |
{{POTD/[date]|title}} |
A link to the article the image represents | French livre |
{{POTD/[date]|texttitle}} |
A linkless short caption, also useful as an alt attribute | French livre |
{{POTD/[date]|credit}} |
The credit line of the image, including the genre (e.g. photograph, painting) | Coin design credit: Paris Mint and Augustin Dupré; photographed by the National Numismatic Collection |
There are two additional predefined layouts:
{{POTD/{{#time:Y-m-d}}|column}}
: This has the image and caption above each other with no borders. Used on some of the Main Page alternatives and also suitable for user pages.{{POTD/{{#time:Y-m-d}}|row}}
: This has the image and caption encapsulated in (usually) a single table row. This is the version used on the current Main Page.
It is also possible to permanently feature a POTD for a selected day. Just add a specific value for the date you want. For example, today's POTD is {{POTD/2022-08-07|image}}
. Likewise, you can use date parameters with the other templates as well. If you like the pre-made formats, you can use date parameters there as well, like this: {{Pic of the day|date=2022-08-07}}
or {{POTD|date=2022-08-07}}
. Again, this system will only work for POTDs selected beginning January 1, 2007.