<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tsal.baz9k.xyz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=60mo</id>
	<title>Tsal Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tsal.baz9k.xyz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=60mo"/>
	<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/wiki/Special:Contributions/60mo"/>
	<updated>2026-04-14T14:15:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:akb%C4%93&amp;diff=978</id>
		<title>Dictionary:akbē</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:akb%C4%93&amp;diff=978"/>
		<updated>2026-01-26T23:49:10Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== {{primordial}}  ===Pronunciation=== {{ts-pron}}  ===Adjective=== {{ts-adj}}  # Middle&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Adjective===&lt;br /&gt;
{{ts-adj}}&lt;br /&gt;
&lt;br /&gt;
# Middle&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=977</id>
		<title>Module:IPA</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=977"/>
		<updated>2026-01-26T19:32:42Z</updated>

		<summary type="html">&lt;p&gt;60mo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-- Converts the various languages&#039; romanization into (broad-transcribed IPA)&lt;br /&gt;
&lt;br /&gt;
local function table_replacer(t, to_lower)&lt;br /&gt;
	return function(roman_word)&lt;br /&gt;
		local ipa = roman_word&lt;br /&gt;
		if to_lower then&lt;br /&gt;
			ipa = mw.ustring.lower(ipa)&lt;br /&gt;
		end&lt;br /&gt;
		for _,subs in ipairs(t) do&lt;br /&gt;
			ipa = mw.ustring.gsub(ipa, subs[1], subs[2])&lt;br /&gt;
		end&lt;br /&gt;
		return ipa&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
