<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Syntax+error2</id>
	<title>The Battle for Wesnoth Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Syntax+error2"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/Special:Contributions/Syntax_error2"/>
	<updated>2026-04-24T19:13:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=ScenarioWML&amp;diff=20420</id>
		<title>ScenarioWML</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=ScenarioWML&amp;diff=20420"/>
		<updated>2008-01-01T23:26:40Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: /* The [scenario] tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WML Tags}}&lt;br /&gt;
== the toplevel tags [multiplayer], [test], [tutorial], [scenario] ==&lt;br /&gt;
&lt;br /&gt;
The top level tags '''[multiplayer]''', '''[test]''', '''[tutorial]''' and '''[scenario]''' are all formatted the same way.&lt;br /&gt;
The difference between these tags is the way that the scenarios they describe are accessed.&lt;br /&gt;
&lt;br /&gt;
The keys ''id'' and ''next_scenario'' affect how scenarios can be accessed.&lt;br /&gt;
Whenever a scenario is won, the scenario with id=''next_scenario'' of the same tag type will be played.&lt;br /&gt;
Units from the first scenario will be available for recall in the second.&lt;br /&gt;
&lt;br /&gt;
Some scenarios can be played without playing other scenarios first&lt;br /&gt;
(in this case there is nothing on the recall list).&lt;br /&gt;
These scenarios are called ''initial scenario''s.&lt;br /&gt;
&lt;br /&gt;
A list of initial scenarios, and how to access them:&lt;br /&gt;
&lt;br /&gt;
* All '''[multiplayer]''' scenarios are initial scenarios listed in the multiplayer scenario selector screen (accessed by the &amp;quot;multiplayer&amp;quot; button).&lt;br /&gt;
&lt;br /&gt;
* The '''[test]''' scenario with the attribute '''id=test''' is an initial scenario. This test scenario can be accessed by running the game in test mode. (note: this is NOT the same as debug mode. It can be accessed using -t or --test) You can speed up scenario development a lot by this when used in a clever way: Move a scenario into ~campaigns (so that it will be read even without its campaign being loaded), change it to a [test] scenario, and change the ID to 'test'. Then run Wesnoth in test mode. This saves about a minute for each time you want to test changes to your scenario. However it should not be used for balancing as there will be no recallable units...&lt;br /&gt;
&lt;br /&gt;
* The '''[tutorial]''' scenario with the attribute '''id=tutorial''' is an initial scenario. The tutorial is accessed by clicking on the &amp;quot;tutorial&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* Any '''[scenario]''' scenario with an id listed in the value of ''first_scenario'' in a campaign tag (see [[CampaignWML]]) is an initial scenario accessed by selecting that campaign after clicking on the &amp;quot;campaign&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
== The [scenario] tag ==&lt;br /&gt;
&lt;br /&gt;
The following keys and tags are recognized in '''[scenario]''' tags:&lt;br /&gt;
&lt;br /&gt;
* ''id'' A unique identifier for this scenario.&lt;br /&gt;
&lt;br /&gt;
* ''next_scenario'' The id of the scenario to load when the current one is won. This can be changed dynamically, to build non-linear campaigns.&lt;br /&gt;
&lt;br /&gt;
* ''description'' (translatable) only for multiplayer maps. Will show up as a tooltip when mousing over the minimap in the multiplayer setup screen.&lt;br /&gt;
&lt;br /&gt;
* ''objectives'' (obsolete) sets the objectives for all sides. Useful for giving information about a MP scenario.&lt;br /&gt;
&lt;br /&gt;
* ''name'' (translatable) is shown in several places in the level, including the intro screen. It is also the default name for saves on the level.&lt;br /&gt;
&lt;br /&gt;
* ''map_data'' inputs valid Wesnoth map data. See [[BuildingMaps]] for a description of the Wesnoth map syntax.&lt;br /&gt;
&lt;br /&gt;
* ''turns'' sets an event on turn ''turns'' causing the player to lose. Use ''-1'' to have no turn limit. See also [[EventWML]]&lt;br /&gt;
&lt;br /&gt;
* ''turn_at'' the turn to start on (default=1)&lt;br /&gt;
&lt;br /&gt;
* ''random_start_time'' controls random starting time of day. Possible values are yes and no or list of possible start times; starting from 1 to number of times. for example ''random_start_time=2,3,5,6'' (default=no) {{DevFeature}}&lt;br /&gt;
&lt;br /&gt;
* ''music'' the music file relative to ''./music/'' to play during the scenario&lt;br /&gt;
&lt;br /&gt;
* '''[music]''' specifies the music tracks to play during this scenario, see [[MusicListWML]].&lt;br /&gt;
&lt;br /&gt;
* ''theme'' the UI theme that should be used when playing this scenario. See [[Using_custom_themes_in_campaigns]]&lt;br /&gt;
&lt;br /&gt;
* ''victory_when_enemies_defeated'' when this is set to 'yes'(default), the player wins once all non-allied units with '''canrecruit=1''' (aka leaders) are killed. (Currently this only controls the win condition for when all enemies are defeated; it does not prevent the player from losing if he has no leader.) When this value is true the following keys can be used:{{DevFeature}}&lt;br /&gt;
** ''carryover_percentage'' by default 80% of the gold is carried over to the next scenario, with this key the amount can be changed.&lt;br /&gt;
** ''carryover_add'' if true the gold will be added to the starting gold the next scenario, if false the next scenario will start with the amount of the current scenario (after taxes) or the minimum in the next scenario. Default is false.&lt;br /&gt;
&lt;br /&gt;
* ''disallow_recall'' when this is set to 'no'(default), the player is allowed to recall units from previous scenarios.&lt;br /&gt;
&lt;br /&gt;
* ''experience_modifier'' the percentage that required XP to level up (for all units in the scenario) is multiplied by. Default 100. Note that when used in a campaign, weird things (like units being above the required XP to level up) can happen if this value is different for different scenarios.&lt;br /&gt;
&lt;br /&gt;
* '''[story]''' describes the intro screen. See [[IntroWML]]&lt;br /&gt;
&lt;br /&gt;
* '''[label]''' sets a label&lt;br /&gt;
** ''x'', ''y'' location to set label&lt;br /&gt;
** ''text'' the label&lt;br /&gt;
&lt;br /&gt;
* '''[time]''', '''[illuminated_time]''' how a day should progress. See [[TimeWML]]&lt;br /&gt;
&lt;br /&gt;
* '''[time_area]''' how a day should progress in a given area. Everywhere not specified in a [time_area] tag is affected by the [time] and [illuminated_time] tags in the [scenario] tag&lt;br /&gt;
** standard location filter&lt;br /&gt;
** '''[time]''', '''[illuminated_time]''' how a day should progress in those locations. See [[TimeWML]]&lt;br /&gt;
&lt;br /&gt;
* '''[side]''' describes one player. See [[SideWML]]&lt;br /&gt;
&lt;br /&gt;
* '''[event]''' describes an event that may be triggered at a certain point of the scenario. See [[EventWML]]&lt;br /&gt;
&lt;br /&gt;
* ''map_generation'' another way to generate a map. The map will be generated randomly&lt;br /&gt;
** &amp;quot;default&amp;quot; the default random map generator&lt;br /&gt;
&lt;br /&gt;
* '''[generator]''' if this is present, the map and scenario will be generated randomly. See [[MapGeneratorWML]]&lt;br /&gt;
&lt;br /&gt;
the following key is additionally recognized in '''[multiplayer]''' scenarios:&lt;br /&gt;
* ''allow_new_game'' {{DevFeature}} (default=yes) allow/prevent the scenario to be listed in the game creation interface. This is intended for extra scenarios in multiplayer campaigns&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[EventWML]]&lt;br /&gt;
* [[ReferenceWML]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: WML Reference]]&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syn_Err&amp;diff=20419</id>
		<title>User:Syn Err</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syn_Err&amp;diff=20419"/>
		<updated>2008-01-01T23:22:41Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Errare humanum est. Syn_Errare vegetaricum.'''&lt;br /&gt;
&lt;br /&gt;
* Ye art contrib&lt;br /&gt;
&lt;br /&gt;
* Ye Tumonker Forummancer&lt;br /&gt;
&lt;br /&gt;
* Ye Self-Proclaimed Forum Moderator ([http://www.wesnoth.org/forum/viewtopic.php?t=18610])&lt;br /&gt;
&lt;br /&gt;
* Ye estonian&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=20418</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=20418"/>
		<updated>2008-01-01T23:21:59Z</updated>

		<summary type="html">&lt;p&gt;Syntax error2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Syn_Err]]&lt;/div&gt;</summary>
		<author><name>Syntax error2</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14065</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14065"/>
		<updated>2007-02-24T23:02:58Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt; * * *&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14064</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14064"/>
		<updated>2007-02-24T23:02:44Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 * * *&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14063</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14063"/>
		<updated>2007-02-24T23:02:31Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 * * *&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14062</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14062"/>
		<updated>2007-02-24T23:02:22Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 * * *&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14061</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14061"/>
		<updated>2007-02-24T23:02:02Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
 * * *&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14060</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14060"/>
		<updated>2007-02-24T22:55:35Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14059</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14059"/>
		<updated>2007-02-24T22:52:43Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
Goat tongue is a method of torture involving soaking the feet in salt water and allowing a goat to lick the soles. It is very ticklish and is a form of tickle torture. It has been claimed that a goat's tongue, being very rough, will gradually strip all the flesh from the feet, even down to the bone. One cannot be certain whether this is true, but it is undoubtedly true that Transylvanian prince Vlad Ţepeş (the historical Dracula) was fond of applying this torture to his Turkish prisoners as their feet were immobilized in the stocks, with a steady supply of salt water dripped onto the sufferer's feet from above. Sawing is a method of torture and execution. The condemned was hung upside down and then sawed apart down the middle, starting at the crotch. Since the condemned was hanging upside-down, the brain received a continuous blood supply in spite of severe bleeding. The victim would remain alive and conscious until the saw severed the major blood vessels of the abdomen, and sometimes even longer. In Asian countries, the condemned stood up while constrained and sawing started at the head, which resulted in a much quicker death. The Blood Eagle was reportedly a method of torture and execution that is sometimes mentioned in Norse saga literature. It was performed by cutting the ribs of the victim by the spine, breaking the ribs so they resembled blood-stained wings, and pulling the lungs out. Salt was sprinkled in the wounds. Victims of the blood-eagle ritual, as mentioned in skaldic poetry and the Norse sagas, are believed to have included King Ælla (Ella) of Northumbria, Halfdan son of King Haraldr Hárfagri of Norway, King Edmund, King Maelgualai of Munster, and possibly Archbishop Ælfheah. Exposure in animal skin was a method of torturous execution in remote times; it involved sewing up the victim inside the skin of a dead animal, typically with a fair amount of its putrescent flesh still attached. The queerly clothed victim was taken to the top of a hill and bound in place, typically with only his face exposed. The scent quickly attracted vultures, which tore through the skin of their peculiar prize and helped themselves to generous morsels of flesh and internal organs. Death was quite slow and particularly horrible. In torture, carding involved scraping or tearing the victim's flesh with metal combs normally used for combing wool. Combs usually had one or two rows of teeth, each a few inches in length. These are the &amp;quot;wool combs&amp;quot; used to prepare fiber (such as wool) for worsted-spun thread, not the more modern, short-toothed carders used to prepare wool for woolen spinning. Dismemberment is the act of cutting, tearing, pulling, wrenching or otherwise removing, the limbs of a living thing. It can be a form of capital punishment, an accident, or possibly a murder or suicide. As opposed to surgical amputation of the limbs, dismemberment is often fatal. Dismemberment was carried out in the Medieval era by tying a person's limbs to a chain or other constraint, whereby attaching the restraint to two separate movable entities (eg. a vehicle) and moving them in the opposite directions. Also referred to as &amp;quot;disruption&amp;quot; or being &amp;quot;drawn and quartered&amp;quot;, it could be brought about by chaining four horses to the victim's arms and legs, thus making them pull him apart, as was the case with the execution of Robert-François Damiens and François Ravaillac in 1610. Queen Brunhilda of Austrasia, executed in 613 is generally regarded as having suffered the same death, though she was tied to the tail of a single horse. In 1998, three men from Texas dismembered James Byrd, Jr. by chaining him to their pickup truck and dragging him for miles. In 2005, a University of Texas at Austin student dismembered a young woman by cutting off her hands and head. A famous device used for dismemberment is the rack, upon which the victim is chained down by the wrists and ankles, on a large bed-like frame, and a wheel is subsequently turned, winding in the chains and causing an immense stretching.&lt;br /&gt;
&lt;br /&gt;
So, kids, eat your porridge and behave :D&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14058</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14058"/>
		<updated>2007-02-24T22:46:39Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Die_Saege.JPG]]&lt;br /&gt;
this is what happens if you dont eat your porridge.&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14057</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14057"/>
		<updated>2007-02-24T22:44:53Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
this is what happens if you dont eat your porridge.&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14056</id>
		<title>User:Syntax error1</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Syntax_error1&amp;diff=14056"/>
		<updated>2007-02-24T22:44:35Z</updated>

		<summary type="html">&lt;p&gt;Syntax error: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:http://upload.wikimedia.org/wikipedia/en/5/5d/Die_Saege.JPG]]&lt;br /&gt;
this is what happens if you dont eat your porridge.&lt;/div&gt;</summary>
		<author><name>Syntax error</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WML&amp;diff=14053</id>
		<title>WML</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WML&amp;diff=14053"/>
		<updated>2007-02-24T21:45:49Z</updated>

		<summary type="html">&lt;p&gt;Syntax error2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[ReferenceWML]]&lt;/div&gt;</summary>
		<author><name>Syntax error2</name></author>
		
	</entry>
</feed>