Create your own individual content for meta data and custom text blocks with the following variables. Please note the availability which is depend on the conditions.
Universal variables
App name
Description: Returns the app name in current locale
Availability: everywhere
{{appName}}
Keyword
Description: Returns nth keyword (position) for type (singular or plural) in current locale
Arguments: {{keyword [position] [type]}}
Availability: everywhere
{{keyword 0 'singular'}}
{{keyword 2 'plural'}}
Locations count
Description: Returns count of locations for current app.
Availability: everywhere
{{locationsCount}}
Locations count rounded
Description: Returns rounded (to precision) count of locations for current app.
Arguments: {{locationsCountRounded [precision]}}
Availability: everywhere
{{locationsCountRounded 4}}
Countries count
Description: Returns count of countries where locations are available.
Availability: everywhere
{{countriesCount}}
Region
Region name
Description: Returns name of a region in current language
Availability: regions ({{#viewIs 'regions'}}), locations ({{#viewIs 'location'}})
{{regionName}}
Country name
Description: Returns name of the country in current language
Availability: regions (), locations ()
{{countryName}}
Parent region name
Description: Returns name of the parent region (if available) in current language
Availability: regions ({{#isRegion}}, {{#isRegionN}}, locations
{{parentName}}
Subregions count
Description: Returns count of subregions (if available)
Availability: regions (({{#isCountry}},{{#isRegion}},{{#isWorld}})
{{subregionsCount}}
Current count
Description: Returns count of locations in current region.
Availability: regions ({{#isCountry}},{{#isRegion}},{{#isWorld}})
{{currentCount}}
Current count rounded
Description: Returns rounded count of locations in current region.
Arguments: {{currentCountRounded [precision]}}
Availability: regions ({{#isCountry}},{{#isRegion}},{{#isWorld}})
{{currentCountRounded 4}}
Locations
Location name
Description: Returns name of the current location in current locale
Availability: locations ({{#viewIs 'location'}})
{{locationName}}
Location unique name
Description: Returns a unique name (locationName + address) of the current location in current locale
Availability: locations ({{#viewIs 'location'}})
{{locationNameUnique}}
Location name with keyword
Description: Returns a name bundled with the keyword if not part of locationName
Availability: locations ({{#viewIs 'location'}})
{{locationNameKeyword}}
Location unique name with keyword
Description: Returns a name bundled with the keyword if not part of locationName
Availability: locations ({{#viewIs 'location'}})
{{locationNameKeywordUnique}}
Unique location name
Description: Returns unique name of the current location
Availability: locations ({{#viewIs 'location'}})
{{locationNameUnique}}
Formatted location address
Description: Returns street, nr. and city of the current location
Availability: locations ({{#viewIs 'location'}})
{{locationAddress}}
Location street address
Description: Returns street and number of the current location
Availability: locations ()
{{locationStreet}}
Location formatted address
Description: Returns formatted address current location