local langauge_pronouncers = {&lt;br /&gt;
	ts = table_replacer({&lt;br /&gt;
		{&amp;quot;^ts&amp;quot;,&amp;quot;c&amp;quot;},&lt;br /&gt;
		{&amp;quot;^dz&amp;quot;,&amp;quot;ż&amp;quot;},&lt;br /&gt;
		{&amp;quot;c&amp;quot;,&amp;quot;t͡s&amp;quot;},&lt;br /&gt;
		{&amp;quot;ż&amp;quot;,&amp;quot;d͡z&amp;quot;},&lt;br /&gt;
		{&amp;quot;ł&amp;quot;,&amp;quot;ɬ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ğ&amp;quot;,&amp;quot;ɣ&amp;quot;},&lt;br /&gt;
		{&amp;quot;q&amp;quot;,&amp;quot;k͡x&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;y&amp;quot;,&amp;quot;j&amp;quot;},&lt;br /&gt;
		{&amp;quot;ř&amp;quot;,&amp;quot;r̥&amp;quot;},&lt;br /&gt;
		{&amp;quot;ā&amp;quot;,&amp;quot;aː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ē&amp;quot;,&amp;quot;eː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ī&amp;quot;,&amp;quot;iː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ō&amp;quot;,&amp;quot;oː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ū&amp;quot;,&amp;quot;uː&amp;quot;},&lt;br /&gt;
		-- phonology&lt;br /&gt;
		{&amp;quot;ep&amp;quot;, &amp;quot;ef&amp;quot;},&lt;br /&gt;
        {&amp;quot;eːp&amp;quot;, &amp;quot;eːf&amp;quot;},&lt;br /&gt;
        {&amp;quot;ip&amp;quot;, &amp;quot;if&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːp&amp;quot;, &amp;quot;iːf&amp;quot;},&lt;br /&gt;
        {&amp;quot;eb&amp;quot;, &amp;quot;ev&amp;quot;},&lt;br /&gt;
        {&amp;quot;eːb&amp;quot;, &amp;quot;eːv&amp;quot;},&lt;br /&gt;
        {&amp;quot;ib&amp;quot;, &amp;quot;iv&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːb&amp;quot;, &amp;quot;iːv&amp;quot;},&lt;br /&gt;
	}, true),&lt;br /&gt;
	ll = table_replacer({&lt;br /&gt;
		{&amp;quot;nng&amp;quot;,&amp;quot;ŋŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ng&amp;quot;,&amp;quot;ŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;o&amp;quot;,&amp;quot;ə&amp;quot;},&lt;br /&gt;
		{&amp;quot;e&amp;quot;,&amp;quot;ɛ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ay&amp;quot;,&amp;quot;aj&amp;quot;},&lt;br /&gt;
		{&amp;quot;oy&amp;quot;,&amp;quot;oj&amp;quot;},&lt;br /&gt;
	}, true)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.to_ipa(frame)&lt;br /&gt;
	local function pronounce_word(language)&lt;br /&gt;
		local f = langauge_pronouncers[language]&lt;br /&gt;
		if f then &lt;br /&gt;
			return f &lt;br /&gt;
		else &lt;br /&gt;
			return function(x) &lt;br /&gt;
				return x &lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang = frame.args[1]&lt;br /&gt;
	local target = frame.args[2]&lt;br /&gt;
	out, _ = mw.ustring.gsub(target,&amp;quot;(%w+)&amp;quot;, pronounce_word(lang))&lt;br /&gt;
	return &amp;quot;/&amp;quot; .. out .. &amp;quot;/&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=976</id>
		<title>Module:IPA</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=976"/>
		<updated>2026-01-26T19:30:25Z</updated>

		<summary type="html">&lt;p&gt;60mo: labial rule&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-- Converts the various languages&#039; romanization into (broad-transcribed IPA)&lt;br /&gt;
&lt;br /&gt;
local function table_replacer(t, to_lower)&lt;br /&gt;
	return function(roman_word)&lt;br /&gt;
		local ipa = roman_word&lt;br /&gt;
		if to_lower then&lt;br /&gt;
			ipa = mw.ustring.lower(ipa)&lt;br /&gt;
		end&lt;br /&gt;
		for _,subs in ipairs(t) do&lt;br /&gt;
			ipa = mw.ustring.gsub(ipa, subs[1], subs[2])&lt;br /&gt;
		end&lt;br /&gt;
		return ipa&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
local langauge_pronouncers = {&lt;br /&gt;
	ts = table_replacer({&lt;br /&gt;
		{&amp;quot;^ts&amp;quot;,&amp;quot;c&amp;quot;},&lt;br /&gt;
		{&amp;quot;^dz&amp;quot;,&amp;quot;ż&amp;quot;},&lt;br /&gt;
		{&amp;quot;c&amp;quot;,&amp;quot;t͡s&amp;quot;},&lt;br /&gt;
		{&amp;quot;ż&amp;quot;,&amp;quot;d͡z&amp;quot;},&lt;br /&gt;
		{&amp;quot;ł&amp;quot;,&amp;quot;ɬ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ğ&amp;quot;,&amp;quot;ɣ&amp;quot;},&lt;br /&gt;
		{&amp;quot;q&amp;quot;,&amp;quot;k͡x&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;y&amp;quot;,&amp;quot;j&amp;quot;},&lt;br /&gt;
		{&amp;quot;ř&amp;quot;,&amp;quot;r̥&amp;quot;},&lt;br /&gt;
		{&amp;quot;ā&amp;quot;,&amp;quot;aː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ē&amp;quot;,&amp;quot;eː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ī&amp;quot;,&amp;quot;iː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ō&amp;quot;,&amp;quot;oː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ū&amp;quot;,&amp;quot;uː&amp;quot;},&lt;br /&gt;
		-- phonology&lt;br /&gt;
		{&amp;quot;ep&amp;quot;, &amp;quot;ef&amp;quot;},&lt;br /&gt;
        {&amp;quot;eːp&amp;quot;, &amp;quot;eːf&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːp&amp;quot;, &amp;quot;iːf&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːp&amp;quot;, &amp;quot;iːf&amp;quot;},&lt;br /&gt;
        {&amp;quot;eb&amp;quot;, &amp;quot;ev&amp;quot;},&lt;br /&gt;
        {&amp;quot;eːb&amp;quot;, &amp;quot;eːv&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːb&amp;quot;, &amp;quot;iːv&amp;quot;},&lt;br /&gt;
        {&amp;quot;iːb&amp;quot;, &amp;quot;iːv&amp;quot;},&lt;br /&gt;
	}, true),&lt;br /&gt;
	ll = table_replacer({&lt;br /&gt;
		{&amp;quot;nng&amp;quot;,&amp;quot;ŋŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ng&amp;quot;,&amp;quot;ŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;o&amp;quot;,&amp;quot;ə&amp;quot;},&lt;br /&gt;
		{&amp;quot;e&amp;quot;,&amp;quot;ɛ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ay&amp;quot;,&amp;quot;aj&amp;quot;},&lt;br /&gt;
		{&amp;quot;oy&amp;quot;,&amp;quot;oj&amp;quot;},&lt;br /&gt;
	}, true)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.to_ipa(frame)&lt;br /&gt;
	local function pronounce_word(language)&lt;br /&gt;
		local f = langauge_pronouncers[language]&lt;br /&gt;
		if f then &lt;br /&gt;
			return f &lt;br /&gt;
		else &lt;br /&gt;
			return function(x) &lt;br /&gt;
				return x &lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang = frame.args[1]&lt;br /&gt;
	local target = frame.args[2]&lt;br /&gt;
	out, _ = mw.ustring.gsub(target,&amp;quot;(%w+)&amp;quot;, pronounce_word(lang))&lt;br /&gt;
	return &amp;quot;/&amp;quot; .. out .. &amp;quot;/&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:kibisca&amp;diff=975</id>
		<title>Dictionary:kibisca</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:kibisca&amp;diff=975"/>
		<updated>2026-01-26T19:23:32Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== Loaned from Bascun language, from Tsal kibix  ===Pronunciation=== {{ts-pron}}  ===Noun=== {{ts-noun}}  # Pariah&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
Loaned from [[Bascun language]], from Tsal [[Dictionary:kibix|kibix]]&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Pariah&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:kibix&amp;diff=974</id>
		<title>Dictionary:kibix</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:kibix&amp;diff=974"/>
		<updated>2026-01-26T19:21:13Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== {{primordial}}  ===Pronunciation=== {{ts-pron}}  ===Verb=== {{ts-verb}}  # {{lb|ts|transitive}} To isolate&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Verb===&lt;br /&gt;
{{ts-verb}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|transitive}} To isolate&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:le%C4%9F-&amp;diff=973</id>
		<title>Dictionary:leğ-</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:le%C4%9F-&amp;diff=973"/>
		<updated>2026-01-26T19:19:41Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== {{primordial}}  ===Prefix=== {{ts-prefix}}  # Used to form augmentatives # {{lb|ts|math}} Used to represent a 4-dimensional analog of a 3-dimensional shape&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Prefix===&lt;br /&gt;
{{ts-prefix}}&lt;br /&gt;
&lt;br /&gt;
# Used to form augmentatives&lt;br /&gt;
# {{lb|ts|math}} Used to represent a 4-dimensional analog of a 3-dimensional shape&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%A1amet&amp;diff=972</id>
		<title>Dictionary:šamet</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%A1amet&amp;diff=972"/>
		<updated>2026-01-26T19:17:35Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== {{compound|ts|ša|t1=two|met|t2={{TBD}}}}  ===Pronunciation=== {{ts-pron}}  ===Adjective=== {{ts-adj}}  # Double&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{compound|ts|ša|t1=two|met|t2={{TBD}}}}&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Adjective===&lt;br /&gt;
{{ts-adj}}&lt;br /&gt;
&lt;br /&gt;
# Double&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Llumo&amp;diff=970</id>
		<title>Llumo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Llumo&amp;diff=970"/>
		<updated>2025-12-17T01:42:44Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;Llumo is the primary language of the countries of Ellumo and Vayllumo. It is spoken by approximately 30 million in these regions.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Llumo]] is the primary language of the countries of [[Ellumo]] and [[Vayllumo]]. It is spoken by approximately 30 million in these regions.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Vayllumo&amp;diff=969</id>
		<title>Vayllumo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Vayllumo&amp;diff=969"/>
		<updated>2025-12-17T01:40:02Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;Vayllumo ({{ipa|ll|vayllumo}}) is a country in northwestern Ğažaoč. Their capital and largest region is Mahen. The primary language of Vayllumo is the Vay dialect of Llumo. Vayllumo has a population of approximately 2 million.  ==Culture==  Nasgač is a staple food of the region, being boiled into muzon nasgač and fermented into njoh and balanjoh.  The national sport of Vayllumo is voyso.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vayllumo ({{ipa|ll|vayllumo}}) is a country in northwestern [[Ğažaoč]]. Their capital and largest region is [[Mahen]]. The primary language of Vayllumo is the Vay dialect of [[Llumo]]. Vayllumo has a population of approximately 2 million.&lt;br /&gt;
