Module:formatting/data

Documentation for this module may be created at Module:formatting/data/documentation

return {
	["faces"] = {
		["term"] = {
			tag = "i",
			class = "mention",
		},
		["head"] = {
			tag = "strong",
			class = "headword",
		},
		["hypothetical"] = {
			prefix = '<span class="hypothetical-star">*</span>',
			tag = "i",
			class = "hypothetical",
		},
		["bold"] = {
			tag = "b",
		},
		["example"] = {
			tag = "i",
			class = "use-example",
		},
		["translation"] = {
			tag = "span",
		},
		["nil"] = {
			tag = "span",
		},
	}
}