Template:OHM/OU/obj
Jump to navigation
Jump to search
This documentation is transcluded from Template:OHM/OU/obj/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
OHM {{OU/obj}}
Notes
Syntax
Dates
OpenHistoricalMap/Overpass#Theatres_in_a_given_year (if: t["start_date"] < {{real*1}} && (!is_tag("end_date") || t["end_date"] >= {{real*2|real*1}}));
realyear1=
,realdate1=
,realyear2=
,realdate2=
, etc others: See below #Date- Date format supported: https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##time
Parameters
Examples
OpenHistoricalMap/Overpass#Theatres_in_a_given_year
{{OHM/OU/obj|tag="amenity"="theatre"|realyear1=1975}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=-100 years}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=1975-01-01|realdate2=2023-12-31}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=January 1, 1975|realdate2=December 31, 2023}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=1 Jan 1975|realdate2=31 Dec 2023}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=-100 years|realdate2= -1 year}}
: Run
OHM{{OHM/OU/obj|tag="amenity"="theatre"|realdate1=now -1000 months|realdate2=now -100 months}}
: Run
OHM
See also
- {{[[Template:|]]}}