&lt;br /&gt;
==Culture==&lt;br /&gt;
&lt;br /&gt;
[[Nasgač]] is a staple food of the region, being boiled into [[muzon nasgač]] and fermented into [[njoh]] and [[balanjoh]].&lt;br /&gt;
&lt;br /&gt;
The national sport of Vayllumo is [[voyso]].&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=968</id>
		<title>Module:IPA</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Module:IPA&amp;diff=968"/>
		<updated>2025-12-17T01:35:53Z</updated>

		<summary type="html">&lt;p&gt;60mo: Add Llumo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-- Converts the various languages&#039; romanization into (broad-transcribed IPA)&lt;br /&gt;
&lt;br /&gt;
local function table_replacer(t, to_lower)&lt;br /&gt;
	return function(roman_word)&lt;br /&gt;
		local ipa = roman_word&lt;br /&gt;
		if to_lower then&lt;br /&gt;
			ipa = mw.ustring.lower(ipa)&lt;br /&gt;
		end&lt;br /&gt;
		for _,subs in ipairs(t) do&lt;br /&gt;
			ipa = mw.ustring.gsub(ipa, subs[1], subs[2])&lt;br /&gt;
		end&lt;br /&gt;
		return ipa&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
local langauge_pronouncers = {&lt;br /&gt;
	ts = table_replacer({&lt;br /&gt;
		{&amp;quot;^ts&amp;quot;,&amp;quot;c&amp;quot;},&lt;br /&gt;
		{&amp;quot;^dz&amp;quot;,&amp;quot;ż&amp;quot;},&lt;br /&gt;
		{&amp;quot;c&amp;quot;,&amp;quot;t͡s&amp;quot;},&lt;br /&gt;
		{&amp;quot;ż&amp;quot;,&amp;quot;d͡z&amp;quot;},&lt;br /&gt;
		{&amp;quot;ł&amp;quot;,&amp;quot;ɬ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ğ&amp;quot;,&amp;quot;ɣ&amp;quot;},&lt;br /&gt;
		{&amp;quot;q&amp;quot;,&amp;quot;k͡x&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;y&amp;quot;,&amp;quot;j&amp;quot;},&lt;br /&gt;
		{&amp;quot;ř&amp;quot;,&amp;quot;r̥&amp;quot;},&lt;br /&gt;
		{&amp;quot;ā&amp;quot;,&amp;quot;aː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ē&amp;quot;,&amp;quot;eː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ī&amp;quot;,&amp;quot;iː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ō&amp;quot;,&amp;quot;oː&amp;quot;},&lt;br /&gt;
		{&amp;quot;ū&amp;quot;,&amp;quot;uː&amp;quot;}&lt;br /&gt;
	}, true),&lt;br /&gt;
	ll = table_replacer({&lt;br /&gt;
		{&amp;quot;nng&amp;quot;,&amp;quot;ŋŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ng&amp;quot;,&amp;quot;ŋ&amp;quot;},&lt;br /&gt;
		{&amp;quot;č&amp;quot;,&amp;quot;t͡ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;j&amp;quot;,&amp;quot;d͡ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;š&amp;quot;,&amp;quot;ʃ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ž&amp;quot;,&amp;quot;ʒ&amp;quot;},&lt;br /&gt;
		{&amp;quot;o&amp;quot;,&amp;quot;ə&amp;quot;},&lt;br /&gt;
		{&amp;quot;e&amp;quot;,&amp;quot;ɛ&amp;quot;},&lt;br /&gt;
		{&amp;quot;ay&amp;quot;,&amp;quot;aj&amp;quot;},&lt;br /&gt;
		{&amp;quot;oy&amp;quot;,&amp;quot;oj&amp;quot;}&lt;br /&gt;
	}, true)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.to_ipa(frame)&lt;br /&gt;
	local function pronounce_word(language)&lt;br /&gt;
		local f = langauge_pronouncers[language]&lt;br /&gt;
		if f then &lt;br /&gt;
			return f &lt;br /&gt;
		else &lt;br /&gt;
			return function(x) &lt;br /&gt;
				return x &lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang = frame.args[1]&lt;br /&gt;
	local target = frame.args[2]&lt;br /&gt;
	out, _ = mw.ustring.gsub(target,&amp;quot;(%w+)&amp;quot;, pronounce_word(lang))&lt;br /&gt;
	return &amp;quot;/&amp;quot; .. out .. &amp;quot;/&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=MediaWiki:Edittools&amp;diff=967</id>
		<title>MediaWiki:Edittools</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=MediaWiki:Edittools&amp;diff=967"/>
		<updated>2025-12-17T01:29:54Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;[Ll]lume&amp;quot; to &amp;quot;$1lumo&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Tsal:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;charinsert&amp;gt;Ż ż Ł ł Ğ ğ Š š Ž ž Č č Ř ř Ā ā Ē ē Ī ī Ō ō Ū ū&amp;lt;/charinsert&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;lumo:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;charinsert&amp;gt;É é&amp;lt;/charinsert&amp;gt;&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Module:LanguageCodes&amp;diff=966</id>
		<title>Module:LanguageCodes</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Module:LanguageCodes&amp;diff=966"/>
		<updated>2025-12-17T01:29:48Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;[Ll]lume&amp;quot; to &amp;quot;$1lumo&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {};&lt;br /&gt;
&lt;br /&gt;
local lcs = {}&lt;br /&gt;
lcs[&amp;quot;ts&amp;quot;] = &amp;quot;Tsal&amp;quot;&lt;br /&gt;
lcs[&amp;quot;ll&amp;quot;] = &amp;quot;lumo&amp;quot;&lt;br /&gt;
&lt;br /&gt;
p.languageCodes = lcs&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:yueto&amp;diff=965</id>
		<title>Dictionary:yueto</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:yueto&amp;diff=965"/>
		<updated>2025-12-12T09:17:36Z</updated>

		<summary type="html">&lt;p&gt;60mo: 60mo moved page Dictionary:yuetgo to Dictionary:yueto without leaving a redirect: it&amp;#039;s cooler like this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Cobalt&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:yueto&amp;diff=964</id>
		<title>Dictionary:yueto</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:yueto&amp;diff=964"/>
		<updated>2025-12-12T09:16:14Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Pronunciation=== {{ts-pron}}  ===Noun=== {{ts-noun}}  # {{lb|ts|chemistry}} Cobalt  Category:Bad dictionary Category:Tsal chemical elements&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Cobalt&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:yuet&amp;diff=963</id>
		<title>Dictionary:yuet</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:yuet&amp;diff=963"/>
		<updated>2025-12-12T09:15:51Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Pronunciation=== {{ts-pron}}  ===Noun=== {{ts-noun}}  # A blue pigment&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# A blue pigment&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Draft:Magic&amp;diff=961</id>
		<title>Draft:Magic</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Draft:Magic&amp;diff=961"/>
		<updated>2025-11-29T05:59:25Z</updated>

		<summary type="html">&lt;p&gt;60mo: Italkelto&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Magic&#039;&#039;&#039; (Tsal: &#039;&#039;Ōpē&#039;&#039;) is the conscious process which enables the manipulation of the world outside &amp;quot;standard&amp;quot; physics, by means such as spellcasting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use of magic ==&lt;br /&gt;
&lt;br /&gt;
== Ues ==&lt;br /&gt;
&lt;br /&gt;
In the use of magic there exists the concept of [[TODO]] (English: &amp;quot;magical heat&amp;quot;) and its dual &#039;&#039;řyapu&#039;&#039; (English: &amp;quot;magical coldness&amp;quot;). These together describe &#039;&#039;ues&#039;&#039; (English: magical temperature). Like temperature, ues has an absolute zero, at which magic is impossible.&lt;br /&gt;
&lt;br /&gt;
The effects of changing the ambient ues when doing magic varies considerably based on the particular magic being done, but two common patterns emerge:&lt;br /&gt;
&lt;br /&gt;
1. The ambient ues determines the amount of information that can be left implicit during the casting of a spell, thus enabling the spell to be cast with more ease. At absolute zero ues, no information can be left implicit, thus to cast a spell at absolute zero one must express to infinite precision the effects of a spell, which is impossible. At sufficiently high ues, the entire effect of the spell is implicit, enabling the casting with zero actemic content (effectively by thought alone). The ues required for a given spell to be castable in this way is known as its &#039;&#039;autoignition ues&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
2. The ambient ues can affects the potency of the effects of a spell. This varies significantly more between spells compared to autoignition (and hence is controllable). For example, a spell that emits light may be too faint to be visible at sufficiently low ues.&lt;br /&gt;
&lt;br /&gt;
Ues is measured in the unit of Xułē (Abbreviated in both the Tsalian and Terran standards as Xu).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Example ues values&lt;br /&gt;
|-&lt;br /&gt;
| 0 Xu&lt;br /&gt;
| Absolute zero, magic is impossible&lt;br /&gt;
|-&lt;br /&gt;
| 1.3×12&amp;lt;sup&amp;gt;-15&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Mean ues of [[Earth]]&lt;br /&gt;
|-&lt;br /&gt;
| 4.68×12&amp;lt;sup&amp;gt;-6&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Lowest ues at which a known spell is castable&lt;br /&gt;
|-&lt;br /&gt;
| 1.047 Xu&lt;br /&gt;
| Mean ues of [[Italkelto]]&lt;br /&gt;
|-&lt;br /&gt;
| 9.4 Xu&lt;br /&gt;
| Mean ues of Cosmopolis&lt;br /&gt;
|-&lt;br /&gt;
| 16 Xu&lt;br /&gt;
| Estimated peak mean ues of Italkelto during the [[Miracle Supernova]]&lt;br /&gt;
|-&lt;br /&gt;
| 48.2 Xu&lt;br /&gt;
| Autoignition ues of the shield spell [[Q&#039;ajt]]&lt;br /&gt;
|-&lt;br /&gt;
| 104 Xu&lt;br /&gt;
| Ues sustained within most of [[the Fury]].&lt;br /&gt;
|-&lt;br /&gt;
| 12&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Approximate ues level for which prolonged exposure poses health risks to Tsalians&lt;br /&gt;
|-&lt;br /&gt;
| 12&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; - 12&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Autoignition ues of a typical spell&lt;br /&gt;
|- &lt;br /&gt;
| 3.8×12&amp;lt;sup&amp;gt;6&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Ues maintained within certain trauma care areas of the Fury.&lt;br /&gt;
|-&lt;br /&gt;
| 12&amp;lt;sup&amp;gt;9&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Approximate ues level which causes immediate injury to Tsalians&lt;br /&gt;
|-&lt;br /&gt;
| 12&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Maximum ues sustained in laboratory conditions&lt;br /&gt;
|-&lt;br /&gt;
| 12&amp;lt;sup&amp;gt;30&amp;lt;/sup&amp;gt; Xu&lt;br /&gt;
| Peak ues after a supernova at 1 AU &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Thaumaturgy ==&lt;br /&gt;
&lt;br /&gt;
Thaumaturgy (Tsal: [[TODO]]) physical underpinning of magic, distinct as magic is not the sole source of thaumaturgical effects. For instance, high-energy cosmic events (most notably supernovae) have thaumaturgical effects.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;thaumaturgical field&#039;&#039;&#039; is the [[wikipedia:Field (physics)|physical field]] whose interactions govern magic. These interactions allow for a reduction of entropy, which is how spells are able to have an effect on the world. The corresponding quantized particle is the &#039;&#039;&#039;thaumion&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Wik%C5%A1%C4%93_Belt&amp;diff=959</id>
		<title>Wikšē Belt</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Wik%C5%A1%C4%93_Belt&amp;diff=959"/>
		<updated>2025-10-13T22:32:54Z</updated>

		<summary type="html">&lt;p&gt;60mo: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Wikšē Belt&#039;&#039;&#039; is [[Italkelto]]&#039;s most populous megalopolis, spanning much of [[Tsal]]. It has a population of approximately two billion people. Many of the planet&#039;s financial and cultural hubs are located in the belt, making it one of the most influential regions in the galactic community.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
The term &#039;&#039;Wikšē&#039;&#039; comes from a portmanteau of the region&#039;s westernmost city, [[Wikum]], and its easternmost and largest city, [[Ēšē]]. &amp;quot;Wikšē&amp;quot; is often compared to the word &#039;&#039;wijē&#039;&#039;, meaning &amp;quot;infinite&amp;quot;, alluding to the region&#039;s large size.&lt;br /&gt;
&lt;br /&gt;
== Population Centers ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold;&amp;quot;&lt;br /&gt;
! Rank&lt;br /&gt;
! City&lt;br /&gt;
! Population&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| [[Ēšē]]&lt;br /&gt;
| 346,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| [[Eponiktem]]&lt;br /&gt;
| 156,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| [[Pendo Pendo]]&lt;br /&gt;
| 136,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| [[Andokin]]&lt;br /&gt;
| 132,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| [[Wikum]]&lt;br /&gt;
| 124,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| [[Gašai]]&lt;br /&gt;
| 115,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| [[Kyuxa Dzwal]]&lt;br /&gt;
| 109,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 8&lt;br /&gt;
| [[Dzasar]]&lt;br /&gt;
| 102,000,000&lt;br /&gt;
|-&lt;br /&gt;
| 9&lt;br /&gt;
| [[Žoka]]&lt;br /&gt;
| 96,800,000&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| [[Teoxa]]&lt;br /&gt;
| 87,200,000&lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| [[Swipoğum]]&lt;br /&gt;
| 81,900,000&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Temet&amp;diff=958</id>
		<title>Temet</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Temet&amp;diff=958"/>
		<updated>2025-10-13T20:34:22Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Temet&amp;#039;&amp;#039;&amp;#039; was a society located near what is now Bała Kwostoku. It flourished in the years 2100z to 2300z, culminating in the Temet Magical Revolution and the destruction of Temet.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Temet&#039;&#039;&#039; was a society located near what is now [[Bała Kwostoku]]. It flourished in the years 2100z to 2300z, culminating in the [[Temet Magical Revolution]] and the destruction of Temet.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Temet_Magical_Revolution&amp;diff=957</id>
		<title>Temet Magical Revolution</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Temet_Magical_Revolution&amp;diff=957"/>
		<updated>2025-10-13T20:33:07Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Temet Magical Revolution&amp;#039;&amp;#039;&amp;#039; was a period of Temet society characterized by deep understanding and applications of magic. Aside from the Magical Revolution, it is the only known instance in Italkelto of these principles being understood.  == History ==  The revolution started in Temet between the years 2200z and 2300z. A proliferation of spells were developed. Approximately four years later, an unknown spell was discovered which killed every member of T...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Temet Magical Revolution&#039;&#039;&#039; was a period of [[Temet]] society characterized by deep understanding and applications of magic. Aside from the [[Magical Revolution]], it is the only known instance in [[Italkelto]] of these principles being understood.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The revolution started in Temet between the years 2200z and 2300z. A proliferation of spells were developed. Approximately four years later, an unknown spell was discovered which killed every member of Temet society. The mechanics of the spells used is unknown.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:z%C5%ABmuzan&amp;diff=954</id>
		<title>Dictionary:zūmuzan</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:z%C5%ABmuzan&amp;diff=954"/>
		<updated>2025-09-20T00:27:18Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Etymology=== {{compound|ts|zū-|t1=selenium|mu|t2={{TBD}}|-zan|t3=enzyme}}  ===Noun=== {{ts-noun}}  # {{lb|ts|biology}} A thaumobiological enzyme.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{compound|ts|zū-|t1=selenium|mu|t2={{TBD}}|-zan|t3=enzyme}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|biology}} A thaumobiological enzyme.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:zan-&amp;diff=953</id>
		<title>Dictionary:zan-</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:zan-&amp;diff=953"/>
		<updated>2025-09-20T00:23:15Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Etymology=== zancuk  ===Suffix=== {{ts-suffix}}  # {{lb|ts|biology}} Suffix for enzymes.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Etymology===&lt;br /&gt;
[[Dictionary:zancuk|zancuk]]&lt;br /&gt;
&lt;br /&gt;
===Suffix===&lt;br /&gt;
{{ts-suffix}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|biology}} Suffix for enzymes.&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:zancuk&amp;diff=952</id>
		<title>Dictionary:zancuk</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:zancuk&amp;diff=952"/>
		<updated>2025-09-20T00:22:33Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Etymology=== {{primordial}}  ===Noun=== {{ts-noun}}  # {{lb|ts|chemistry}} Catalyst, enzyme&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Catalyst, enzyme&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:z%C5%AB-&amp;diff=951</id>
		<title>Dictionary:zū-</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:z%C5%AB-&amp;diff=951"/>
		<updated>2025-09-20T00:21:43Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal==  ===Etymology=== zūel  ===Prefix=== {{ts-prefix}}  # {{lb|ts|chemistry}} Seleno-&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Etymology===&lt;br /&gt;
[[Dictionary:zūel|zūel]]&lt;br /&gt;
&lt;br /&gt;
===Prefix===&lt;br /&gt;
{{ts-prefix}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Seleno-&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:wek%C5%BEek&amp;diff=944</id>
		<title>Dictionary:wekžek</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:wek%C5%BEek&amp;diff=944"/>
		<updated>2025-08-21T06:49:04Z</updated>

		<summary type="html">&lt;p&gt;60mo: Created page with &amp;quot;==Tsal== ===Etymology=== {{primordial}}  ===Pronunciation=== {{ts-pron}}  ===Noun=== {{ts-noun}}  # Gap&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Gap&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:ues&amp;diff=906</id>
		<title>Dictionary:ues</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:ues&amp;diff=906"/>
		<updated>2025-07-15T04:17:30Z</updated>

		<summary type="html">&lt;p&gt;60mo: Ues&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
{{primordial}}&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# [[Magic temperature]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%A1%C4%93ut&amp;diff=879</id>
		<title>Dictionary:šēut</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%A1%C4%93ut&amp;diff=879"/>
		<updated>2025-07-08T20:37:03Z</updated>

		<summary type="html">&lt;p&gt;60mo: wrong ğ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
===Etymology===&lt;br /&gt;
From &#039;&#039;šešeğut&#039;&#039;, conditional converb from of [[D:šešix|šešix]] (&amp;quot;to be appealing to&amp;quot;, &amp;quot;to be satisfying to&amp;quot;), which is no longer in common use.&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Adverb===&lt;br /&gt;
{{ts-adv}}&lt;br /&gt;
&lt;br /&gt;
# Used to make a polite request.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:aot&amp;diff=871</id>
		<title>Dictionary:aot</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:aot&amp;diff=871"/>
		<updated>2025-06-24T20:50:33Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Center&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:tswa%C5%BCyepgo&amp;diff=870</id>
		<title>Dictionary:tsważyepgo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:tswa%C5%BCyepgo&amp;diff=870"/>
		<updated>2025-06-24T20:50:21Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Niobium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:%C4%9Fus&amp;diff=869</id>
		<title>Dictionary:ğus</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:%C4%9Fus&amp;diff=869"/>
		<updated>2025-06-24T20:50:14Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Moon&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:bi%C5%BE%C4%81kwi&amp;diff=868</id>
		<title>Dictionary:bižākwi</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:bi%C5%BE%C4%81kwi&amp;diff=868"/>
		<updated>2025-06-24T20:49:53Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Cesium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:li%C5%82ix&amp;diff=867</id>
		<title>Dictionary:liłix</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:li%C5%82ix&amp;diff=867"/>
		<updated>2025-06-24T20:49:41Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Verb===&lt;br /&gt;
{{ts-verb}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|agentive}} To shine&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:kepak&amp;diff=866</id>
		<title>Dictionary:kepak</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:kepak&amp;diff=866"/>
		<updated>2025-06-24T20:49:34Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Antimony&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:len&amp;diff=865</id>
		<title>Dictionary:len</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:len&amp;diff=865"/>
		<updated>2025-06-24T20:49:14Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Water&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:andox&amp;diff=864</id>
		<title>Dictionary:andox</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:andox&amp;diff=864"/>
		<updated>2025-06-24T20:49:02Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Verb===&lt;br /&gt;
{{ts-verb|u}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|agentive}} To sink&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%82ak%C5%AB&amp;diff=863</id>
		<title>Dictionary:łakū</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%82ak%C5%AB&amp;diff=863"/>
		<updated>2025-06-24T20:48:38Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Game&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:kuqo&amp;diff=862</id>
		<title>Dictionary:kuqo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:kuqo&amp;diff=862"/>
		<updated>2025-06-24T20:48:30Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Tree resin&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:bozox&amp;diff=861</id>
		<title>Dictionary:bozox</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:bozox&amp;diff=861"/>
		<updated>2025-06-24T20:48:26Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Verb===&lt;br /&gt;
{{ts-verb|uf}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|ditransitive}} To give&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:qom&amp;diff=860</id>
		<title>Dictionary:qom</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:qom&amp;diff=860"/>
		<updated>2025-06-24T20:48:17Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Fire, embers&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:dwurmugo&amp;diff=859</id>
		<title>Dictionary:dwurmugo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:dwurmugo&amp;diff=859"/>
		<updated>2025-06-24T20:47:57Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Magnesium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:nasga%C4%8D&amp;diff=858</id>
		<title>Dictionary:nasgač</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:nasga%C4%8D&amp;diff=858"/>
		<updated>2025-06-24T20:47:49Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# [[Nasgač]]: arctic wormfish&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal animals]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:qugo&amp;diff=857</id>
		<title>Dictionary:qugo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:qugo&amp;diff=857"/>
		<updated>2025-06-24T20:47:45Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Uranium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:tsyi&amp;diff=856</id>
		<title>Dictionary:tsyi</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:tsyi&amp;diff=856"/>
		<updated>2025-06-24T20:47:37Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Adjective===&lt;br /&gt;
{{ts-adj}}&lt;br /&gt;
&lt;br /&gt;
# Sad&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%99%C4%93&amp;diff=855</id>
		<title>Dictionary:řē</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:%C5%99%C4%93&amp;diff=855"/>
		<updated>2025-06-24T20:47:34Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Numeral===&lt;br /&gt;
{{ts-numeral}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|financial}} The number {{to-b10|170}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:du%C5%BCoyipgo&amp;diff=854</id>
		<title>Dictionary:dużoyipgo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:du%C5%BCoyipgo&amp;diff=854"/>
		<updated>2025-06-24T20:47:17Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Rhenium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:golugo&amp;diff=853</id>
		<title>Dictionary:golugo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:golugo&amp;diff=853"/>
		<updated>2025-06-24T20:47:13Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Metal&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:myandugo&amp;diff=852</id>
		<title>Dictionary:myandugo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:myandugo&amp;diff=852"/>
		<updated>2025-06-24T20:47:09Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Thorium&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;br /&gt;
[[Category:Tsal chemical elements]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:aot%C5%8Dp%C4%93&amp;diff=851</id>
		<title>Dictionary:aotōpē</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:aot%C5%8Dp%C4%93&amp;diff=851"/>
		<updated>2025-06-24T20:47:01Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Magical theory&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:sar&amp;diff=850</id>
		<title>Dictionary:sar</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:sar&amp;diff=850"/>
		<updated>2025-06-24T20:46:49Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# Tree&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:tumiqonel&amp;diff=849</id>
		<title>Dictionary:tumiqonel</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:tumiqonel&amp;diff=849"/>
		<updated>2025-06-24T20:46:37Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Noun===&lt;br /&gt;
{{ts-noun}}&lt;br /&gt;
&lt;br /&gt;
# {{lb|ts|chemistry}} Benzene&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
	<entry>
		<id>https://tsal.baz9k.xyz/index.php?title=Dictionary:du%C5%BCo&amp;diff=848</id>
		<title>Dictionary:dużo</title>
		<link rel="alternate" type="text/html" href="https://tsal.baz9k.xyz/index.php?title=Dictionary:du%C5%BCo&amp;diff=848"/>
		<updated>2025-06-24T20:46:29Z</updated>

		<summary type="html">&lt;p&gt;60mo: Text replacement - &amp;quot;==Tsal==↵↵(===[^PS])&amp;quot; to &amp;quot;==Tsal==

===Pronunciation===
{{ts-pron}}

$1&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tsal==&lt;br /&gt;
&lt;br /&gt;
===Pronunciation===&lt;br /&gt;
{{ts-pron}}&lt;br /&gt;
&lt;br /&gt;
===Adjective===&lt;br /&gt;
{{ts-adj}}&lt;br /&gt;
&lt;br /&gt;
# Heavy&lt;br /&gt;
&lt;br /&gt;
[[Category:Bad dictionary]]&lt;/div&gt;</summary>
		<author><name>60mo</name></author>
	</entry>
</feed>