#Prints the noun associated with the religion e.g. "Catholicism" or "Sunni Islam". Works in country and province scope.
defined_text = {
	name = GetReligionNoun
	random = no
	text = {
		localisation_key = catholicism_string
		trigger = {
			religion = catholic
		}
	}
	text = {
		localisation_key = anglicanism_string
		trigger = {
			religion = anglican
		}
	}
	text = {
		localisation_key = protestantism_string
		trigger = {
			religion = protestant
		}
	}
	text = {
		localisation_key = reformed_christianity_string
		trigger = {
			religion = reformed
		}
	}
	text = {
		localisation_key = orthodox_christianity_string
		trigger = {
			religion = orthodox
		}
	}
	text = {
		localisation_key = coptic_christianity_string
		trigger = {
			religion = coptic
		}
	}
	text = {
		localisation_key = sunni_islam_string
		trigger = {
			religion = sunni
		}
	}
	text = {
		localisation_key = shia_islam_string
		trigger = {
			religion = shiite
		}
	}
	text = {
		localisation_key = ibadism_string
		trigger = {
			religion = ibadi
		}
	}
	text = {
		localisation_key = theravada_buddhism_string
		trigger = {
			religion = buddhism
		}
	}
	text = {
		localisation_key = vajrayana_buddhism_string
		trigger = {
			religion = vajrayana
		}
	}
	text = {
		localisation_key = mahayana_buddhism_string
		trigger = {
			religion = mahayana
		}
	}
	text = {
		localisation_key = confucianism_string
		trigger = {
			religion = confucianism
		}
	}
	text = {
		localisation_key = shintoism_string
		trigger = {
			religion = shinto
		}
	}
	text = {
		localisation_key = hinduism_string
		trigger = {
			religion = hinduism
		}
	}
	text = {
		localisation_key = sikhism_string
		trigger = {
			religion = sikhism
		}
	}
	text = {
		localisation_key = animism_string
		trigger = {
			religion = animism
		}
	}
	text = {
		localisation_key = fetishism_string
		trigger = {
			religion = shamanism
		}
	}
	text = {
		localisation_key = totemism_string
		trigger = {
			religion = totemism
		}
	}
	text = {
		localisation_key = inti_paganism_string
		trigger = {
			religion = inti
		}
	}
	text = {
		localisation_key = nahuatl_paganism_string
		trigger = {
			religion = nahuatl
		}
	}
	text = {
		localisation_key = mayan_paganism_string
		trigger = {
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = norse_paganism_string
		trigger = {
			religion = norse_pagan_reformed
		}
	}
	text = {
		localisation_key = tengrianism_string
		trigger = {
			religion = tengri_pagan_reformed
		}
	}
	text = {
		localisation_key = judaism_string
		trigger = {
			religion = jewish
		}
	}
	text = {
		localisation_key = zoroastrianism_string
		trigger = {
			religion = zoroastrian
		}
	}

	# Religions & Cultures Expanded:
	text = {
		localisation_key = jainism_string
		trigger = {
			religion = jainism
		}
	}
	text = {
		localisation_key = tibetan_buddhism_string
		trigger = {
			religion = tibetan_buddhism
		}
	}
	text = {
		localisation_key = vidilist_string
		trigger = {
			religion = vidilist
		}
	}
	text = {
		localisation_key = nestorian_string
		trigger = {
			religion = nestorian
		}
	}
	text = {
		localisation_key = manichaeism_string
		trigger = {
			religion = manichaeism
		}
	}
	text = {
		localisation_key = bogomilist_string
		trigger = {
			religion = bogomilist
		}
	}
}