<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.219.251.21&amp;*</id>
	<title>blackwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.219.251.21&amp;*"/>
	<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Special:Contributions/2.219.251.21"/>
	<updated>2026-08-18T00:43:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://blackwiki.org/index.php?title=Module:Escape&amp;diff=279693</id>
		<title>Module:Escape</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Module:Escape&amp;diff=279693"/>
		<updated>2015-06-30T13:21:40Z</updated>

		<summary type="html">&lt;p&gt;2.219.251.21: Undid revision 669328675 by 27.131.47.131 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local escape = {&lt;br /&gt;
	char = function(self, chr, args)&lt;br /&gt;
		args = args or {}&lt;br /&gt;
		local safe = args.safeChr or string.char(13)&lt;br /&gt;
		chr = tostring(chr or '\\')&lt;br /&gt;
		self[1] = ('%s0%%s%s'):format(&lt;br /&gt;
			('%x%s%s'):format(chr:byte(), safe, safe),&lt;br /&gt;
			('%s%x'):format(safe, chr:byte())&lt;br /&gt;
		)&lt;br /&gt;
		if not self[self[1]] then&lt;br /&gt;
			self[self[1]] = {&lt;br /&gt;
				char = chr,&lt;br /&gt;
				text = ('%s(.)'):format(chr),&lt;br /&gt;
				undo = self[1]:format'(%d+)'&lt;br /&gt;
			}&lt;br /&gt;
		end&lt;br /&gt;
		return args.text and self:text(args.text)&lt;br /&gt;
			or args.undo and self:undo(args.undo, chr)&lt;br /&gt;
			or args.kill and self:kill(args.kill)&lt;br /&gt;
			or self&lt;br /&gt;
	end,&lt;br /&gt;
	exec = function(self, text, mode, newEscape)&lt;br /&gt;
		local target = self[self[1] or self:char() and self[1]]&lt;br /&gt;
		for v in text:gfind(target[mode]) do&lt;br /&gt;
			text = text:gsub(&lt;br /&gt;
				mode == 'text' and&lt;br /&gt;
					('%s%s'):format(target.char, v:gsub('%W', '%%%1'))&lt;br /&gt;
					or self[1]:format(v),&lt;br /&gt;
				mode == 'text' and&lt;br /&gt;
					self[1]:format(v:byte())&lt;br /&gt;
					or (newEscape or '') .. v:char()&lt;br /&gt;
			)&lt;br /&gt;
		end&lt;br /&gt;
		return text&lt;br /&gt;
	end,&lt;br /&gt;
	text = function(self, text)&lt;br /&gt;
		return self:exec(type(text) == 'table' and text[1] or text, 'text')&lt;br /&gt;
	end,&lt;br /&gt;
	undo = function(self, text, newEscape)&lt;br /&gt;
		if type(text) == 'table' then&lt;br /&gt;
			text, newEscape = unpack(text)&lt;br /&gt;
		end&lt;br /&gt;
		return self:exec(text, 'undo', newEscape)&lt;br /&gt;
	end,&lt;br /&gt;
	kill = function(self, text, chars, newEscape)&lt;br /&gt;
		if type(text) == 'table' then&lt;br /&gt;
			text, chars, newEscape = unpack(text)&lt;br /&gt;
		end&lt;br /&gt;
		return self:undo(self:text(text):gsub(chars or '', ''), newEscape)&lt;br /&gt;
	end&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function escape.main(frame)&lt;br /&gt;
	local args, family = {}, {frame:getParent(), frame}&lt;br /&gt;
	for f = 1, 2 do&lt;br /&gt;
		for k, v in pairs(family[f] and family[f].args or {}) do&lt;br /&gt;
			args[k] = args[k] or v:match('^%s*(.-)%s*$')&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if args.mode == 'char' then&lt;br /&gt;
		return escape:char(args.char or args[2], args)&lt;br /&gt;
	end&lt;br /&gt;
	return escape[args.mode](escape:char(args.char), args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return escape&lt;/div&gt;</summary>
		<author><name>2.219.251.21</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Islamic_State_of_Iraq_and_the_Levant&amp;diff=6495759</id>
		<title>Template:Islamic State of Iraq and the Levant</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Islamic_State_of_Iraq_and_the_Levant&amp;diff=6495759"/>
		<updated>2015-06-30T13:20:09Z</updated>

		<summary type="html">&lt;p&gt;2.219.251.21: Revert vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Navbox&lt;br /&gt;
|name      = Islamic State of Iraq and the Levant&lt;br /&gt;
|image     = [[File:AQMI Flag.svg|border|125px]]&lt;br /&gt;
|title     = [[Islamic State of Iraq and the Levant]]&lt;br /&gt;
|state     = {{{state&amp;lt;includeonly&amp;gt;|collapsed&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
|bodyclass = hlist&lt;br /&gt;
|above =&lt;br /&gt;
&lt;br /&gt;
|group1 = Leadership&lt;br /&gt;
|list1 =&lt;br /&gt;
* [[Abu Bakr al-Baghdadi]]&lt;br /&gt;
* [[Jihadi John|Mohammed Emwazi]]&lt;br /&gt;
* [[Abu Ali al-Anbari]]&lt;br /&gt;
* [[Abu Suleiman al-Naser]]&lt;br /&gt;
* [[Abu Mohammad al-Adnani]]&lt;br /&gt;
* [[Abu Omar al-Shishani]]&lt;br /&gt;
* [[Abu Waheeb]]&lt;br /&gt;
* [[Abu Yusaf]]&lt;br /&gt;
* [[Abu Fatima al-Jaheishi]]&lt;br /&gt;
* [[Abu al-Baraa el-Azdi]]&lt;br /&gt;
* [[Abubakar Shekau]] (Boko Haram)&lt;br /&gt;
* [[Big Bird]]&lt;br /&gt;
&lt;br /&gt;
|group2 = Former leadership&lt;br /&gt;
|list2 =&lt;br /&gt;
* [[Haji Bakr]] (killed)&lt;br /&gt;
* [[Abu Muslim al-Turkmani]] (killed)&lt;br /&gt;
* [[Abu Ayman al-Iraqi]] (killed)&lt;br /&gt;
* [[Abu Abdulrahman al-Bilawi]] (killed)&lt;br /&gt;
* [[Abu Ahmad al-Alwani]] (killed)&lt;br /&gt;
* [[Abu Sayyaf (ISIL)|Abu Sayyaf]] (killed)&lt;br /&gt;
* [[Abdul Rauf Aliza]] (killed)&lt;br /&gt;
* [[Abdul Rauf (Taliban governor)|Abdul Rauf]] (killed)&lt;br /&gt;
* [[Abu Alaa al-Afri]] (killed)&lt;br /&gt;
* [[Tariq Bin Al Tahar Bin Al Falih Al 'Awni Al Harzi]] (killed)&lt;br /&gt;
&lt;br /&gt;
|group3 = History&lt;br /&gt;
|list3  =&lt;br /&gt;
* [[Jama'at al-Tawhid wal-Jihad]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(1999–2004)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Tanzim Qaidat al-Jihad fi Bilad al-Rafidayn]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(2004–06)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Mujahideen Shura Council (Iraq)|Mujahideen Shura Council]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(2006)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Islamic State of Iraq]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(2006–13)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Islamic State of Iraq and the Levant#As ''Islamic State of Iraq and the Levant'' (2013–14)|Islamic State of Iraq and the Levant]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(2013–14)&amp;lt;/small&amp;gt;&lt;br /&gt;
* &amp;lt;small&amp;gt;Self-proclaimed as&amp;lt;/small&amp;gt; the [[Islamic State of Iraq and the Levant#As self-proclaimed ''Islamic State'' (June 2014–present)|Islamic State]]&amp;amp;nbsp;&amp;lt;small&amp;gt;(June 2014–present)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|group4 = [[Military of ISIL|Military]]&lt;br /&gt;
|list4  =&lt;br /&gt;
* [[Black Standard]]&lt;br /&gt;
&lt;br /&gt;
|group5 = [[List of wars and battles involving ISIL|Wars and battles]]&lt;br /&gt;
|list5  =&lt;br /&gt;
* [[War on Terror]]&lt;br /&gt;
* [[Iraq War|Iraq War (2003–2011)]]&lt;br /&gt;
* [[Iraqi insurgency (2003–11)]]&lt;br /&gt;
** [[Sectarian violence in Iraq (2006–07)|Civil war in Iraq]]&lt;br /&gt;
* [[Iraqi insurgency (2011–13)]]&lt;br /&gt;
* [[Syrian Civil War]] &lt;br /&gt;
** [[Spillover of the Syrian Civil War|spillover]]&lt;br /&gt;
** [[Iraq War (2014-present)|Syrian Civil War spillover in Iraq]]&lt;br /&gt;
** [[Syrian Civil War spillover in Lebanon]]&lt;br /&gt;
** [[Inter-rebel conflict during the Syrian Civil War]]&lt;br /&gt;
* [[Sinai insurgency]]&lt;br /&gt;
* [[Libyan Civil War (2014–present)|Second Libyan Civil War]]&lt;br /&gt;
** [[2015 Egyptian military intervention in Libya|Egyptian-led military intervention]]&lt;br /&gt;
*[[War in North-West Pakistan]]&lt;br /&gt;
*[[War in Afghanistan (2015–present)]]&lt;br /&gt;
*[[Moro insurgency in the Philippines]]&lt;br /&gt;
*[[Al-Qaeda insurgency in Yemen]]&lt;br /&gt;
*[[Yemeni Civil War (2015)|Yemeni Civil War]]&lt;br /&gt;
* [[Boko Haram insurgency]]&lt;br /&gt;
** [[Boko Haram insurgency in Cameroon]]&lt;br /&gt;
** [[2015 Niger raid]]&lt;br /&gt;
* [[Fall of Mosul]]&lt;br /&gt;
* [[Salahuddin campaign (2014–15)]]&lt;br /&gt;
* [[First Battle of Tikrit]]&lt;br /&gt;
* [[Siege of Kobanî]]&lt;br /&gt;
* [[Sinjar massacre]]&lt;br /&gt;
* [[Islamic State of Iraq and the Levant occupation of Derna|Occupation of Derna]]&lt;br /&gt;
* [[Battle of Baiji (October–November 2014)]]&lt;br /&gt;
* [[Battle of Ramadi (2014–15)]]&lt;br /&gt;
* [[Deir ez-Zor offensive (December 2014)]]&lt;br /&gt;
* [[Battle of Baiji]]&lt;br /&gt;
* [[Sinjar offensive]]&lt;br /&gt;
* [[Battle of Mosul (2015)]]&lt;br /&gt;
* [[Fall of Nofaliya (2015)]]&lt;br /&gt;
* [[Al-Hasakah offensive (February–March 2015)]]&lt;br /&gt;
* [[Second Battle of Tikrit (March–April 2015)]]&lt;br /&gt;
* [[Battle of Sirte (2015)]]&lt;br /&gt;
* [[Hama and Homs offensive (March–April 2015)]]&lt;br /&gt;
* [[Battle of Sarrin]]&lt;br /&gt;
* [[Battle of Yarmouk Camp (2015)]]&lt;br /&gt;
* [[Anbar offensive (2015)]]&lt;br /&gt;
* [[Qalamoun offensive (May 2015)]]&lt;br /&gt;
* [[Palmyra offensive (2015)]]&lt;br /&gt;
* [[Al-Hasakah offensive (May 2015)]]&lt;br /&gt;
* [[Al-Hasakah city offensive (May–June 2015)]]&lt;br /&gt;
* [[Tell Abyad Campaign (2015)]]&lt;br /&gt;
* [[Military intervention against ISIL]]&lt;br /&gt;
** [[American-led intervention in Iraq (2014–present)|Intervention in Iraq]]&lt;br /&gt;
** [[American-led intervention in Syria|Intervention in Syria]]&lt;br /&gt;
&lt;br /&gt;
|group6 = [[List of terrorist incidents linked to ISIL|Terrorist attacks]]&lt;br /&gt;
|list6 =  &lt;br /&gt;
*[[Reyhanlı bombings]]&lt;br /&gt;
*[[Porte de Vincennes siege]]&lt;br /&gt;
*[[2015 Corinthia Hotel attack]]&lt;br /&gt;
*[[Al Qubbah bombings]]&lt;br /&gt;
*[[Bardo National Museum attack]]&lt;br /&gt;
*[[2015 Sana'a mosque bombings]]&lt;br /&gt;
*[[Jalalabad suicide bombing]]&lt;br /&gt;
*[[Curtis Culwell Center attack]]&lt;br /&gt;
*[[Qatif and Dammam mosque bombings]]&lt;br /&gt;
*[[June 2015 Kobanî attack]]&lt;br /&gt;
*[[2015 Kuwait mosque bombing]]&lt;br /&gt;
*[[2015 Sousse attacks‎]]&lt;br /&gt;
|group7 = Politics&lt;br /&gt;
|list7  =&lt;br /&gt;
* [[Ideology of the Islamic State of Iraq and the Levant|Ideology]]&lt;br /&gt;
* [[Human rights in ISIL-controlled territory|Human rights]]&lt;br /&gt;
* [[Persecution of Assyrians by ISIL|Persecution of Assyrians]]&lt;br /&gt;
* [[Persecution of Yazidis by ISIL|Persecution of Yazidis]]&lt;br /&gt;
* [[Killing of captives by ISIL|Killing of captives]]&lt;br /&gt;
* [[ISIL beheading incidents|Beheading incidents]]&lt;br /&gt;
* [[Destruction of cultural heritage by ISIL|Destruction of cultural heritage]]&lt;br /&gt;
&lt;br /&gt;
|group8 = Popular culture&lt;br /&gt;
|list8  =&lt;br /&gt;
* [[Iran and ISIL|Iran]]&lt;br /&gt;
* [[Portrayal of ISIL in American media|United States]]&lt;br /&gt;
* [[United Kingdom and ISIL|United Kingdom]]&lt;br /&gt;
* [[Name changes due to the Islamic State of Iraq and the Levant|Name changes due to ISIL]]&lt;br /&gt;
&lt;br /&gt;
|group9 = Society&lt;br /&gt;
|list9  =&lt;br /&gt;
* [[Timeline of ISIL related events|Timeline]]&lt;br /&gt;
* [[List of Islamic State of Iraq and the Levant members|Members]]&lt;br /&gt;
* [[ISIL territorial claims|Territorial claims]]&lt;br /&gt;
* [[Administrative divisions of ISIL|Administrative divisions]]&lt;br /&gt;
&lt;br /&gt;
|group10 = Related topics&lt;br /&gt;
|list10  =&lt;br /&gt;
* [[Caliphate]]&lt;br /&gt;
* [[Islamism]]&lt;br /&gt;
* [[Sexual violence in the Iraqi insurgency]]&lt;br /&gt;
* [[Slavery in 21st-century Islamism]]&lt;br /&gt;
* [[Shia–Sunni relations]]&lt;br /&gt;
* [[Theocracy]]&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{collapsible option}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Islam templates]]&lt;br /&gt;
[[Category:Islamic State of Iraq and the Levant|τ]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>2.219.251.21</name></author>
		
	</entry>
</feed>