<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.sltarchive.co.uk//wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.sltarchive.co.uk//wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.141.204.223</id>
		<title>sltarchive - User contributions [en-gb]</title>
		<link rel="self" type="application/atom+xml" href="http://www.sltarchive.co.uk//wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.141.204.223"/>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=Special:Contributions/172.141.204.223"/>
		<updated>2026-05-04T06:49:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=Help:Editing</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=Help:Editing"/>
				<updated>2007-05-12T13:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* Adding a new Member Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Editing an existing page ==&lt;br /&gt;
&lt;br /&gt;
In its simplest form, editing an existing page is a straightforward as clicking a button and typing away!&lt;br /&gt;
&lt;br /&gt;
You can do this for the whole page by clicking the '''edit''' ''tab'' at the top of the page or for each section by clicking the small [edit] ''link'' on the right by the section heading.&lt;br /&gt;
&lt;br /&gt;
Do so now (using your browser's Back button to periodically return to this page).  Click the '''edit''' ''tab'' at the top of this page and have a look at the '''edit''' window.  You will see the same text you are reading here but without the formatting.&lt;br /&gt;
&lt;br /&gt;
The formatting that you see when this page is displayed is achieved by the use of special ''symbols'' or ''codes'' which are placed around individual words or sections of text to tell your browser how it should render them.  For instance the word ''symbols'' in this sentence is written in the edit window with double inverted commas around it.  It is displayed however in italics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;''symbols''&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
becomes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''symbols''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The section headings are surrounded by double equal signs (=).  So this section begins &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;== Editing an existing page ==&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To a certain extent that is all there is to it.  Type some text and add formatting to it as required.  I'm not going to list all of the formatting codes here.  A full list can be found in the [http://meta.wikimedia.org/wiki/Help:Contents Media Wiki Help Pages] and this is meant as a quick guide to editing the SLT Archive Project.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editing-toolbar-example1.png|thumb|300px|The Editing Toolbar being used to add an internal link]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One last thing however before we move on to more interesting things like adding images or links.  Look at the edit window again and you will notice that it has a toolbar above it.  Rather than typing (and having to remember) the special formatting codes the most commonly used ones are on the toolbar and you can highlight a piece of text and click the appropriate button to apply the formatting, just as you could in your favourite word processing application.&lt;br /&gt;
&lt;br /&gt;
== Adding Links ==&lt;br /&gt;
&lt;br /&gt;
We may like to have certain parts of our page ''link'' to other pages. In the list of productions we have appeared in for instance a production title may link to the page for that production.  Or a name may link to a page for that particular member.&lt;br /&gt;
&lt;br /&gt;
'''Internal Links'''&lt;br /&gt;
&lt;br /&gt;
These are links to other pages within the SLTWiki and are the easiest links make.  All pages in SLTWiki have a ''page title'' and if you use this page title in your text you can directly link to that page.&lt;br /&gt;
&lt;br /&gt;
For instance if I mention Prompt Corner in my text it is a doddle to link to the Prompt Corner page simply by adding double square brackets around its name.  Therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;[[Prompt Corner]]&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the code becomes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;[[Prompt Corner]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the document.&lt;br /&gt;
&lt;br /&gt;
Note that this linking is not automatic.  Links aren't created when we type a word or phrase which corresponds to a page name.  We have to create them ourselves by adding the double square brackets in the code or by clicking the internal link button on the toolbar (see above image).&lt;br /&gt;
&lt;br /&gt;
What if we don't want to use the exact words that are in our page title but still want to link to that particular page?  I might, for instance, want to link to the Prompt Corner page using the text [[Prompt Corner|Our Studio Theatre]].&lt;br /&gt;
&lt;br /&gt;
A glance at the code for this page will show you how this is achieved but here is the code below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;[[Prompt Corner|Our Studio Theatre]]&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We still have the double square brackets but within them we have two pieces of text seperated by a pipe character (|).  Before the pipe we have the ''name of the page we wish to link to'' and after it the ''text which we want to appear on the page as the link''.&lt;br /&gt;
&lt;br /&gt;
'''External Links'''&lt;br /&gt;
&lt;br /&gt;
We may also wish to link to external web pages or sites&lt;br /&gt;
&lt;br /&gt;
This process is very similar to the above except that we use ''single square brackets'' and a ''space'' instead of a pipe character.&lt;br /&gt;
&lt;br /&gt;
So &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.southlondontheatre.co.uk The South London Theatre Website]&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
becomes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;[http://www.southlondontheatre.co.uk The South London Theatre Website]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that the '''http://''' part of the url is mandatory but that any text after the first space can be used to denote the link.  SLTWiki also adds an arrow graphic to show that this is an external link which leaves the SLT site.&lt;br /&gt;
&lt;br /&gt;
== Adding images ==&lt;br /&gt;
&lt;br /&gt;
Image help coming.&lt;br /&gt;
&lt;br /&gt;
In the meantime see [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files Media Wiki's Help page]&lt;br /&gt;
&lt;br /&gt;
== Adding a new Production Page ==&lt;br /&gt;
&lt;br /&gt;
All Production Pages on the SLT Archive should be based on the same template in order to provide consistency thoughout the site and to make it easy for users to set up new pages.  &lt;br /&gt;
&lt;br /&gt;
The process of creating a new page should be perfomed using these simple steps.&lt;br /&gt;
&lt;br /&gt;
# Create a link to your production in the [[SLT Productions]] page.*&lt;br /&gt;
# Visit the [[Production Page Template]].&lt;br /&gt;
# Click the Edit tab to see the code for this page.&lt;br /&gt;
# Highlight all of the text in the code window and copy it to the clipboard.&lt;br /&gt;
# Close the page without saving any changes.&lt;br /&gt;
# Return to the [[SLT Productions]] page and follow the link to your new page.  This should be blank.&lt;br /&gt;
# Paste the template code into the edit window.&lt;br /&gt;
# Edit the code adding your production's details.&lt;br /&gt;
# Save the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; '''*Important Note: Your new page title should include the year of production!'''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That is, we should not call a page '''The Crucible''' as this does not uniquely identify a production.  Calling it '''The Crucible (2007)''' will differentiate it from other productions of this play.  This is important even if we know that the play has not been produced at SLT before!  There is no reason to believe that it will not be produced again.&lt;br /&gt;
&lt;br /&gt;
This does not mean however that you have to refer to the production this way in the text or display the year whenever you wish to link to the correct page.  Remember that you can use the text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;nowiki&amp;gt;[[The Crucible (2007)|The Crucible]]&amp;lt;/nowiki&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to produce&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;[[The Crucible (2007)|The Crucible]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''What does the template contain?'''&lt;br /&gt;
&lt;br /&gt;
The template contains the following section headings.&lt;br /&gt;
&lt;br /&gt;
* Introduction&lt;br /&gt;
* Cast&lt;br /&gt;
* Crew&lt;br /&gt;
* Reviews&lt;br /&gt;
* Gallery&lt;br /&gt;
* Reminiscences and Anecdotes&lt;br /&gt;
* See also&lt;br /&gt;
* External Links&lt;br /&gt;
&lt;br /&gt;
This represents a basic skeleton for your page onto which you can add the flesh.  You may be able to think of other sections which would be of interest, in which case you should feel free to add them.&lt;br /&gt;
&lt;br /&gt;
== Adding a new Member Page ==&lt;br /&gt;
All Member Pages on the SLT Archive should be based on the same template in order to provide consistency thoughout the site and to make it easy for users to set up new pages.  &lt;br /&gt;
&lt;br /&gt;
The process of creating a new page should be perfomed using these simple steps.&lt;br /&gt;
&lt;br /&gt;
# Create a link to the member in the [[SLT Members' Pages]] page.  The page title shoul be the member's name.&lt;br /&gt;
# Visit the [[Member Page Template]].&lt;br /&gt;
# Click the Edit tab to see the code for this page.&lt;br /&gt;
# Highlight all of the text in the code window and copy it to the clipboard.&lt;br /&gt;
# Close the page without saving any changes.&lt;br /&gt;
# Return to the [[SLT Members' Pages]] page and follow the link to your new page.  This should be blank.&lt;br /&gt;
# Paste the template code into the edit window.&lt;br /&gt;
# Edit the code adding your production's details.&lt;br /&gt;
# Save the changes.&lt;br /&gt;
&lt;br /&gt;
'''What does the template contain?'''&lt;br /&gt;
&lt;br /&gt;
The template contains the following section headings.&lt;br /&gt;
&lt;br /&gt;
* Acting Roles&lt;br /&gt;
* Productions as Director&lt;br /&gt;
* Interests&lt;br /&gt;
* External Links&lt;br /&gt;
&lt;br /&gt;
This represents a skeleton for your page onto which you can add the flesh and is very basic.  &lt;br /&gt;
&lt;br /&gt;
People will have many different skills and areas of interest so should feel free to add and remove sections as appropriate.&lt;br /&gt;
&lt;br /&gt;
It is important however to remember that this is the South London Theatre archive and should reflect our work at SLT.  Outside productions and other achievements should be kept to a minimum with relevant external links where appropriate.&lt;br /&gt;
&lt;br /&gt;
== Adding a new Year Page ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extenal Links ==&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History</id>
		<title>SLT History</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History"/>
				<updated>2007-05-12T13:14:50Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* History of South London Theatre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ext3a.jpg|thumb|300px|South London Theatre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of South London Theatre ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''South London Theatre''' is a Community theatre in West Norwood in the London Borough of Lambeth, England.  Founded in October [[1967]], it is now a busy theatre venue, presenting over 22 shows annually in two auditoria: the 100 seater proscenium arch [[Bell Theatre]] and a 50 seater studio theatre named [[Prompt Corner]], it also has a private basement bar open 364 nights a year which is host to regular social events and a monthly Stand-up comedy show called [[SLTee-Hee-Hee]].&lt;br /&gt;
&lt;br /&gt;
The plays produced include all genres; Shakespeare, comedy, classics, pantomime, musicals, and modern cutting-edge drama. New writing is particularly encouraged as are aspiring directors. There are plenty of roles behind scenes and help and encouragement is given to new members.&lt;br /&gt;
&lt;br /&gt;
There is a very active youth group (known as the &amp;quot;South London Youth Theatre&amp;quot;) as well as children's classes. The children have their own showcases and are also encouraged to participate in the main productions.&lt;br /&gt;
&lt;br /&gt;
The Gothic revival style building was originally a fire station, built in 1881. It retains much of that original character for example it is the only Fire Station for horse drawn tenders which still has the look out tower and doors still in place. The building should always retain its histroic features as the frontage of the building is grade two listed building. It had a short history as a fire station as it was built for horse-drawn fire engines and the new motorised appliances were too big for the doors, which could not be extended. The area behind these doors, where the appliances and horses were kept, is now the [[Bell Theatre]] stage. Between its life as a fire station and it role now as a theatre, the building was a hall for the local church and an illegal boxing venue.&lt;br /&gt;
&lt;br /&gt;
The design for the conversion to a theatre was by [[Owen Luder]] (later to become President of the Royal Institute of British Architects on two occasions and a well-known Dulwich personality), the original design for the building was probably designed by Richard Pearsall, in the Metropolitan Board of Works Architect's Department.&lt;br /&gt;
&lt;br /&gt;
Like all old buildings it requires a lot of maintenance and a renovation is planned which should make the building fully accessible and able to accept performances from external theatre companies.&lt;br /&gt;
&lt;br /&gt;
For those interested at simply looking around the building, it does tours for a weekend in September as part of [[Open House London]], the last was in 2006 on the 16th and 17th.&lt;br /&gt;
&lt;br /&gt;
The South London Theatre is a member of the [[Little Theatre Guild of Great Britain]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.southlondontheatre.co.uk home page] of the South London Theatre.&lt;br /&gt;
* [http://www.aitaiata.org AITA/IATA] - International Amateur Theatre Association&lt;br /&gt;
* {{MySpace|southlondontheatre|South London Theatre}}&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History</id>
		<title>SLT History</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History"/>
				<updated>2007-05-12T13:09:50Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* History of South London Theatre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ext3a.jpg|thumb|300px|South London Theatre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of South London Theatre ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''South London Theatre''' is a Community theatre in West Norwood in the London Borough of Lambeth, England.  Founded in October [[1967]], it is now a busy theatre venue, presenting over 22 shows annually in two auditoria: the 100 seater proscenium arch [[Bell Theatre]] and a 50 seater studio theatre named [[Prompt corner]], it also has a private basement bar open 364 nights a year which is host to regular social events and a monthly Stand-up comedy show called [[SLTee-Hee-Hee]].&lt;br /&gt;
&lt;br /&gt;
The plays produced include all genres; Shakespeare, comedy, classics, pantomime, musicals, and modern cutting-edge drama. New writing is particularly encouraged as are aspiring directors. There are plenty of roles behind scenes and help and encouragement is given to new members.&lt;br /&gt;
&lt;br /&gt;
There is a very active youth group (known as the &amp;quot;South London Youth Theatre&amp;quot;) as well as children's classes. The children have their own showcases and are also encouraged to participate in the main productions.&lt;br /&gt;
&lt;br /&gt;
The Gothic revival style building was originally a fire station, built in 1881. It retains much of that original character for example it is the only Fire Station for horse drawn tenders which still has the look out tower and doors still in place. The building should always retain its histroic features as the frontage of the building is grade two listed building. It had a short history as a fire station as it was built for horse-drawn fire engines and the new motorised appliances were too big for the doors, which could not be extended. The area behind these doors, where the appliances and horses were kept, is now the [[Bell Theatre]] stage. Between its life as a fire station and it role now as a theatre, the building was a hall for the local church and an illegal boxing venue.&lt;br /&gt;
&lt;br /&gt;
The design for the conversion to a theatre was by [[Owen Luder]] (later to become President of the Royal Institute of British Architects on two occasions and a well-known Dulwich personality), the original design for the building was probably designed by Richard Pearsall, in the Metropolitan Board of Works Architect's Department.&lt;br /&gt;
&lt;br /&gt;
Like all old buildings it requires a lot of maintenance and a renovation is planned which should make the building fully accessible and able to accept performances from external theatre companies.&lt;br /&gt;
&lt;br /&gt;
For those interested at simply looking around the building, it does tours for a weekend in September as part of [[Open House London]], the last was in 2006 on the 16th and 17th.&lt;br /&gt;
&lt;br /&gt;
The South London Theatre is a member of the [[Little Theatre Guild of Great Britain]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.southlondontheatre.co.uk home page] of the South London Theatre.&lt;br /&gt;
* [http://www.aitaiata.org AITA/IATA] - International Amateur Theatre Association&lt;br /&gt;
* {{MySpace|southlondontheatre|South London Theatre}}&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History</id>
		<title>SLT History</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History"/>
				<updated>2007-05-12T12:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* History of South London Theatre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ext3a.jpg|thumb|300px|South London Theatre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of South London Theatre ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''South London Theatre''' is a Community theatre in West Norwood in the London Borough of Lambeth, England.  Founded in October [[1967]], it is now a busy theatre venue, presenting over 22 shows annually in two auditoria: the 100 seater proscenium arch [[Bell Theatre]] and a 50 seater studio theatre named [[Prompt corner]], it also has a private basement bar open 364 nights a year which is host to regular social events and a monthly Stand-up comedy show called SLTee-Hee-Hee.&lt;br /&gt;
&lt;br /&gt;
The plays produced include all genres; Shakespeare, comedy, classics, pantomime, musicals, and modern cutting-edge drama. New writing is particularly encouraged as are aspiring directors. There are plenty of roles behind scenes and help and encouragement is given to new members.&lt;br /&gt;
&lt;br /&gt;
There is a very active youth group (known as the &amp;quot;South London Youth Theatre&amp;quot;) as well as children's classes. The children have their own showcases and are also encouraged to participate in the main productions.&lt;br /&gt;
&lt;br /&gt;
The Gothic revival style building was originally a fire station, built in 1881. It retains much of that original character for example it is the only Fire Station for horse drawn tenders which still has the look out tower and doors still in place. The building should always retain its histroic features as the frontage of the building is grade two listed building. It had a short history as a fire station as it was built for horse-drawn fire engines and the new motorised appliances were too big for the doors, which could not be extended. The area behind these doors, where the appliances and horses were kept, is now the [[Bell Theatre]] stage. Between its life as a fire station and it role now as a theatre, the building was a hall for the local church and an illegal boxing venue.&lt;br /&gt;
&lt;br /&gt;
The design for the conversion to a theatre was by [[Owen Luder]] (later to become President of the Royal Institute of British Architects on two occasions and a well-known Dulwich personality), the original design for the building was probably designed by Richard Pearsall, in the Metropolitan Board of Works Architect's Department.&lt;br /&gt;
&lt;br /&gt;
Like all old buildings it requires a lot of maintenance and a renovation is planned which should make the building fully accessible and able to accept performances from external theatre companies.&lt;br /&gt;
&lt;br /&gt;
For those interested at simply looking around the building, it does tours for a weekend in September as part of [[Open House London]], the last was in 2006 on the 16th and 17th.&lt;br /&gt;
&lt;br /&gt;
The South London Theatre is a member of the [[Little Theatre Guild of Great Britain]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.southlondontheatre.co.uk home page] of the South London Theatre.&lt;br /&gt;
* [http://www.aitaiata.org AITA/IATA] - International Amateur Theatre Association&lt;br /&gt;
* {{MySpace|southlondontheatre|South London Theatre}}&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History</id>
		<title>SLT History</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History"/>
				<updated>2007-05-12T12:46:19Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* History of South London Theatre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ext3a.jpg|thumb|300px|South London Theatre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of South London Theatre ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''South London Theatre''' is a Community theatre in West Norwood in the London Borough of Lambeth, England.  Founded in October [[1967]], it is now a busy theatre venue, presenting over 22 shows annually in two auditoria: the 100 seater proscenium arch [[Bell Theatre]] and a 50 seater studio theatre named [[Prompt corner]], it also has a private basement bar open 364 nights a year which is host to regular social events and a monthly Stand-up comedy show called SLTee-Hee-Hee.&lt;br /&gt;
&lt;br /&gt;
The plays produced include all genres; Shakespeare, comedy, classics, pantomime, musicals, and modern cutting-edge drama. New writing is particularly encouraged as are aspiring directors. There are plenty of roles behind scenes and help and encouragement is given to new members.&lt;br /&gt;
&lt;br /&gt;
There is a very active youth group (known as the &amp;quot;South London Youth Theatre&amp;quot;) as well as children's classes. The children have their own showcases and are also encouraged to participate in the main productions.&lt;br /&gt;
&lt;br /&gt;
The [[Gothic revival]] style building was originally a fire station, built in 1881. It retains much of that original character for example it is the only Fire Station for horse drawn tenders which still has the look out tower and doors still in place. The building should always retain its histroic features as the frontage of the building is grade two listed building. It had a short history as a fire station as it was built for horse-drawn fire engines and the new motorised appliances were too big for the doors, which could not be extended. The area behind these doors, where the appliances and horses were kept, is now the [[Bell Theatre]] stage. Between its life as a fire station and it role now as a theatre, the building was a hall for the local church and an illegal boxing venue.&lt;br /&gt;
&lt;br /&gt;
The design for the conversion to a theatre was by [[Owen Luder]] (later to become President of the Royal Institute of British Architects on two occasions and a well-known Dulwich personality), the original design for the building was probably designed by Richard Pearsall, in the Metropolitan Board of Works Architect's Department.&lt;br /&gt;
&lt;br /&gt;
Like all old buildings it requires a lot of maintenance and a renovation is planned which should make the building fully accessible and able to accept performances from external theatre companies.&lt;br /&gt;
&lt;br /&gt;
For those interested at simply looking around the building, it does tours for a weekend in September as part of [[Open House London]], the last was in 2006 on the 16th and 17th.&lt;br /&gt;
&lt;br /&gt;
The South London Theatre is a member of the [[Little Theatre Guild of Great Britain]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.southlondontheatre.co.uk home page] of the South London Theatre.&lt;br /&gt;
* [http://www.aitaiata.org AITA/IATA] - International Amateur Theatre Association&lt;br /&gt;
* {{MySpace|southlondontheatre|South London Theatre}}&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	<entry>
		<id>http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History</id>
		<title>SLT History</title>
		<link rel="alternate" type="text/html" href="http://www.sltarchive.co.uk//wiki/index.php?title=SLT_History"/>
				<updated>2007-05-12T12:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.141.204.223: /* History of South London Theatre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:ext3a.jpg|thumb|300px|South London Theatre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of South London Theatre ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''South London Theatre''' is a Community theatre in West Norwood in the London Borough of Lambeth, England.  Founded in October [[1967]], it is now a busy theatre venue, presenting over 22 shows annually in two [[auditoria]]: the 100 seater [[proscenium arch]] &amp;quot;Bell Theatre&amp;quot; and a 50 seater [[Studio Theatre Layout|studio theatre]] named &amp;quot;[[Prompt corner]]&amp;quot;, it also has a private [[basement]] bar open 364 nights a year which is host to regular social events and a monthly [[Stand-up comedy]] show called SLTee-Hee-Hee.&lt;br /&gt;
&lt;br /&gt;
The plays produced include all genres; Shakespeare, comedy, classics, pantomime, musicals, and modern cutting-edge drama. New writing is particularly encouraged as are aspiring directors. There are plenty of roles behind scenes and help and encouragement is given to new members.&lt;br /&gt;
&lt;br /&gt;
There is a very active youth group (known as the &amp;quot;South London Youth Theatre&amp;quot;) as well as children's classes. The children have their own showcases and are also encouraged to participate in the main productions.&lt;br /&gt;
&lt;br /&gt;
The [[Gothic revival]] style building was originally a [[fire station]], built in [[1881]]. It retains much of that original character for example it is the only Fire Station for horse drawn tenders which still has the look out tower and doors still in place. The building should always retain its histroic features as the frontage of the building is grade two [[listed building|listed]]. It had a short history as a [[fire station]] as it was built for horse-drawn fire engines and the new motorised appliances were too big for the doors, which could not be extended. The area behind these doors, where the appliances and horses were kept, is now the Bell [[Theatre]] stage. Between its life as a fire station and it role now as a theatre, the building was a hall for the local church and an illegal boxing venue.&lt;br /&gt;
&lt;br /&gt;
The design for the conversion to a theatre was by [[Owen Luder]] (later to become President of the [[Royal Institute of British Architects]] on two occasions and a well-known [[Dulwich]] personality), the original design for the building was probably designed by Richard Pearsall, in the Metropolitan Board of Works Architect's Department.&lt;br /&gt;
&lt;br /&gt;
Like all old buildings it requires a lot of maintenance and a renovation is planned which should make the building fully [[Handicapped-accessible|accessible]] and able to accept performances from external theatre companies.&lt;br /&gt;
&lt;br /&gt;
For those interested at simply looking around the building, it does tours for a weekend in September as part of [[Open House London]], the last was in 2006 on the 16th and 17th.&lt;br /&gt;
&lt;br /&gt;
The South London Theatre is a [[member]] of the [[Little Theatre Guild of Great Britain]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.southlondontheatre.co.uk home page] of the South London Theatre.&lt;br /&gt;
* [http://www.aitaiata.org AITA/IATA] - International Amateur Theatre Association&lt;br /&gt;
* {{MySpace|southlondontheatre|South London Theatre}}&lt;/div&gt;</summary>
		<author><name>172.141.204.223</name></author>	</entry>

	</feed>