<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kswiki.chipmunk.land/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Koshchki123</id>
	<title>Kaboom Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kswiki.chipmunk.land/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Koshchki123"/>
	<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/wiki/Special:Contributions/Koshchki123"/>
	<updated>2026-04-14T16:59:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=ChomeNS_Bot&amp;diff=2966</id>
		<title>ChomeNS Bot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=ChomeNS_Bot&amp;diff=2966"/>
		<updated>2025-10-06T23:54:20Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Richard Stallman can no longer use chomens bot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Bot|name=ChomeNS Bot|main_developers=[[chayapak]]|other_contributors=amyavi, _ChipMC_ (old version)|date_created=2022 (JS), 2023 (Java)|currently_maintained=Yes|library=mcprotocollib|language=Java|image1=ChomeNS_Bot_Logo.png}}&#039;&#039;&#039;ChomeNS Bot&#039;&#039;&#039; is a bot made by [[chayapak]]/ChomeNS. It has many commands, with features such as reading Wikipedia articles, finding alternative accounts of players, and filtering players.&lt;br /&gt;
&lt;br /&gt;
Initially, it was written in JavaScript, but in 2023, it was rewritten in Java, using the [https://github.com/GeyserMC/MCProtocolLib MCProtocolLib] library. The source code was previously published on [[code.chipmunk.land]] under a GNU GPL license, but now the bot is [[wikipedia:Proprietary software|proprietary]] and no longer has public source code.&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=UBot&amp;diff=2965</id>
		<title>UBot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=UBot&amp;diff=2965"/>
		<updated>2025-10-06T23:49:18Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Richard Stallman can no longer use chomens bot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Bot&lt;br /&gt;
  | name=UBot&lt;br /&gt;
  | main_developers=owo439895035&lt;br /&gt;
  | date_created=August 2020&lt;br /&gt;
  | currently_maintained=Yes&lt;br /&gt;
  | library=Node-minecraft-protocol&lt;br /&gt;
  | language=JavaScript&lt;br /&gt;
}}&#039;&#039;&#039;UBot&#039;&#039;&#039;, also known as &#039;&#039;&#039;owobot&#039;&#039;&#039; in the [https://code.chipmunk.land/7cc5c4f330d47060/owobot Git repo], is a bot for the Kaboom server and clones. It is one of the few free/libre and open source bots, along with others such as [[ChipmunkBot]], as most other bots are proprietary and closed source.&lt;br /&gt;
&lt;br /&gt;
There is currently a rewrite in the works using ECMAScript modules instead of CommonJS, available at https://code.chipmunk.land/7cc5c4f330d47060/botv12. It is not currently finished.&lt;br /&gt;
&lt;br /&gt;
Every version since version 4 (except 7 and 11) has been called botvN internally, with N being the major version number (botv4, botv5, botv6, etc). Version 10 used X, the Roman numeral for 10.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Bot&amp;diff=2957</id>
		<title>Template:Bot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Bot&amp;diff=2957"/>
		<updated>2025-10-03T03:12:00Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
  | title={{{title1|{{PAGENAME}}}}}&lt;br /&gt;
  | image    = {{#if:{{{image1|}}}|[[File:{{{image1}}}|244px]]}}&lt;br /&gt;
  | caption1 = {{{caption1|}}}&lt;br /&gt;
&lt;br /&gt;
  | label1 = Name&lt;br /&gt;
  | data1 = {{{name|}}}&lt;br /&gt;
&lt;br /&gt;
  | label2 = Main Developers&lt;br /&gt;
  | data2 = {{{main_developers|}}}&lt;br /&gt;
&lt;br /&gt;
  | label3 = Other Contributors&lt;br /&gt;
  | data3 = {{{other_contributors|}}}&lt;br /&gt;
&lt;br /&gt;
  | label4 = Date Created&lt;br /&gt;
  | data4 = {{{date_created|}}}&lt;br /&gt;
&lt;br /&gt;
  | label5 = Currently Maintained&lt;br /&gt;
  | data5 = {{{currently_maintained|}}}&lt;br /&gt;
&lt;br /&gt;
  | header6  = Program Details&lt;br /&gt;
&lt;br /&gt;
  | label7 = Library&lt;br /&gt;
  | data7 = {{{library|}}}&lt;br /&gt;
&lt;br /&gt;
  | label8 = Language&lt;br /&gt;
  | data8 = {{{language|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Example usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bot InfoboxTemplate&lt;br /&gt;
&lt;br /&gt;
  | title1=Example&lt;br /&gt;
&lt;br /&gt;
  | image1=Example&lt;br /&gt;
&lt;br /&gt;
  | caption1=Example&lt;br /&gt;
&lt;br /&gt;
  | name=Example&lt;br /&gt;
&lt;br /&gt;
  | main_developers=Example&lt;br /&gt;
&lt;br /&gt;
  | other_contributors=Example&lt;br /&gt;
&lt;br /&gt;
  | date_created=Example&lt;br /&gt;
&lt;br /&gt;
  | currently_maintained=Example&lt;br /&gt;
&lt;br /&gt;
  | library=Example&lt;br /&gt;
&lt;br /&gt;
  | language=Example&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&amp;quot;params&amp;quot;:{&amp;quot;title1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;image1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;caption1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;name&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;main_developers&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;other_contributors&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;date_created&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;currently_maintained&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;library&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;language&amp;quot;:{&amp;quot;suggested&amp;quot;:true}},&amp;quot;sets&amp;quot;:[],&amp;quot;maps&amp;quot;:{}}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Zirconium&amp;diff=2956</id>
		<title>Zirconium</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Zirconium&amp;diff=2956"/>
		<updated>2025-10-03T03:11:28Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Bot_InfoboxTemplate|title1=Zirconium|caption1=|name=ZirconiumBot|main_developers=m_c_player|date_created=October 2024|currently_maintained=Yes|library=node-minecraft-protocol|language=Node.js|image1=Zirconium.png}}&lt;br /&gt;
&#039;&#039;&#039;Zirconium&#039;&#039;&#039;, also known as &#039;&#039;&#039;ZircBot&#039;&#039;&#039; and previously known as &amp;quot;RadiumBot&amp;quot;, is a Minecraft bot created by m_c_player. It is the successor to Radium v1 and mBot.&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=ETAGamer&amp;diff=2955</id>
		<title>ETAGamer</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=ETAGamer&amp;diff=2955"/>
		<updated>2025-10-03T03:09:52Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page User:ETAGamer to ETAGamer without leaving a redirect: Misspelled title: User: namespace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;etagamer is a horrible bot developer and terrible noob and uh idk&lt;br /&gt;
&lt;br /&gt;
he made etabot &amp;amp; loggerbot&lt;br /&gt;
&lt;br /&gt;
he is friends with some people like m_c_player&lt;br /&gt;
&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Owo439895035&amp;diff=2952</id>
		<title>Owo439895035</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Owo439895035&amp;diff=2952"/>
		<updated>2025-10-03T03:07:06Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Owo439895035 to 5091147802&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[5091147802]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=5091147802&amp;diff=2951</id>
		<title>5091147802</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=5091147802&amp;diff=2951"/>
		<updated>2025-10-03T03:07:06Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Owo439895035 to 5091147802&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;5091147802&#039;&#039;&#039; is a Kaboom player who made [[UBot]], as well as her own fork of [[ChipmunkMod]]. She commonly uses the name &amp;quot;Maddy&amp;quot; on the server, and in real life. Previously, she created spambots for the server, which have since been discontinued.&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=5091147802&amp;diff=2950</id>
		<title>5091147802</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=5091147802&amp;diff=2950"/>
		<updated>2025-10-03T03:06:59Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;5091147802&#039;&#039;&#039; is a Kaboom player who made [[UBot]], as well as her own fork of [[ChipmunkMod]]. She commonly uses the name &amp;quot;Maddy&amp;quot; on the server, and in real life. Previously, she created spambots for the server, which have since been discontinued.&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Bot&amp;diff=2948</id>
		<title>Template:Bot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Bot&amp;diff=2948"/>
		<updated>2025-10-03T03:06:02Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
  | title={{{title1|{{PAGENAME}}}}}&lt;br /&gt;
  | image    = {{#if:{{{image1|}}}|[[File:{{{image1}}}|244px]]}}&lt;br /&gt;
  | caption1 = {{{caption1|}}}&lt;br /&gt;
&lt;br /&gt;
  | label1 = Name&lt;br /&gt;
  | data1 = {{{name|}}}&lt;br /&gt;
&lt;br /&gt;
  | label2 = Main Developers&lt;br /&gt;
  | data2 = {{{main_developers|}}}&lt;br /&gt;
&lt;br /&gt;
  | label3 = Other Contributors&lt;br /&gt;
  | data3 = {{{other_contributors|}}}&lt;br /&gt;
&lt;br /&gt;
  | label4 = Date Created&lt;br /&gt;
  | data4 = {{{date_created|}}}&lt;br /&gt;
&lt;br /&gt;
  | label5 = Currently Maintained&lt;br /&gt;
  | data5 = {{{currently_maintained|}}}&lt;br /&gt;
&lt;br /&gt;
  | header6  = Program Details&lt;br /&gt;
&lt;br /&gt;
  | label7 = Library&lt;br /&gt;
  | data7 = {{{library|}}}&lt;br /&gt;
&lt;br /&gt;
  | label8 = Language&lt;br /&gt;
  | data8 = {{{language|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Example usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bot InfoboxTemplate&lt;br /&gt;
&lt;br /&gt;
  | title1=Example&lt;br /&gt;
&lt;br /&gt;
  | image1=Example&lt;br /&gt;
&lt;br /&gt;
  | caption1=Example&lt;br /&gt;
&lt;br /&gt;
  | name=Example&lt;br /&gt;
&lt;br /&gt;
  | main_developers=Example&lt;br /&gt;
&lt;br /&gt;
  | other_contributors=Example&lt;br /&gt;
&lt;br /&gt;
  | date_created=Example&lt;br /&gt;
&lt;br /&gt;
  | currently_maintained=Example&lt;br /&gt;
&lt;br /&gt;
  | library=Example&lt;br /&gt;
&lt;br /&gt;
  | language=Example&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&amp;quot;params&amp;quot;:{&amp;quot;title1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;image1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;caption1&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;name&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;main_developers&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;other_contributors&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;date_created&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;currently_maintained&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;library&amp;quot;:{&amp;quot;suggested&amp;quot;:true},&amp;quot;language&amp;quot;:{&amp;quot;suggested&amp;quot;:true}},&amp;quot;sets&amp;quot;:[],&amp;quot;maps&amp;quot;:{}}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=KCB&amp;diff=2947</id>
		<title>KCB</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=KCB&amp;diff=2947"/>
		<updated>2025-10-03T03:05:04Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;KCB&#039;&#039;&#039; (&#039;&#039;&#039;Kaboom Community Bot&#039;&#039;&#039;) was a bot created by [[QuadraticKid]].&lt;br /&gt;
&lt;br /&gt;
It was a legendary bot that was incredibly advanced.&lt;br /&gt;
&lt;br /&gt;
Since December of 2021, KCB has been offline from the Kaboom server. The developer, QuadraticKid, initially said that &amp;quot;kcb is going to be down for a bit&amp;quot;, however, it has not been online since.&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Windows&amp;diff=2945</id>
		<title>Windows</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Windows&amp;diff=2945"/>
		<updated>2025-10-03T03:02:44Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;a steaming pile of fucking dog shit operating system that a lot of the world uses because they are retarded if you are one of these people go fuck yourself and burn your fucking computer down and never touch a computer again&lt;br /&gt;
&lt;br /&gt;
My school forces me to use W*ndows in its PCs (pieces of crap)&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Windows&amp;diff=2944</id>
		<title>Windows</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Windows&amp;diff=2944"/>
		<updated>2025-10-03T03:02:36Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;a steaming pile of fucking dog shit operating system that a lot of the world uses because they are retarded if you are one of these people go fuck yourself and burn your fucking computer down and never touch a computer again&lt;br /&gt;
My school forces me to use W*ndows in its PCs (pieces of crap)&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Parker2991&amp;diff=2942</id>
		<title>Parker2991</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Parker2991&amp;diff=2942"/>
		<updated>2025-10-03T03:00:05Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: WP-style bold title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Parker2991}}&#039;&#039;&#039;Parker2991&#039;&#039;&#039; is a bot developer, kaboom player, Wii Modder, Kingdom hearts lover, and console collector.&lt;br /&gt;
&lt;br /&gt;
he has many nicknames such as:&lt;br /&gt;
* parkler &#039;&#039;&#039;september 11th, 2001&#039;&#039;&#039;&lt;br /&gt;
* parking garage&lt;br /&gt;
* parking garbage&lt;br /&gt;
* parkour &#039;&#039;&#039;9/11&#039;&#039;&#039;&lt;br /&gt;
* Parker&lt;br /&gt;
* monopoly free parking &#039;&#039;&#039;9/11&#039;&#039;&#039; to the power of 2&lt;br /&gt;
* Peter&lt;br /&gt;
* ParkingLot&lt;br /&gt;
&lt;br /&gt;
([https://code.chipmunk.land/Parker2991/FridayNightFunkinBoyfriendBot FNFBoyfriendBot Source])&lt;br /&gt;
([https://code.chipmunk.land/Parker2991/SkiBot SkiBot Source])&lt;br /&gt;
{{&lt;br /&gt;
Bot Developer|&lt;br /&gt;
title1=Parker2991&lt;br /&gt;
|location=The twin towers&lt;br /&gt;
|notable_projects=FNFBoyfriendBot, SkiBot (add more)&lt;br /&gt;
|group_affiliation=kaboom.pw&lt;br /&gt;
|programming_languages=Javascript&lt;br /&gt;
}}&lt;br /&gt;
Currently Working On: FNFBoyfriendBot Reignite&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=User:Koshchki123&amp;diff=2941</id>
		<title>User:Koshchki123</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=User:Koshchki123&amp;diff=2941"/>
		<updated>2025-10-03T02:57:37Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From [https://hollowknight.wiki/mw/index.php?title=Sisters_of_Battle&amp;amp;oldid=143146 Hollow Knight Wiki], [https://creativecommons.org/licenses/by-sa/3.0/deed.en CC BY-SA 3.0].&lt;br /&gt;
&lt;br /&gt;
{{Navbar|page1=Mantis Lords|page2=Sisters of Battle}}&lt;br /&gt;
{{HK CP Header|Godmaster|Godmaster}}&lt;br /&gt;
{{HK Infobox Boss&lt;br /&gt;
|dlc = godmaster&lt;br /&gt;
|image1 = Sisters of Battle.png&lt;br /&gt;
|theme = (Phase One) [https://youtu.be/5IqjfubS6Ow  Mantis Lords]&amp;lt;br/&amp;gt;&lt;br /&gt;
(Phase Two) [https://youtu.be/4yxgEsS8ogM Sisters of Battle]&lt;br /&gt;
|health = 500 (First Phase)&amp;lt;br/&amp;gt;&lt;br /&gt;
750 + 750 + 750 = 2250 (Second Phase)&amp;lt;br/&amp;gt;&lt;br /&gt;
Total: 2750&lt;br /&gt;
|gender = Female&amp;lt;ref name=traitorlord&amp;gt;[[Traitor Lord]] [[Hunter&#039;s Journal (Hollow Knight)|Hunter&#039;s Journal]] entry: &amp;lt;i&amp;gt;&amp;quot;Deposed Lord of the Mantis tribe. Embraced the infection and turned against his sisters.&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|va = Makoto Koji&amp;lt;ref&amp;gt;[https://mixer.com/TeamCherryGames?vod=57373184 Deleted livestream] on Mixer&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Quote&lt;br /&gt;
|Leaders of the Mantis tribe and its finest warriors. They bear thin nail-lances and attack with blinding speed.&amp;lt;hr/&amp;gt;&lt;br /&gt;
The Mantis tribe and the bugs of old Hallownest had no love for each other. The Mantises outlived their rivals though, and their civilisation still stands.&lt;br /&gt;
|Hr = Bestiary&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;b&amp;gt;Sisters of Battle&amp;lt;/b&amp;gt; are a quest [[Bosses (Hollow Knight)|boss]] in &amp;lt;i&amp;gt;[[Hollow Knight (game)|Hollow Knight]]&amp;lt;/i&amp;gt; introduced in [[Godmaster]]. First encountered in the [[Pantheon of Hallownest]], they are a form of the [[Mantis Lords]] where all three sisters battle together instead of separately.&lt;br /&gt;
&lt;br /&gt;
== Behaviour and Tactics ==&lt;br /&gt;
Phase 1 of Sisters of Battle is identical to Phase 1 of Mantis Lords.&lt;br /&gt;
&lt;br /&gt;
In Phase 2, all three Sisters emit a battle cry and drop in to fight. The Sisters of Battle use all attacks of the 2nd Phase of the Mantis Lords, but with an additional attack from a 3rd Sister:&lt;br /&gt;
* &amp;lt;b&amp;gt;Dash &amp;amp; Drop&amp;lt;/b&amp;gt;: All three Sisters combine their patterns into fluid combinations. The pattern these attacks follow loosely comes from the patterns of the original Mantis Lords fight. With all three Sisters attacking: two Sisters still follow the patterns of Mantis Lords Phase 2, and one Sister still follows their original pattern like in Mantis Lords Phase 1. The single Sister&#039;s attack is staggered to happen just after her two Sisters start their attacks whether it be Drop, Double Drop, Dash or Double Dash. Furthermore, the single Sister&#039;s attack will always be a Drop attack if her Sister or Sisters performed Dash attacks. In the case of Drop attacks, it is possible for all three Sisters to choose to chain this attack in quick continuous succession.&lt;br /&gt;
* &amp;lt;b&amp;gt;Boomerang&amp;lt;/b&amp;gt;: When all three Sisters are alive, two perform the Boomerang attacks on the wall while the third performs a Drop attack a moment after the spears are thrown. The patterns for the Boomerangs have been modified as well:&lt;br /&gt;
** Two Sisters simultaneously throw their spears creating a wide arc that reaches the opposite end of the arena before coming back together to meet at the centre just at ground level.&lt;br /&gt;
** Two Sisters simultaneously throw their spears creating a short arc that meets in the middle of the arena where they stay locked together while gliding down for a few moments before dispersing apart just above ground level.&lt;br /&gt;
** Two Sisters simultaneously throw their spears: one throwing a wide arc and the other throwing a short arc causing them to meet either of the far ends of the arena and not the centre before dispersing.&lt;br /&gt;
** One Sister throws her spear in either wide or a short arc and leaves while being followed by the Drop attack.&lt;br /&gt;
** The previous Boomerang pattern can be followed up with the other Sister appearing on the opposing wall after the first had finished, and she performs the same pattern.&lt;br /&gt;
&lt;br /&gt;
When two Sisters are left, the Dash and the Drop attacks resume as if it were the Mantis Lords Phase 2, but the Boomerang patterns with the single Sister remain despite the lack of a follow-up Drop attack. The normal &amp;quot;both short&amp;quot; and &amp;quot;both wide&amp;quot; Boomerang patterns occur as regular (this means only the &amp;quot;one short one wide&amp;quot; Boomerang pattern is phased out).&lt;br /&gt;
&lt;br /&gt;
When one Sister remains the fight continues like Mantis Lords Phase 1.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While the Sisters of Battle&#039;s attacks are quick and lethal, there are various points in the fight where there is a small window to heal. One major point where healing is possible is at the end of Phase 1 and the transition to Phase 2, where there is a large window of time to heal, as the Sisters of Battle&#039;s shout does not stagger [[the Knight]]. There are very few other opportunities to heal, so the [[Quick Focus]] and [[Shape of Unn]] [[Charms]] are recommended to make use of the smaller windows of time in-between attacks to heal.&lt;br /&gt;
&lt;br /&gt;
The [[Shade Cloak]] is useful for this fight, as the continuous barrage from the Sisters often leads to the Knight getting cornered. The ability to phase through said attacks is practically needed to avoid damage at times.&lt;br /&gt;
&lt;br /&gt;
Jumping and down-striking the Sisters as they pass is a good way to deal damage to them and also re-position to be in a better place to avoid and counter further attacks. &lt;br /&gt;
&lt;br /&gt;
The [[Vengeful Spirit]]/[[Shade Soul]] [[Spells|Spell]] is also very helpful to deal damage to the Sisters, as they can move fast, and normal [[Nail]] strikes are only able to hit them a few times before they retreat. As such, these ranged Spells are good to catch one of them during the short recovery window after an attack. [[Descending Dark]]/[[Desolate Dive]] can also be useful to both deal and possibly negate damage done by the 3 Sisters when they use their Dash &amp;amp; Drop attack.&lt;br /&gt;
&lt;br /&gt;
When the Sisters of Battle use the Boomerang attack, it should be noted that the [[Dreamshield]] Charm, if positioned correctly, absorbs the boomerangs, causing the 2 Sisters who threw them to stand still for a few moments. This allows the Knight to get a few hits in before the Sisters commence their next attack.&lt;br /&gt;
&lt;br /&gt;
== Variations ==&lt;br /&gt;
{{HK GM Boss&lt;br /&gt;
|image = Sisters of Battle.png&lt;br /&gt;
|name = Sisters of Battle&lt;br /&gt;
|epithet = &amp;quot;We watch over a village of warriors&amp;quot;&amp;lt;br/&amp;gt;&amp;quot;Revered gods of a proud tribe&amp;quot;&lt;br /&gt;
|pantheon = [[Pantheon of Hallownest]], 15th boss&lt;br /&gt;
|At_Health = 500 / 750 each at stage 2&lt;br /&gt;
|AsRa_Health = 600 / 950 each at stage 2&lt;br /&gt;
|arena = Same arena as the [[Mantis Lords]] fight.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HK DN|&lt;br /&gt;
* ...At last a true challenger...&lt;br /&gt;
* ...Honour from one of its kind...&lt;br /&gt;
* This one shows promise...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
The Sisters of Battle can first be encountered in the Pantheon of Hallownest, after which they can also be fought in the [[Hall of Gods]]. The fight starts off with only a single Sister dropping in to attack: this is used to disguise the fight as the regular Mantis Lords (the title-card for the Mantis Lords is shown, and the Mantis Lords music plays when only fighting one Sister).&lt;br /&gt;
&lt;br /&gt;
{{Gallery&lt;br /&gt;
|Title = Gallery&lt;br /&gt;
|Image1 = Screenshot HK {{PAGENAME}} 01.png!Dash &amp;amp; Drop attacks&lt;br /&gt;
|Image2 = Screenshot HK {{PAGENAME}} 02.png!Boomerang attack&lt;br /&gt;
|Image4 = Godhome Arena Mantis Lords Sisters of Battle.png!Arena&lt;br /&gt;
}}&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LBGBT8G0VOA|300|center}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
[[File: Godhome Mantis throne broken.png|thumb|50px|Unused broken throne]]&lt;br /&gt;
* In the Mantis Lords arena in Hallownest, a fourth, broken throne can be seen next to the Mantis Lords&#039; thrones. The arena in Godhome only features three intact thrones, but an unused sprite of the broken throne exists in the game&#039;s files. &lt;br /&gt;
* If the Knight continuously [[Mantis Claw|clings to the wall]], one Sister will continue to use the Boomerang attack on the opposite side of the arena until the Knight leaves the wall. The boomerang is directed specifically to hit the Knight.&lt;br /&gt;
** In Phase 2, all three Sisters actively throw boomerangs on the opposing wall.&lt;br /&gt;
* In the second phase, the Sister on the right will always be defeated first, then the left, then the middle, no matter which Sister is actually defeated.&lt;br /&gt;
&lt;br /&gt;
{{Hr}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{HK Nav Enemies}}&lt;br /&gt;
&lt;br /&gt;
[[fr:Soeurs d&#039;Armes]]&lt;br /&gt;
[[it:Sorelle della Battaglia]]&lt;br /&gt;
[[pl:Waleczne Siostry]]&lt;br /&gt;
[[ru:Боевые сёстры]]&lt;br /&gt;
[[zh:战斗姐妹]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Godmaster]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=User:Koshchki123&amp;diff=2940</id>
		<title>User:Koshchki123</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=User:Koshchki123&amp;diff=2940"/>
		<updated>2025-10-03T02:55:51Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Navbar|page1=Mantis Lords|page2=Sisters of Battle}}&lt;br /&gt;
{{HK CP Header|Godmaster|Godmaster}}&lt;br /&gt;
{{HK Infobox Boss&lt;br /&gt;
|dlc = godmaster&lt;br /&gt;
|image1 = Sisters of Battle.png&lt;br /&gt;
|theme = (Phase One) [https://youtu.be/5IqjfubS6Ow  Mantis Lords]&amp;lt;br/&amp;gt;&lt;br /&gt;
(Phase Two) [https://youtu.be/4yxgEsS8ogM Sisters of Battle]&lt;br /&gt;
|health = 500 (First Phase)&amp;lt;br/&amp;gt;&lt;br /&gt;
750 + 750 + 750 = 2250 (Second Phase)&amp;lt;br/&amp;gt;&lt;br /&gt;
Total: 2750&lt;br /&gt;
|gender = Female&amp;lt;ref name=traitorlord&amp;gt;[[Traitor Lord]] [[Hunter&#039;s Journal (Hollow Knight)|Hunter&#039;s Journal]] entry: &amp;lt;i&amp;gt;&amp;quot;Deposed Lord of the Mantis tribe. Embraced the infection and turned against his sisters.&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|va = Makoto Koji&amp;lt;ref&amp;gt;[https://mixer.com/TeamCherryGames?vod=57373184 Deleted livestream] on Mixer&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Quote&lt;br /&gt;
|Leaders of the Mantis tribe and its finest warriors. They bear thin nail-lances and attack with blinding speed.&amp;lt;hr/&amp;gt;&lt;br /&gt;
The Mantis tribe and the bugs of old Hallownest had no love for each other. The Mantises outlived their rivals though, and their civilisation still stands.&lt;br /&gt;
|Hr = Bestiary&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;b&amp;gt;Sisters of Battle&amp;lt;/b&amp;gt; are a quest [[Bosses (Hollow Knight)|boss]] in &amp;lt;i&amp;gt;[[Hollow Knight (game)|Hollow Knight]]&amp;lt;/i&amp;gt; introduced in [[Godmaster]]. First encountered in the [[Pantheon of Hallownest]], they are a form of the [[Mantis Lords]] where all three sisters battle together instead of separately.&lt;br /&gt;
&lt;br /&gt;
== Behaviour and Tactics ==&lt;br /&gt;
Phase 1 of Sisters of Battle is identical to Phase 1 of Mantis Lords.&lt;br /&gt;
&lt;br /&gt;
In Phase 2, all three Sisters emit a battle cry and drop in to fight. The Sisters of Battle use all attacks of the 2nd Phase of the Mantis Lords, but with an additional attack from a 3rd Sister:&lt;br /&gt;
* &amp;lt;b&amp;gt;Dash &amp;amp; Drop&amp;lt;/b&amp;gt;: All three Sisters combine their patterns into fluid combinations. The pattern these attacks follow loosely comes from the patterns of the original Mantis Lords fight. With all three Sisters attacking: two Sisters still follow the patterns of Mantis Lords Phase 2, and one Sister still follows their original pattern like in Mantis Lords Phase 1. The single Sister&#039;s attack is staggered to happen just after her two Sisters start their attacks whether it be Drop, Double Drop, Dash or Double Dash. Furthermore, the single Sister&#039;s attack will always be a Drop attack if her Sister or Sisters performed Dash attacks. In the case of Drop attacks, it is possible for all three Sisters to choose to chain this attack in quick continuous succession.&lt;br /&gt;
* &amp;lt;b&amp;gt;Boomerang&amp;lt;/b&amp;gt;: When all three Sisters are alive, two perform the Boomerang attacks on the wall while the third performs a Drop attack a moment after the spears are thrown. The patterns for the Boomerangs have been modified as well:&lt;br /&gt;
** Two Sisters simultaneously throw their spears creating a wide arc that reaches the opposite end of the arena before coming back together to meet at the centre just at ground level.&lt;br /&gt;
** Two Sisters simultaneously throw their spears creating a short arc that meets in the middle of the arena where they stay locked together while gliding down for a few moments before dispersing apart just above ground level.&lt;br /&gt;
** Two Sisters simultaneously throw their spears: one throwing a wide arc and the other throwing a short arc causing them to meet either of the far ends of the arena and not the centre before dispersing.&lt;br /&gt;
** One Sister throws her spear in either wide or a short arc and leaves while being followed by the Drop attack.&lt;br /&gt;
** The previous Boomerang pattern can be followed up with the other Sister appearing on the opposing wall after the first had finished, and she performs the same pattern.&lt;br /&gt;
&lt;br /&gt;
When two Sisters are left, the Dash and the Drop attacks resume as if it were the Mantis Lords Phase 2, but the Boomerang patterns with the single Sister remain despite the lack of a follow-up Drop attack. The normal &amp;quot;both short&amp;quot; and &amp;quot;both wide&amp;quot; Boomerang patterns occur as regular (this means only the &amp;quot;one short one wide&amp;quot; Boomerang pattern is phased out).&lt;br /&gt;
&lt;br /&gt;
When one Sister remains the fight continues like Mantis Lords Phase 1.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While the Sisters of Battle&#039;s attacks are quick and lethal, there are various points in the fight where there is a small window to heal. One major point where healing is possible is at the end of Phase 1 and the transition to Phase 2, where there is a large window of time to heal, as the Sisters of Battle&#039;s shout does not stagger [[the Knight]]. There are very few other opportunities to heal, so the [[Quick Focus]] and [[Shape of Unn]] [[Charms]] are recommended to make use of the smaller windows of time in-between attacks to heal.&lt;br /&gt;
&lt;br /&gt;
The [[Shade Cloak]] is useful for this fight, as the continuous barrage from the Sisters often leads to the Knight getting cornered. The ability to phase through said attacks is practically needed to avoid damage at times.&lt;br /&gt;
&lt;br /&gt;
Jumping and down-striking the Sisters as they pass is a good way to deal damage to them and also re-position to be in a better place to avoid and counter further attacks. &lt;br /&gt;
&lt;br /&gt;
The [[Vengeful Spirit]]/[[Shade Soul]] [[Spells|Spell]] is also very helpful to deal damage to the Sisters, as they can move fast, and normal [[Nail]] strikes are only able to hit them a few times before they retreat. As such, these ranged Spells are good to catch one of them during the short recovery window after an attack. [[Descending Dark]]/[[Desolate Dive]] can also be useful to both deal and possibly negate damage done by the 3 Sisters when they use their Dash &amp;amp; Drop attack.&lt;br /&gt;
&lt;br /&gt;
When the Sisters of Battle use the Boomerang attack, it should be noted that the [[Dreamshield]] Charm, if positioned correctly, absorbs the boomerangs, causing the 2 Sisters who threw them to stand still for a few moments. This allows the Knight to get a few hits in before the Sisters commence their next attack.&lt;br /&gt;
&lt;br /&gt;
== Variations ==&lt;br /&gt;
{{HK GM Boss&lt;br /&gt;
|image = Sisters of Battle.png&lt;br /&gt;
|name = Sisters of Battle&lt;br /&gt;
|epithet = &amp;quot;We watch over a village of warriors&amp;quot;&amp;lt;br/&amp;gt;&amp;quot;Revered gods of a proud tribe&amp;quot;&lt;br /&gt;
|pantheon = [[Pantheon of Hallownest]], 15th boss&lt;br /&gt;
|At_Health = 500 / 750 each at stage 2&lt;br /&gt;
|AsRa_Health = 600 / 950 each at stage 2&lt;br /&gt;
|arena = Same arena as the [[Mantis Lords]] fight.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HK DN|&lt;br /&gt;
* ...At last a true challenger...&lt;br /&gt;
* ...Honour from one of its kind...&lt;br /&gt;
* This one shows promise...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
The Sisters of Battle can first be encountered in the Pantheon of Hallownest, after which they can also be fought in the [[Hall of Gods]]. The fight starts off with only a single Sister dropping in to attack: this is used to disguise the fight as the regular Mantis Lords (the title-card for the Mantis Lords is shown, and the Mantis Lords music plays when only fighting one Sister).&lt;br /&gt;
&lt;br /&gt;
{{Gallery&lt;br /&gt;
|Title = Gallery&lt;br /&gt;
|Image1 = Screenshot HK {{PAGENAME}} 01.png!Dash &amp;amp; Drop attacks&lt;br /&gt;
|Image2 = Screenshot HK {{PAGENAME}} 02.png!Boomerang attack&lt;br /&gt;
|Image4 = Godhome Arena Mantis Lords Sisters of Battle.png!Arena&lt;br /&gt;
}}&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LBGBT8G0VOA|300|center}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
[[File: Godhome Mantis throne broken.png|thumb|50px|Unused broken throne]]&lt;br /&gt;
* In the Mantis Lords arena in Hallownest, a fourth, broken throne can be seen next to the Mantis Lords&#039; thrones. The arena in Godhome only features three intact thrones, but an unused sprite of the broken throne exists in the game&#039;s files. &lt;br /&gt;
* If the Knight continuously [[Mantis Claw|clings to the wall]], one Sister will continue to use the Boomerang attack on the opposite side of the arena until the Knight leaves the wall. The boomerang is directed specifically to hit the Knight.&lt;br /&gt;
** In Phase 2, all three Sisters actively throw boomerangs on the opposing wall.&lt;br /&gt;
* In the second phase, the Sister on the right will always be defeated first, then the left, then the middle, no matter which Sister is actually defeated.&lt;br /&gt;
&lt;br /&gt;
{{Hr}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{HK Nav Enemies}}&lt;br /&gt;
&lt;br /&gt;
[[fr:Soeurs d&#039;Armes]]&lt;br /&gt;
[[it:Sorelle della Battaglia]]&lt;br /&gt;
[[pl:Waleczne Siostry]]&lt;br /&gt;
[[ru:Боевые сёстры]]&lt;br /&gt;
[[zh:战斗姐妹]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Godmaster]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=User_talk:Koshchki123&amp;diff=2910</id>
		<title>User talk:Koshchki123</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=User_talk:Koshchki123&amp;diff=2910"/>
		<updated>2025-08-06T06:52:19Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Comment from [[User:Cxvqo]] ==&lt;br /&gt;
uwu [[User:Cxvqo|Cxvqo]] ([[User talk:Cxvqo|talk]]) 05:06, 6 August 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Category:Kaboom&amp;diff=2909</id>
		<title>Category:Kaboom</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Category:Kaboom&amp;diff=2909"/>
		<updated>2025-08-06T06:48:04Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages relating to [[Kaboom]] and/or [[Kaboom Clones|clones]].&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Mathias_Patches&amp;diff=2908</id>
		<title>Mathias Patches</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Mathias_Patches&amp;diff=2908"/>
		<updated>2025-08-06T06:47:52Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Mathias Patches&#039;&#039;&#039; are incomplete and untested patches dished out by the owner of Kaboom, [[Mathias]].&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Mathias_Money&amp;diff=2907</id>
		<title>Mathias Money</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Mathias_Money&amp;diff=2907"/>
		<updated>2025-08-06T06:47:29Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The world&#039;s best form of currency. It is the legal tender of [[Kaboom Wiki|Kaboom]].&lt;br /&gt;
&lt;br /&gt;
The currency is denoted in the form of &amp;quot;MM&amp;quot;.&lt;br /&gt;
[[File:Mathias Money.png|thumb|A real image of 1MM.]]&lt;br /&gt;
You can give some Mathias Money to [[Mathias]] by [https://liberapay.com/mat visiting his LiberaPay].&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Mathias&amp;diff=2906</id>
		<title>Mathias</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Mathias&amp;diff=2906"/>
		<updated>2025-08-06T06:47:21Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Missingtexture.png|alt=MissingTexture&#039;s Minecraft skin|thumb|MissingTexture&#039;s Minecraft skin]]&#039;&#039;&#039;Mathias&#039;&#039;&#039;, also known as MissingTexture, is the &#039;&#039;&#039;only real&#039;&#039;&#039; owner of Kaboom.&lt;br /&gt;
&lt;br /&gt;
He pays for Kaboom with his fictional currency, [[Mathias Money]].&lt;br /&gt;
&lt;br /&gt;
He&#039;s such a good exploit patcher he&#039;s got a type of patch, [[Mathias Patches]], named directly after him!&lt;br /&gt;
[[Category:Kaboom]]&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Kaboom&amp;diff=2905</id>
		<title>Kaboom</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Kaboom&amp;diff=2905"/>
		<updated>2025-08-06T06:46:51Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Paraphrased from homepage, CC BY-SA 3.0 --&amp;gt;&#039;&#039;&#039;Kaboom&#039;&#039;&#039; is the Minecraft server which this wiki is about. The Kaboom server combines free OP with anarchy, allowing players to use powerful operator commands as much as they like, without having to worry about rules.&lt;br /&gt;
&lt;br /&gt;
Kaboom&#039;s entire server is open source, and is [https://github.com/kaboomserver available on GitHub] for anyone to use to [[Kaboom Clones|run their own instance]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Kaboom was created on June 2, 2014, by [[Mathias]]. Initially, it used the Cuberite server software, before eventually switching to Paper in 2018.&lt;br /&gt;
&lt;br /&gt;
== Plugins ==&lt;br /&gt;
Like most other Minecraft servers, this server has plugins, which extend the functionality. A list is provided below, updated as of April 2025:&lt;br /&gt;
&amp;lt;!-- CommandSpy, Essentials, Extras, FastAsyncWorldEdit, Geyser-Spigot, iControlU, ParticleTrails, ViaBackwards, ViaRewind, ViaVersion --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[CommandSpy]]&lt;br /&gt;
* Essentials&lt;br /&gt;
* [[Extras]]&lt;br /&gt;
* FastAsyncWorldEdit&lt;br /&gt;
* Geyser-Spigot&lt;br /&gt;
* [[iControlU]]&lt;br /&gt;
* ParticleTrails&lt;br /&gt;
* ViaBackwards&lt;br /&gt;
* ViaRewind&lt;br /&gt;
* ViaVersion&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
&lt;br /&gt;
Additionally, the server uses an Ignite mod called papermixins to patch some exploits, and provide features such as encryption.&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Category:Players&amp;diff=2903</id>
		<title>Category:Players</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Category:Players&amp;diff=2903"/>
		<updated>2025-08-06T06:45:50Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People who play on the server.&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Category:Bots&amp;diff=2902</id>
		<title>Category:Bots</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Category:Bots&amp;diff=2902"/>
		<updated>2025-08-06T06:45:42Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bots are tools used by self-absorbed assholes who want to enforce rules on an anarchy server (everybody who plays on them)&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Category:Kaboom&amp;diff=2901</id>
		<title>Category:Kaboom</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Category:Kaboom&amp;diff=2901"/>
		<updated>2025-08-06T06:45:16Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Created page with &amp;quot;Pages relating to Kaboom or clones.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages relating to [[Kaboom]] or [[Kaboom Clones|clones]].&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2899</id>
		<title>Kaboom Clones</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2899"/>
		<updated>2025-08-06T06:44:26Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Kaboom clones&#039;&#039;&#039; are enhanced versions of the original, often featuring better CPU, more RAM, and overall improved performance. Clones also provide [[wikipedia:Redundancy_(engineering)|redundancy]], as players can alternate between them in the event of downtime.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name!! IP Address!!Port!!Version!!IP Masking!!Creator&lt;br /&gt;
|-&lt;br /&gt;
|AlexBoom||fart.tplinkdns.com||25565||Any||Yes (localhost)||12alex12&lt;br /&gt;
|-&lt;br /&gt;
|Chipmunk||chipmunk.land||17891||Any||Yes||_ChipMC_ &amp;amp; amyavi&lt;br /&gt;
|-&lt;br /&gt;
|ChomeNS||chayapak.chipmunk.land||32167||Any||Yes (localhost)||chayapak&lt;br /&gt;
|-&lt;br /&gt;
|NX||qilk.de||25565||Any||?||cxvqo&lt;br /&gt;
|-&lt;br /&gt;
|Jewhelper||134.255.181.74||25565||Any||?||?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
- Note: ? means &amp;quot;Unknown&amp;quot;&lt;br /&gt;
[[Category:Kaboom]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2896</id>
		<title>Kaboom Clones</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2896"/>
		<updated>2025-08-06T06:40:52Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Mine is off&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Kaboom clones&#039;&#039;&#039; are enhanced versions of the original, often featuring better CPU, more RAM, and overall improved performance. Clones also provide [[wikipedia:Redundancy_(engineering)|redundancy]], as players can alternate between them in the event of downtime.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name!! IP Address!!Port!!Version!!IP Masking!!Creator&lt;br /&gt;
|-&lt;br /&gt;
|AlexBoom||fart.tplinkdns.com||25565||Any||Yes (localhost)||12alex12&lt;br /&gt;
|-&lt;br /&gt;
|Chipmunk||chipmunk.land||17891||Any||Yes||_ChipMC_ &amp;amp; amyavi&lt;br /&gt;
|-&lt;br /&gt;
|ChomeNS||chayapak.chipmunk.land||32167||Any||Yes (localhost)||chayapak&lt;br /&gt;
|-&lt;br /&gt;
|NX||qilk.de||25565||Any||?||cxvqo&lt;br /&gt;
|-&lt;br /&gt;
|NekoBoom||168.100.225.224||25565||Any||No||_yfd&lt;br /&gt;
|-&lt;br /&gt;
|Pregnant Horse||pregnant.horse||25565||Any||Yes (168.119.181.185)||?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
- Note: ? means &amp;quot;Unknown&amp;quot;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2895</id>
		<title>Kaboom Clones</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2895"/>
		<updated>2025-08-06T06:40:11Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Kaboom clones&#039;&#039;&#039; are enhanced versions of the original, often featuring better CPU, more RAM, and overall improved performance. Clones also provide [[wikipedia:Redundancy_(engineering)|redundancy]], as players can alternate between them in the event of downtime.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name!! IP Address!!Port!!Version!!IP Masking!!Creator&lt;br /&gt;
|-&lt;br /&gt;
|AlexBoom||fart.tplinkdns.com||25565||Any||Yes (localhost)||12alex12&lt;br /&gt;
|-&lt;br /&gt;
|Chipmunk||chipmunk.land||17891||Any||Yes||_ChipMC_ &amp;amp; amyavi&lt;br /&gt;
|-&lt;br /&gt;
|ChomeNS||chayapak.chipmunk.land||32167||Any||Yes (localhost)||chayapak&lt;br /&gt;
|-&lt;br /&gt;
|NX||qilk.de||25565||Any||?||cxvqo&lt;br /&gt;
|-&lt;br /&gt;
|Kabomboclaat||name3.chipmunk.land||25570||Any||Yes||uwu1104090889/owo439895035&lt;br /&gt;
|-&lt;br /&gt;
|NekoBoom||168.100.225.224||25565||Any||No||_yfd&lt;br /&gt;
|-&lt;br /&gt;
|Pregnant Horse||pregnant.horse||25565||Any||Yes (168.119.181.185)||?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
- Note: ? means &amp;quot;Unknown&amp;quot;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2894</id>
		<title>Kaboom Clones</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Kaboom_Clones&amp;diff=2894"/>
		<updated>2025-08-06T06:40:04Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Kaboom clones&#039;&#039;&#039; are enhanced versions of the original, often featuring better CPU, more RAM, and overall improved performance. Clones also provide [[wikipedia:Redundancy_(engineering) redundancy]], as players can alternate between them in the event of downtime.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name!! IP Address!!Port!!Version!!IP Masking!!Creator&lt;br /&gt;
|-&lt;br /&gt;
|AlexBoom||fart.tplinkdns.com||25565||Any||Yes (localhost)||12alex12&lt;br /&gt;
|-&lt;br /&gt;
|Chipmunk||chipmunk.land||17891||Any||Yes||_ChipMC_ &amp;amp; amyavi&lt;br /&gt;
|-&lt;br /&gt;
|ChomeNS||chayapak.chipmunk.land||32167||Any||Yes (localhost)||chayapak&lt;br /&gt;
|-&lt;br /&gt;
|NX||qilk.de||25565||Any||?||cxvqo&lt;br /&gt;
|-&lt;br /&gt;
|Kabomboclaat||name3.chipmunk.land||25570||Any||Yes||uwu1104090889/owo439895035&lt;br /&gt;
|-&lt;br /&gt;
|NekoBoom||168.100.225.224||25565||Any||No||_yfd&lt;br /&gt;
|-&lt;br /&gt;
|Pregnant Horse||pregnant.horse||25565||Any||Yes (168.119.181.185)||?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
- Note: ? means &amp;quot;Unknown&amp;quot;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=MediaWiki:Sidebar&amp;diff=2887</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=MediaWiki:Sidebar&amp;diff=2887"/>
		<updated>2025-08-06T06:28:54Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Created page with &amp;quot;* navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * Kaboom ** Category:Bots|Bots ** Category:Players|Players * SEARCH * TOOLBOX * LANGUAGES&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* Kaboom&lt;br /&gt;
** Category:Bots|Bots&lt;br /&gt;
** Category:Players|Players&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=cxvqo&amp;diff=2881</id>
		<title>cxvqo</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=cxvqo&amp;diff=2881"/>
		<updated>2025-08-06T06:22:05Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Cxvqo to cxvqo without leaving a redirect: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;uwu, very kebab player, made Bot(s), exists. hases [http://qilk.de qilk.de] domains namer.&lt;br /&gt;
&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=repl.it&amp;diff=2873</id>
		<title>repl.it</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=repl.it&amp;diff=2873"/>
		<updated>2025-08-06T06:14:24Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Repl.it to repl.it: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;repl.it&#039;&#039;&#039; is a 24/7 host (made 24/7 by exploits) used by people who can&#039;t afford to leave a spare computer running 24/7.&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=minecraft-protocol&amp;diff=2872</id>
		<title>minecraft-protocol</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=minecraft-protocol&amp;diff=2872"/>
		<updated>2025-08-06T06:13:29Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;minecraft-protocol&#039;&#039;&#039; (&#039;&#039;&#039;node-minecraft-protocol&#039;&#039;&#039;) is the main library for bots on Kaboom, and is what Mineflayer is based on.&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=minecraft-protocol&amp;diff=2869</id>
		<title>minecraft-protocol</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=minecraft-protocol&amp;diff=2869"/>
		<updated>2025-08-06T06:12:37Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Minecraft-protocol to minecraft-protocol: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Minecraft-protocol&#039;&#039;&#039; (&#039;&#039;&#039;node-minecraft-protocol&#039;&#039;&#039;) is the main library for bots on Kaboom, and is what Mineflayer is based on.&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=m_c_player&amp;diff=2868</id>
		<title>m c player</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=m_c_player&amp;diff=2868"/>
		<updated>2025-08-06T06:11:49Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:m_c_player}}&#039;&#039;&#039;m_c_player&#039;&#039;&#039; is a kaboom player that created [[RadiumBot]], and is working on a chipmunkmod fork, even though he doesn&#039;t really know Java.&lt;br /&gt;
&lt;br /&gt;
{{Bot Developer|title1=m_c_player|image1=M_c_player.png|location=|notable_projects=RadiumBot|group_affiliation=none}}&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=m_c_player&amp;diff=2865</id>
		<title>m c player</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=m_c_player&amp;diff=2865"/>
		<updated>2025-08-06T06:11:16Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page MCPlayer to m c player: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;m_c_player&#039;&#039;&#039; is a kaboom player that created [[RadiumBot]], and is working on a chipmunkmod fork, even though he doesn&#039;t really know Java.&lt;br /&gt;
&lt;br /&gt;
{{Bot Developer|title1=m_c_player|image1=M_c_player.png|location=|notable_projects=RadiumBot|group_affiliation=none}}&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=mBot&amp;diff=2862</id>
		<title>mBot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=mBot&amp;diff=2862"/>
		<updated>2025-08-06T06:10:31Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page MBot to mBot: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:mBot}}{{Bot_InfoboxTemplate|title1=mBot|caption1=|name=mBot|main_developers=m_c_player|other_contributors=iv2nix, SonicandTailsCD|date_created=July 2024 (i think)|currently_maintained=fuck no|library=NodeJS/shitflayer (mineflayer)|language=Node.js|image1=}}&#039;&#039;&#039;mBot&#039;&#039;&#039; sucks. use radium instead&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=ChipmunkMod&amp;diff=2858</id>
		<title>ChipmunkMod</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=ChipmunkMod&amp;diff=2858"/>
		<updated>2025-08-06T06:08:51Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ChipmunkMod is the name for several related Fabric mods that are made for Kaboom and [[Kaboom Clones]]. The original was made by [[Chipmunk]] in 2023, however, most people use the ChomeNS fork or derivatives.&lt;br /&gt;
== Features ==&lt;br /&gt;
* Bot Validation ([[HBot]], SBot, [[ChomeNS Bot|ChomeNS]], Kittycorp)&lt;br /&gt;
* Command Core&lt;br /&gt;
=== ChomeNS-specific features ===&lt;br /&gt;
* Additional Bot Validation (FNFBoyfriendBot, Qilk bot, NBot by Yaode_owo)&lt;br /&gt;
* Custom Chat&lt;br /&gt;
* Eval Code/Math&lt;br /&gt;
* Music Player&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ ChipmunkMod Forks&lt;br /&gt;
|-&lt;br /&gt;
! Owner 																		!! Minecraft Version 	!! Maintained 	!! Based On&lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/Chipmunkmc/chipmunkmod Chipmunk]					|| {{No|1.20.1}}		|| {{No}}		||  &lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/ChomeNS/chipmunkmod ChomeNS] 						|| {{Yes|1.21.8}}		|| {{Yes}}		|| Chipmunk &lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/Blackilykat/chipmunkmod Blackilykat] 				|| {{Yes|1.21.8}}		|| {{maybe}} 	|| ChomeNS &lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod 7cc5c4f330d47060]	|| {{Yes|1.21.8}}		|| {{Yes}}		|| Blackilykat&lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/PloatnO/chipmunkmod PloatnO]						|| {{No|1.21.1}}		|| {{No}} 		|| ChomeNS&lt;br /&gt;
|-&lt;br /&gt;
| [https://code.chipmunk.land/IuCC/chipmunkmod IuCC]							|| {{No|1.20.4}}		|| {{No}} 		|| ChomeNS&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=chayapak&amp;diff=2857</id>
		<title>chayapak</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=chayapak&amp;diff=2857"/>
		<updated>2025-08-06T06:08:37Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Koshchki123 moved page Chayapak to chayapak without leaving a redirect: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:chayapak}}&#039;&#039;&#039;chayapak&#039;&#039;&#039; is a Kaboom player who made a fork of [[ChipmunkMod]] as well as the [[ChomeNS Bot]].&lt;br /&gt;
&lt;br /&gt;
He used to play Kaboom in 2022-2023, then took a break, and restarted in 2024.&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Allink&amp;diff=2856</id>
		<title>Allink</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Allink&amp;diff=2856"/>
		<updated>2025-08-06T06:08:12Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Lowercase title fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Allink. The legend. The god. He watches the seas, and disrupts them when he has to. The is the god of gods, legend of legends, he is above us all. He is, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&amp;lt;big&amp;gt;Allink.&amp;lt;/big&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Bot Developer|title1=Allink|image1=Allink.png|location=Hell|notable_projects=Grandma, CoreBot and RecycleBot|group_affiliation=none}}&lt;br /&gt;
[[Category:Players]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Meelbot&amp;diff=2846</id>
		<title>Meelbot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Meelbot&amp;diff=2846"/>
		<updated>2025-08-06T06:07:06Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeelBot was a bot made by [[Roizor]] that joins the server many times. It&#039;s only command is MEEL.order. when you type MEEL.order and something after it, it gives you a cake named as what you put. &lt;br /&gt;
&lt;br /&gt;
Shit bot, made by retard. Chunkbanned by [[Grandma]].&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Documentation/doc&amp;diff=2844</id>
		<title>Template:Documentation/doc</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Documentation/doc&amp;diff=2844"/>
		<updated>2025-08-06T06:06:41Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
This template is used to insert descriptions on template pages.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
Add &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;{{T|Documentation}}&amp;lt;nowiki&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; at the end of the template page.&lt;br /&gt;
&lt;br /&gt;
Add &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;{{T|Documentation|documentation page}}&amp;lt;nowiki&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to transclude an alternative page from the /doc subpage.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===On the Template page===&lt;br /&gt;
This is the normal format when used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TEMPLATE CODE&lt;br /&gt;
&amp;lt;includeonly&amp;gt;Any categories to be inserted into articles by the template&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If your template is not a completed div or table, you may need to close the tags just before &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Documentation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is inserted (within the noinclude tags).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A line break right before &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Documentation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; can also be useful as it helps prevent the documentation template &amp;quot;running into&amp;quot; previous code.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===On the documentation page===&lt;br /&gt;
The documentation page is usually located on the /doc subpage for a template, but a different page can be specified with the first parameter of the template (see [[#Syntax|Syntax]]).&lt;br /&gt;
&lt;br /&gt;
Normally, you will want to write something like the following on the documentation page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
This template is used to do something.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
Type &amp;lt;code&amp;gt;{{t|templatename}}&amp;lt;/code&amp;gt; somewhere.&lt;br /&gt;
&lt;br /&gt;
==Samples==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;gt;{{templatename|input}}&amp;amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
results in...&lt;br /&gt;
&lt;br /&gt;
{{templatename|input}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;Any categories for the template itself&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template documentation]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use any or all of the above description/syntax/sample output sections. You may also want to add &amp;quot;see also&amp;quot; or other sections.&lt;br /&gt;
&lt;br /&gt;
Note that the above example also uses the [[Template:T]] template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Documentation templates]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Template documentation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Documentation&amp;diff=2842</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Documentation&amp;diff=2842"/>
		<updated>2025-08-06T06:06:25Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Documentation|main|_content={{ {{#invoke:Documentation|contentTitle}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Infobox&amp;diff=2839</id>
		<title>Template:Infobox</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Infobox&amp;diff=2839"/>
		<updated>2025-08-06T06:06:07Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Infobox|infobox}}&amp;lt;includeonly&amp;gt;{{Template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=ChomeNS_Bot&amp;diff=2820</id>
		<title>ChomeNS Bot</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=ChomeNS_Bot&amp;diff=2820"/>
		<updated>2025-08-06T05:48:28Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Bot|name=ChomeNS Bot|main_developers=[[chayapak]]|other_contributors=amyavi, _ChipMC_ (old version)|date_created=2022 (JS), 2023 (Java)|currently_maintained=Yes|library=mcprotocollib|language=Java|image1=ChomeNS_Bot_Logo.png}}&#039;&#039;&#039;ChomeNS Bot&#039;&#039;&#039; is a bot made by [[chayapak]]/ChomeNS. It has many commands, with features such as reading Wikipedia articles, finding alternative accounts of players, and filtering players.&lt;br /&gt;
&lt;br /&gt;
Initially, it was written in JavaScript, but in 2023, it was rewritten in Java, using the mcprotocollib library.&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=NBot_(Yaode_owo)&amp;diff=2819</id>
		<title>NBot (Yaode owo)</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=NBot_(Yaode_owo)&amp;diff=2819"/>
		<updated>2025-08-06T05:47:47Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: Add category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:NBot (Yaode_owo)}}:&#039;&#039;Not to be confused with the [[NBot (Neumatic)|NBot made by Neumatic]] that has been discontinued.&#039;&#039;&lt;br /&gt;
NBot is a bot made by Yaode_owo.&lt;br /&gt;
[[Category:Bots]]&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Module:Shortcut/styles.css&amp;diff=2815</id>
		<title>Module:Shortcut/styles.css</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Module:Shortcut/styles.css&amp;diff=2815"/>
		<updated>2025-08-06T05:45:18Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* {{pp-template}} */&lt;br /&gt;
.module-shortcutboxplain {&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 0 0 0 1em;&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	background-color: var(--background-color-base, #fff);&lt;br /&gt;
	padding: 0.3em 0.6em 0.2em 0.6em;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module-shortcutboxleft {&lt;br /&gt;
	float: left;&lt;br /&gt;
	margin: 0 1em 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module-shortcutlist {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	border-bottom: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	margin-bottom: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module-shortcutboxplain ul {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module-shortcutanchordiv {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	top: -3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
li .module-shortcutanchordiv {&lt;br /&gt;
	float: right; /* IE/Edge in list items */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mbox-imageright .module-shortcutboxplain {&lt;br /&gt;
	padding: 0.4em 1em 0.4em 1em;&lt;br /&gt;
	line-height: 1.3;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Plainlist/styles.css&amp;diff=2813</id>
		<title>Template:Plainlist/styles.css</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Plainlist/styles.css&amp;diff=2813"/>
		<updated>2025-08-06T05:45:18Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* {{pp-template|small=yes}} */&lt;br /&gt;
.plainlist ol,&lt;br /&gt;
.plainlist ul {&lt;br /&gt;
	line-height: inherit;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0; /* Reset Minerva default */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.plainlist ol li,&lt;br /&gt;
.plainlist ul li {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Distinguish/doc&amp;diff=2811</id>
		<title>Template:Distinguish/doc</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Distinguish/doc&amp;diff=2811"/>
		<updated>2025-08-06T05:45:18Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{tsh|dist|ntbcw|confuse}}&lt;br /&gt;
&amp;lt;!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --&amp;gt;&lt;br /&gt;
{{High-use| 65005 }}&lt;br /&gt;
{{Lua|Module:distinguish}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;distinguish&amp;quot; template produces a [[WP:HAT|hatnote]] to point out to readers, who may have misspelled their desired title, the existence of one or more articles whose title(s) is, or are, similar to the page in question. It is used in cases where the distinction between the titles is generally obvious and does not need further explanation. &lt;br /&gt;
&lt;br /&gt;
For those cases where an explanation is required, please use the templates {{tl|For}} and {{tl|About}}. For use on category pages, the corresponding template is {{Tl|Category distinguish}}.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Here is an example of its standard usage on the article about the mathematical [[Astroid]]:&lt;br /&gt;
{{tlx|distinguish|Asteroid}}         → {{Distinguish|Asteroid}}&lt;br /&gt;
&lt;br /&gt;
This hatnote can be used to distinguish the topic from multiple other topics, as for [[Corundum]] or [[Bangala language]]:&lt;br /&gt;
{{tlx|distinguish|Carborundum|Conundrum}} → {{Distinguish|Carborundum|Conundrum}}&lt;br /&gt;
{{tlx|distinguish|Bangla language|Mbangala language|Ngala language}} → {{Distinguish|Bangla language|Mbangala language|Ngala language}}&lt;br /&gt;
&lt;br /&gt;
The {{para|text}} parameter can be used to create customized text, in case context is required. An example is on the article [[Phobos (mythology)]], which  contains a customized hatnote to distinguish it and &amp;quot;[[Phoebus]]&amp;quot; (a redirect of [[Apollo]]). Both links lead to topics about Greek gods, so the [[WP:NCDAB|parenthetical disambiguation]] in &amp;quot;Phobos (mythology)&amp;quot; is insufficient to disambiguate the two. Since it [[WP:HNR|is typically not preferable to link a redirect]] in a hatnote, the article &amp;quot;Apollo&amp;quot; is linked to directly and a short explanation fills in the necessary context:&lt;br /&gt;
{{tlx|distinguish|text {{=}} Phoebus, an epithet of the Greek god &amp;amp;#91;&amp;amp;#91;Apollo]]}} → {{Distinguish|text = Phoebus, an epithet of the Greek god [[Apollo]] }}  &lt;br /&gt;
&lt;br /&gt;
Note that a final period is automatically added at the end of the sentence, and that only one blue link is used per disambiguated topic (i.e, do not type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;...an [[epithet]] of the [[Greek]] god [[Apollo]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the target is a disambiguation page, display of the parentheses may be avoided by escaping the vertical bar using the [[Help:Magic words#bang|magic word]] {{tlc|!}}: &lt;br /&gt;
{{Tick}}{{nbsp}}{{tlx|distinguish|Crossfire (disambiguation)&amp;amp;#123;&amp;amp;#123;&amp;amp;#33;&amp;amp;#125;&amp;amp;#125;Crossfire}} → {{Distinguish|Crossfire (disambiguation){{!}}Crossfire}}&lt;br /&gt;
The escape is necessary, otherwise the template will read the next text as another topic:&lt;br /&gt;
{{Cross}}{{nbsp}}{{tlx|distinguish|Crossfire (disambiguation)|Crossfire}} → {{Distinguish|Crossfire (disambiguation)|Crossfire}}&lt;br /&gt;
&lt;br /&gt;
== When to use ==&lt;br /&gt;
This hatnote is generally used when readers have misspelled their desired title, and the error would be apparent by simply displaying the alternative term without further explanation. For example, consider a reader looking for the punctuation mark who instead ends up at [[coma]]:&lt;br /&gt;
: [[Coma]]&lt;br /&gt;
: {{Distinguish|Comma}}&lt;br /&gt;
&lt;br /&gt;
Readers are presumed to recognize that they actually wanted &#039;&#039;comma&#039;&#039; by merely looking at the spelling, and this case generally requires no further explanation.&lt;br /&gt;
&lt;br /&gt;
However, {{tlx|distinguish}} is not suitable when the difference is not readily apparent without additional details. Consider a reader looking for a game they believe is named Reversi:&lt;br /&gt;
: {{cross}} [[Reversi]]&lt;br /&gt;
: {{Distinguish|Reversis}}&lt;br /&gt;
&lt;br /&gt;
In the above hatnote, it is not generally apparent how the suggested Reversis is different from Reversi, which is also a game.&lt;br /&gt;
&lt;br /&gt;
In this case you should use {{tlx|about}} instead of {{tlc|distinguish}}. The difference is to provide explanation upfront without requiring the reader to click through and differentiate the terms on their own.&lt;br /&gt;
: {{tick}} [[Reversi]]&lt;br /&gt;
:: &#039;&#039;This article is about the board game. For the card game, see [[Reversis]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{tlc|Distinguish}} should only be used when the ambiguity exists for a portion of the readership that is sufficient to warrant a hatnote. Care should be taken to [[WP:TRHAT|avoid trivial uses]].&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name of article&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Name of article that you want to link to&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
                        &amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Optional additional article to link (2)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional additional article to link&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;3&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Optional additional article to link (3)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional additional article to link&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;4&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Optional additional article to link (4)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional additional article to link&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
        &amp;quot;text&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Custom text&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;Custom message in wikitext; e.g. \&amp;quot;[[foo]] and [[Bar (computer science)|bar]]\&amp;quot; produces \&amp;quot;Not to be confused with [[foo]] and [[Bar (computer science)|bar]].\&amp;quot;&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
        },&lt;br /&gt;
        &amp;quot;selfref&amp;quot;: {&lt;br /&gt;
            &amp;quot;label&amp;quot;: &amp;quot;Self reference&amp;quot;,&lt;br /&gt;
            &amp;quot;description&amp;quot;: &amp;quot;If set, marks note as being a self reference, to not be shown when content is reused&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;boolean&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;A hatnote used when there is an ambiguity in an article&#039;s title.&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;,&lt;br /&gt;
		&amp;quot;2&amp;quot;,&lt;br /&gt;
		&amp;quot;3&amp;quot;,&lt;br /&gt;
		&amp;quot;4&amp;quot;,&lt;br /&gt;
                &amp;quot;text&amp;quot;,&lt;br /&gt;
                &amp;quot;selfref&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
* {{tl|Confused}}&lt;br /&gt;
* {{tl|Confuse}}&lt;br /&gt;
* {{tl|Misspelling}}&lt;br /&gt;
* {{tl|Nottobeconfusedwith}}&lt;br /&gt;
* {{tl|Ntbcw}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|About}}&lt;br /&gt;
* {{tl|Category distinguish}}&lt;br /&gt;
* {{tl|For}}&lt;br /&gt;
* {{tl|Redirect}}&lt;br /&gt;
* {{tl|R from misspelling}}&lt;br /&gt;
&lt;br /&gt;
{{Hatnote templates}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Add categories below this line, and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Disambiguation and redirection hatnote templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Module:Transclusion_count/data/D&amp;diff=2809</id>
		<title>Module:Transclusion count/data/D</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Module:Transclusion_count/data/D&amp;diff=2809"/>
		<updated>2025-08-06T05:45:17Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;return {&lt;br /&gt;
[&amp;quot;D&amp;amp;D_to-do&amp;quot;] = 6500,&lt;br /&gt;
[&amp;quot;D-da&amp;quot;] = 2400,&lt;br /&gt;
[&amp;quot;DANFS&amp;quot;] = 8300,&lt;br /&gt;
[&amp;quot;DC-Comics-trademark-copyright&amp;quot;] = 2000,&lt;br /&gt;
[&amp;quot;DCS_Sri_Lanka&amp;quot;] = 2000,&lt;br /&gt;
[&amp;quot;DDR&amp;quot;] = 2900,&lt;br /&gt;
[&amp;quot;DEC&amp;quot;] = 9600,&lt;br /&gt;
[&amp;quot;DECADE&amp;quot;] = 301000,&lt;br /&gt;
[&amp;quot;DEN&amp;quot;] = 7200,&lt;br /&gt;
[&amp;quot;DEU&amp;quot;] = 19000,&lt;br /&gt;
[&amp;quot;DMC&amp;quot;] = 58000,&lt;br /&gt;
[&amp;quot;DMCA&amp;quot;] = 3030000,&lt;br /&gt;
[&amp;quot;DNB&amp;quot;] = 9400,&lt;br /&gt;
[&amp;quot;DNB-Portal&amp;quot;] = 2300,&lt;br /&gt;
[&amp;quot;DNB_portal&amp;quot;] = 3600,&lt;br /&gt;
[&amp;quot;DNK&amp;quot;] = 8300,&lt;br /&gt;
[&amp;quot;DNZB&amp;quot;] = 3700,&lt;br /&gt;
[&amp;quot;DOM&amp;quot;] = 2200,&lt;br /&gt;
[&amp;quot;DOWs&amp;quot;] = 2700,&lt;br /&gt;
[&amp;quot;DRV_links&amp;quot;] = 4000,&lt;br /&gt;
[&amp;quot;DWT&amp;quot;] = 2500,&lt;br /&gt;
[&amp;quot;DYKC&amp;quot;] = 6700,&lt;br /&gt;
[&amp;quot;DYKF&amp;quot;] = 2100,&lt;br /&gt;
[&amp;quot;DYK_blue&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;DYK_checklist&amp;quot;] = 20000,&lt;br /&gt;
[&amp;quot;DYK_conditions&amp;quot;] = 64000,&lt;br /&gt;
[&amp;quot;DYK_files&amp;quot;] = 2100,&lt;br /&gt;
[&amp;quot;DYK_header&amp;quot;] = 49000,&lt;br /&gt;
[&amp;quot;DYK_nompage_links&amp;quot;] = 94000,&lt;br /&gt;
[&amp;quot;DYK_talk&amp;quot;] = 108000,&lt;br /&gt;
[&amp;quot;DYK_talk/date&amp;quot;] = 108000,&lt;br /&gt;
[&amp;quot;DYK_tools&amp;quot;] = 76000,&lt;br /&gt;
[&amp;quot;DYK_tools/styles.css&amp;quot;] = 76000,&lt;br /&gt;
[&amp;quot;DYKfile&amp;quot;] = 13000,&lt;br /&gt;
[&amp;quot;DZA&amp;quot;] = 2900,&lt;br /&gt;
[&amp;quot;Dab&amp;quot;] = 20000,&lt;br /&gt;
[&amp;quot;Dabcat&amp;quot;] = 228000,&lt;br /&gt;
[&amp;quot;Dagger&amp;quot;] = 21000,&lt;br /&gt;
[&amp;quot;Dark_red&amp;quot;] = 2700,&lt;br /&gt;
[&amp;quot;Darkred&amp;quot;] = 2500,&lt;br /&gt;
[&amp;quot;Dash&amp;quot;] = 2400,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_assignment&amp;quot;] = 27000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_bibliography/bibliography&amp;quot;] = 6800,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_bibliography/guide&amp;quot;] = 14000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_bibliography/outline&amp;quot;] = 7300,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_course_header&amp;quot;] = 7500,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_course_header/edit-note&amp;quot;] = 7500,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_draft_template/about_this_sandbox&amp;quot;] = 18000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_evaluate_article/guide&amp;quot;] = 16000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_peer_review/guide&amp;quot;] = 22000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_sandbox&amp;quot;] = 118000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_student_editor&amp;quot;] = 105000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_student_program_sandbox&amp;quot;] = 116000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_talk_course_link&amp;quot;] = 107000,&lt;br /&gt;
[&amp;quot;Dashboard.wikiedu.org_user_talk&amp;quot;] = 2200,&lt;br /&gt;
[&amp;quot;Date&amp;quot;] = 49000,&lt;br /&gt;
[&amp;quot;Date-mf&amp;quot;] = 44000,&lt;br /&gt;
[&amp;quot;Date_table_sorting&amp;quot;] = 42000,&lt;br /&gt;
[&amp;quot;Dated_maintenance_category&amp;quot;] = 3170000,&lt;br /&gt;
[&amp;quot;Dated_maintenance_category_(articles)&amp;quot;] = 3120000,&lt;br /&gt;
[&amp;quot;Dated_maintenance_category_by_type_(articles)&amp;quot;] = 23000,&lt;br /&gt;
[&amp;quot;Davis_Cup_player&amp;quot;] = 2400,&lt;br /&gt;
[&amp;quot;Day+1&amp;quot;] = 7000,&lt;br /&gt;
[&amp;quot;Day-1&amp;quot;] = 8400,&lt;br /&gt;
[&amp;quot;Dbox&amp;quot;] = 3000,&lt;br /&gt;
[&amp;quot;Dda&amp;quot;] = 4500,&lt;br /&gt;
[&amp;quot;Dead_YouTube_link&amp;quot;] = 2400,&lt;br /&gt;
[&amp;quot;Dead_link&amp;quot;] = 320000,&lt;br /&gt;
[&amp;quot;Deadlink&amp;quot;] = 2300,&lt;br /&gt;
[&amp;quot;Deadweight_tonnage&amp;quot;] = 2500,&lt;br /&gt;
[&amp;quot;Death-date_and_age&amp;quot;] = 8600,&lt;br /&gt;
[&amp;quot;Death_date&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;Death_date_and_age&amp;quot;] = 454000,&lt;br /&gt;
[&amp;quot;Death_date_and_age_text&amp;quot;] = 11000,&lt;br /&gt;
[&amp;quot;Death_date_and_given_age&amp;quot;] = 3900,&lt;br /&gt;
[&amp;quot;Death_date_text&amp;quot;] = 12000,&lt;br /&gt;
[&amp;quot;Death_year_and_age&amp;quot;] = 18000,&lt;br /&gt;
[&amp;quot;Death_year_category_header&amp;quot;] = 2000,&lt;br /&gt;
[&amp;quot;Decade_link&amp;quot;] = 36000,&lt;br /&gt;
[&amp;quot;Decimals&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Declination&amp;quot;] = 9800,&lt;br /&gt;
[&amp;quot;Decline&amp;quot;] = 2700,&lt;br /&gt;
[&amp;quot;Declined&amp;quot;] = 3500,&lt;br /&gt;
[&amp;quot;Decrease&amp;quot;] = 44000,&lt;br /&gt;
[&amp;quot;Define&amp;quot;] = 4100,&lt;br /&gt;
[&amp;quot;Deg2DMS&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Deleted_on_Commons&amp;quot;] = 4500,&lt;br /&gt;
[&amp;quot;Deletion_review_log_header&amp;quot;] = 6400,&lt;br /&gt;
[&amp;quot;Deletion_review_log_header/Core&amp;quot;] = 6400,&lt;br /&gt;
[&amp;quot;Delink&amp;quot;] = 1910000,&lt;br /&gt;
[&amp;quot;Delink_question_hyphen-minus&amp;quot;] = 426000,&lt;br /&gt;
[&amp;quot;Delrevxfd&amp;quot;] = 3800,&lt;br /&gt;
[&amp;quot;Democratic_Party_(US)/meta/shading&amp;quot;] = 18000,&lt;br /&gt;
[&amp;quot;Description_missing&amp;quot;] = 5800,&lt;br /&gt;
[&amp;quot;Designation/abbreviation&amp;quot;] = 8900,&lt;br /&gt;
[&amp;quot;Designation/color&amp;quot;] = 78000,&lt;br /&gt;
[&amp;quot;Designation/colour&amp;quot;] = 81000,&lt;br /&gt;
[&amp;quot;Designation/colour2&amp;quot;] = 22000,&lt;br /&gt;
[&amp;quot;Designation/divbox&amp;quot;] = 35000,&lt;br /&gt;
[&amp;quot;Designation/text&amp;quot;] = 47000,&lt;br /&gt;
[&amp;quot;Designation_list&amp;quot;] = 6800,&lt;br /&gt;
[&amp;quot;Details&amp;quot;] = 3700,&lt;br /&gt;
[&amp;quot;DetailsLink&amp;quot;] = 5300,&lt;br /&gt;
[&amp;quot;Details_link&amp;quot;] = 6200,&lt;br /&gt;
[&amp;quot;Detect_singular&amp;quot;] = 235000,&lt;br /&gt;
[&amp;quot;Deutsche_Bahn_station_codes&amp;quot;] = 2200,&lt;br /&gt;
[&amp;quot;DfE_performance_tables&amp;quot;] = 4500,&lt;br /&gt;
[&amp;quot;Dictionary_of_National_Biography&amp;quot;] = 9400,&lt;br /&gt;
[&amp;quot;Diff&amp;quot;] = 32000,&lt;br /&gt;
[&amp;quot;Diff2&amp;quot;] = 14000,&lt;br /&gt;
[&amp;quot;Diffusing_occupation_by_nationality_and_century_category_header&amp;quot;] = 4100,&lt;br /&gt;
[&amp;quot;Diffusing_occupation_by_nationality_and_century_category_header/core&amp;quot;] = 6900,&lt;br /&gt;
[&amp;quot;Digits&amp;quot;] = 24000,&lt;br /&gt;
[&amp;quot;Directories_box&amp;quot;] = 3200,&lt;br /&gt;
[&amp;quot;Disamb&amp;quot;] = 2200,&lt;br /&gt;
[&amp;quot;Disambig&amp;quot;] = 63000,&lt;br /&gt;
[&amp;quot;Disambig-Class&amp;quot;] = 12000,&lt;br /&gt;
[&amp;quot;Disambiguation&amp;quot;] = 229000,&lt;br /&gt;
[&amp;quot;Disambiguation/cat&amp;quot;] = 229000,&lt;br /&gt;
[&amp;quot;Disambiguation_page_short_description&amp;quot;] = 370000,&lt;br /&gt;
[&amp;quot;Discogs_artist&amp;quot;] = 22000,&lt;br /&gt;
[&amp;quot;Discogs_master&amp;quot;] = 15000,&lt;br /&gt;
[&amp;quot;Discogs_release&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Discussion_bottom&amp;quot;] = 13000,&lt;br /&gt;
[&amp;quot;Discussion_top&amp;quot;] = 14000,&lt;br /&gt;
[&amp;quot;Disestablishment_category_in_country&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;Disestablishment_category_in_country/core&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;Disestablishment_category_in_country_by_decade&amp;quot;] = 2600,&lt;br /&gt;
[&amp;quot;Disestablishment_category_in_country_by_decade/core&amp;quot;] = 2600,&lt;br /&gt;
[&amp;quot;DisestcatCountry&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;DisestcatCountry/core&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;DisestcatUSstate&amp;quot;] = 5200,&lt;br /&gt;
[&amp;quot;DisestcatUSstate/core&amp;quot;] = 5200,&lt;br /&gt;
[&amp;quot;Disputed&amp;quot;] = 2100,&lt;br /&gt;
[&amp;quot;Distinguish&amp;quot;] = 116000,&lt;br /&gt;
[&amp;quot;Disused_Rail_Start&amp;quot;] = 3900,&lt;br /&gt;
[&amp;quot;Disused_rail_start&amp;quot;] = 4200,&lt;br /&gt;
[&amp;quot;Disused_style&amp;quot;] = 4600,&lt;br /&gt;
[&amp;quot;Div_col&amp;quot;] = 460000,&lt;br /&gt;
[&amp;quot;Div_col/styles.css&amp;quot;] = 462000,&lt;br /&gt;
[&amp;quot;Div_col_end&amp;quot;] = 337000,&lt;br /&gt;
[&amp;quot;Divbox&amp;quot;] = 431000,&lt;br /&gt;
[&amp;quot;Divbox/styles.css&amp;quot;] = 431000,&lt;br /&gt;
[&amp;quot;Dividing_line&amp;quot;] = 4600,&lt;br /&gt;
[&amp;quot;Dmbox&amp;quot;] = 491000,&lt;br /&gt;
[&amp;quot;Dmbox/styles.css&amp;quot;] = 491000,&lt;br /&gt;
[&amp;quot;Do_not_move_to_Commons&amp;quot;] = 21000,&lt;br /&gt;
[&amp;quot;Doc&amp;quot;] = 3900,&lt;br /&gt;
[&amp;quot;Documentation&amp;quot;] = 136000,&lt;br /&gt;
[&amp;quot;Documentation_subpage&amp;quot;] = 98000,&lt;br /&gt;
[&amp;quot;Dog_opentask&amp;quot;] = 4100,&lt;br /&gt;
[&amp;quot;Doi&amp;quot;] = 29000,&lt;br /&gt;
[&amp;quot;Doing&amp;quot;] = 4000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line&amp;quot;] = 131000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_always_display&amp;quot;] = 580000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_extinct&amp;quot;] = 581000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_link_target&amp;quot;] = 581000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_link_text&amp;quot;] = 581000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_parent&amp;quot;] = 581000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_rank&amp;quot;] = 581000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_refs&amp;quot;] = 131000,&lt;br /&gt;
[&amp;quot;Don&#039;t_edit_this_line_same_as&amp;quot;] = 580000,&lt;br /&gt;
[&amp;quot;Done&amp;quot;] = 115000,&lt;br /&gt;
[&amp;quot;Doppelganger&amp;quot;] = 2800,&lt;br /&gt;
[&amp;quot;Double+single&amp;quot;] = 3900,&lt;br /&gt;
[&amp;quot;Double-dagger&amp;quot;] = 26000,&lt;br /&gt;
[&amp;quot;Dow_tooltip&amp;quot;] = 2200,&lt;br /&gt;
[&amp;quot;Dr&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Dr-logno&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Dr-make&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Dr-yr&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Draft_article&amp;quot;] = 7600,&lt;br /&gt;
[&amp;quot;Draft_article_check&amp;quot;] = 7500,&lt;br /&gt;
[&amp;quot;Draft_categories&amp;quot;] = 10000,&lt;br /&gt;
[&amp;quot;Draft_other&amp;quot;] = 100000,&lt;br /&gt;
[&amp;quot;Draft_topics&amp;quot;] = 30000,&lt;br /&gt;
[&amp;quot;Drafts_moved_from_mainspace&amp;quot;] = 8800,&lt;br /&gt;
[&amp;quot;Draw&amp;quot;] = 4500,&lt;br /&gt;
[&amp;quot;Draw_key&amp;quot;] = 20000,&lt;br /&gt;
[&amp;quot;Draw_links&amp;quot;] = 15000,&lt;br /&gt;
[&amp;quot;Drep&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;DriverDB_driver&amp;quot;] = 2400,&lt;br /&gt;
[&amp;quot;Drugbankcite&amp;quot;] = 4300,&lt;br /&gt;
[&amp;quot;Drugbox&amp;quot;] = 6500,&lt;br /&gt;
[&amp;quot;Drugs.com&amp;quot;] = 3200,&lt;br /&gt;
[&amp;quot;Dts&amp;quot;] = 41000,&lt;br /&gt;
[&amp;quot;Dubious&amp;quot;] = 8500,&lt;br /&gt;
[&amp;quot;Duck&amp;quot;] = 3100,&lt;br /&gt;
[&amp;quot;Dummytab&amp;quot;] = 6100,&lt;br /&gt;
[&amp;quot;Duration&amp;quot;] = 42000,&lt;br /&gt;
[&amp;quot;Dutch_municipality&amp;quot;] = 2700,&lt;br /&gt;
[&amp;quot;Dyktalk&amp;quot;] = 39000,&lt;br /&gt;
[&amp;quot;Dynamic_list&amp;quot;] = 11000,&lt;br /&gt;
[&amp;quot;Module:DYK_checklist&amp;quot;] = 20000,&lt;br /&gt;
[&amp;quot;Module:DYK_checklist/data&amp;quot;] = 20000,&lt;br /&gt;
[&amp;quot;Module:DYK_nompage_links&amp;quot;] = 94000,&lt;br /&gt;
[&amp;quot;Module:Data&amp;quot;] = 155000,&lt;br /&gt;
[&amp;quot;Module:Date&amp;quot;] = 1540000,&lt;br /&gt;
[&amp;quot;Module:DateI18n&amp;quot;] = 75000,&lt;br /&gt;
[&amp;quot;Module:Date_table_sorting&amp;quot;] = 45000,&lt;br /&gt;
[&amp;quot;Module:Date_time&amp;quot;] = 526000,&lt;br /&gt;
[&amp;quot;Module:DecodeEncode&amp;quot;] = 136000,&lt;br /&gt;
[&amp;quot;Module:Delink&amp;quot;] = 3500000,&lt;br /&gt;
[&amp;quot;Module:Detect_singular&amp;quot;] = 1890000,&lt;br /&gt;
[&amp;quot;Module:Disambiguation&amp;quot;] = 239000,&lt;br /&gt;
[&amp;quot;Module:Disambiguation/templates&amp;quot;] = 12700000,&lt;br /&gt;
[&amp;quot;Module:Distinguish&amp;quot;] = 116000,&lt;br /&gt;
[&amp;quot;Module:Documentation&amp;quot;] = 187000,&lt;br /&gt;
[&amp;quot;Module:Documentation/config&amp;quot;] = 187000,&lt;br /&gt;
[&amp;quot;Module:Documentation/styles.css&amp;quot;] = 187000,&lt;br /&gt;
[&amp;quot;Module:Domain_handler&amp;quot;] = 11000,&lt;br /&gt;
[&amp;quot;Module:Draft_topics&amp;quot;] = 30000,&lt;br /&gt;
[&amp;quot;Module:Dts&amp;quot;] = 3400,&lt;br /&gt;
[&amp;quot;Module:Duration&amp;quot;] = 247000,&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
	<entry>
		<id>https://kswiki.chipmunk.land/index.php?title=Template:Hatnote_templates&amp;diff=2807</id>
		<title>Template:Hatnote templates</title>
		<link rel="alternate" type="text/html" href="https://kswiki.chipmunk.land/index.php?title=Template:Hatnote_templates&amp;diff=2807"/>
		<updated>2025-08-06T05:45:17Z</updated>

		<summary type="html">&lt;p&gt;Koshchki123: 1 revision imported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Navbox&lt;br /&gt;
| name = Hatnote templates&lt;br /&gt;
| state = {{{state|&amp;lt;includeonly&amp;gt;autocollapse&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
| bodyclass = hlist&lt;br /&gt;
| belowclass = hlist&lt;br /&gt;
| title  = [[WP:Hatnote#Hatnote templates|Hatnote templates]]&lt;br /&gt;
&lt;br /&gt;
| above =&lt;br /&gt;
*[[Wikipedia:Hatnote]]&lt;br /&gt;
*[[Wikipedia:Disambiguation]]&lt;br /&gt;
*[[Wikipedia:Redirect]]&lt;br /&gt;
&lt;br /&gt;
| group1 = Generic&lt;br /&gt;
| list1 =&lt;br /&gt;
*{{tl|Hatnote}}&lt;br /&gt;
*{{tl|Hatnote group}}&lt;br /&gt;
*{{tl|Self-reference}}&lt;br /&gt;
&lt;br /&gt;
| group2 = For and about&lt;br /&gt;
| list2 =&lt;br /&gt;
*{{tl|For}}&lt;br /&gt;
*{{tl|For-text}} (for custom text)&lt;br /&gt;
*{{tl|For-multi}} (for multiple uses)&lt;br /&gt;
*{{tl|About}}&lt;br /&gt;
*Variations: {{tl|Other uses}}&lt;br /&gt;
*{{tl|Other uses of}}&lt;br /&gt;
*{{tl|Redirect-distinguish-for}}&lt;br /&gt;
*{{tl|About-distinguish}}&lt;br /&gt;
*{{tl|About-distinguish-text}}&lt;br /&gt;
&lt;br /&gt;
| group3 = Other topics&lt;br /&gt;
| list3 =&lt;br /&gt;
*{{tl|Other people}}&lt;br /&gt;
*{{tl|About other people}} (adds &amp;quot;about&amp;quot; description)&lt;br /&gt;
*{{tl|Similar names}}&lt;br /&gt;
*{{tl|Other storms}}&lt;br /&gt;
*{{tl|Other stars by Bayer designation}}&lt;br /&gt;
*{{tl|Other places}}&lt;br /&gt;
*{{tl|Other ships}}&lt;br /&gt;
&lt;br /&gt;
| group4 = Redirect&lt;br /&gt;
| list4 =&lt;br /&gt;
*{{tl|Redirect}}&lt;br /&gt;
*{{tl|Redirect2}} (for two redirects)&lt;br /&gt;
*{{tl|Redirect-multi}} (for multiple redirects)&lt;br /&gt;
*{{tl|Redirect-several}} (for several redirects, without listing each)&lt;br /&gt;
*{{tl|Redirect-synonym}}&lt;br /&gt;
*{{tl|Redirect-distinguish}}&lt;br /&gt;
*{{tl|Redirect-distinguish-text}}&lt;br /&gt;
*{{tl|Redirect-distinguish-for}}&lt;br /&gt;
*{{tl|Technical reasons}}&lt;br /&gt;
&lt;br /&gt;
| group5 = Distinguish&lt;br /&gt;
| list5 =&lt;br /&gt;
*{{tl|Distinguish}} (supports custom text)&lt;br /&gt;
*{{tl|About-distinguish}}&lt;br /&gt;
*{{tl|About-distinguish-text}} (for custom text)&lt;br /&gt;
*{{tl|Redirect-distinguish}}&lt;br /&gt;
*{{tl|Redirect-distinguish-text}} (for custom text)&lt;br /&gt;
*{{tl|Redirect-distinguish-for}}&lt;br /&gt;
&lt;br /&gt;
| group6 = For use in sections&lt;br /&gt;
| list6 =&lt;br /&gt;
*{{tl|Main}}&lt;br /&gt;
*{{tl|Main if exists}}&lt;br /&gt;
*{{tl|Main list}}&lt;br /&gt;
*{{tl|Further}}&lt;br /&gt;
*{{tl|Further-text}} (for custom text)&lt;br /&gt;
*{{tl|Further interlanguage link}}&lt;br /&gt;
*{{tl|See also}}&lt;br /&gt;
*{{tl|See also-text}} (for custom text)&lt;br /&gt;
*{{tl|For outline}}&lt;br /&gt;
*{{tl|For timeline}}&lt;br /&gt;
&lt;br /&gt;
| group7 = Special&lt;br /&gt;
| list7 =&lt;br /&gt;
*{{tl|Broader}}&lt;br /&gt;
*{{tl|For introduction}}&lt;br /&gt;
*{{tl|See Wiktionary}}&lt;br /&gt;
*{{tl|Transcluding article}}&lt;br /&gt;
*{{tl|Transcluded section}}&lt;br /&gt;
&lt;br /&gt;
| group8 = Subject specific&lt;br /&gt;
| list8 = &lt;br /&gt;
* {{tl|About year}}&lt;br /&gt;
* {{tl|Highway detail hatnote}}&lt;br /&gt;
* {{tl|For LMST}}&lt;br /&gt;
* {{tl|WikiIPA}}&lt;br /&gt;
&lt;br /&gt;
| below =&lt;br /&gt;
*{{Icon|cat}} [[:Category:Hatnote templates]]&lt;br /&gt;
**[[:Category:Hatnote modules|modules]]&lt;br /&gt;
**[[:Category:Hatnote templates for names|for [family] names]]&lt;br /&gt;
**[[:Category:Hatnote templates for lists|for lists]]&lt;br /&gt;
*[[Template:Category hatnote templates|hatnote templates for category pages]]&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koshchki123</name></author>
	</entry>
</feed>