robinkrahl / LrMediaWiki

MediaWiki for Lightroom
https://commons.wikimedia.org/wiki/Commons:LrMediaWiki
Other
13 stars 7 forks source link

Additional placeholders derived from creation date #91

Closed Hasenlaeufer closed 7 years ago

Hasenlaeufer commented 7 years ago

Add placeholders to access parts of <dateCreated> / <creationDate>:

Hasenlaeufer commented 7 years ago

The current implementation provides these date and time placeholders derived from creation date/time:

<dateCreated> <creationDate> <creationLongDate> ☆ <creationMediumDate> ☆ <creationShortDate> ☆ <creationYear> <creationMonth> <creationMonthXX> – two digit format <creationMonthName> <creationMonthNameLoc> ☆ <creationDay> <creationDayXX> – two digit format <creationDayName> <creationDayNameLoc> ☆ <creationTime> <creationHour> <creationMinute> <creationSecond> ☆ = depends on localization

Test template dateCreated: <dateCreated> creationDate: <creationDate> creationLongDate: <creationLongDate> creationMediumDate: <creationMediumDate> creationShortDate: <creationShortDate> creationYear: <creationYear> creationMonth: <creationMonth> creationMonthXX: <creationMonthXX> creationMonthName: <creationMonthName> creationMonthNameLoc: <creationMonthNameLoc> creationDay: <creationDay> creationDayXX: <creationDayXX> creationDayName: <creationDayName> creationDayNameLoc: <creationDayNameLoc> creationTime: <creationTime> creationHour: <creationHour> creationMinute: <creationMinute> creationSecond: <creationSecond>

Test output English/USA dateCreated: 2017-01-07T18:43:50 creationDate: 2017-01-07 creationLongDate: January 7, 2017 creationMediumDate: Jan 7, 2017 creationShortDate: 1/7/17 creationYear: 2017 creationMonth: 1 creationMonthXX: 01 creationMonthName: January creationMonthNameLoc: January creationDay: 7 creationDayXX: 07 creationDayName: Saturday creationDayNameLoc: Saturday creationTime: 18:43:50 creationHour: 18 creationMinute: 43 creationSecond: 50

Test output German/Austria creationDate: 2017-01-07 creationLongDate: 7. Jänner 2017 creationMediumDate: 07.01.2017 creationShortDate: 07.01.17 creationYear: 2017 creationMonth: 1 creationMonthXX: 01 creationMonthName: January creationMonthNameLoc: Jänner creationDay: 7 creationDayXX: 07 creationDayName: Saturday creationDayNameLoc: Samstag creationTime: 18:43:50 creationHour: 18 creationMinute: 43 creationSecond: 50

Hasenlaeufer commented 7 years ago

Provided by pre-release 0.8.