Текст статьи

Населенные пункты и крепости в государстве

LIST  
FROM ""  
WHERE (type = "city" OR type = "town_village_hamlet" OR type = "fortress") AND contains(country, this.file.link)  
SORT file.name ASC  

Другие места в стране

LIST  
FROM ""  
WHERE (type = "pointOfInterest") AND contains(country, this.file.link)  
SORT file.name ASC