Help:Editing

From sltarchive
Jump to: navigation, search

Adding Links

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.

Internal Links

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.

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

[[Prompt Corner]]

in the code becomes

Prompt Corner

in the document.

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).

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 Our Studio Theatre.

A glance at the code for this page will show you how this is achieved but here is the code below.

[[Prompt Corner|Our Studio Theatre]]

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.

External Links

We may also wish to link to external web pages or sites

This process is very similar to the above except that we use single square brackets and a space instead of a pipe character.

So

[http://www.southlondontheatre.co.uk The South London Theatre Website]

becomes

The South London Theatre Website

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.


Adding images

Open your page, go to the Edit tab, then copy this piece of text in (including all the brackets):

[[Image:imagename.jpg|thumb|300px|Photograph by [[photographer's name]]]]

You can then change the name (the imagename.jpg bit) and the photographer's name (if there is one). When you save the page, you will get a filename over on the right which is in red. Click on this filename, and an upload page will appear where you can browse to your computer and select the picture you want to use.

Also see Media Wiki's Help page

Adding a new Production Page

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.

The process of creating a new page should be perfomed using these simple steps.

  1. Create a link to your production in the SLT Productions page if it does not exist already.*
  2. Visit the Production Page Template.
  3. Click the View Source tab to see the code for this page.
  4. Highlight all of the text in the code window and copy it to the clipboard.
  5. Close the page without saving any changes.
  6. Return to the SLT Productions page and follow the link to your new page. This should be blank.
  7. Paste the template code into the edit window.
  8. Edit the code adding your production's details. Make sure you change the name of the poster image before uploading.
  9. Save the changes.
*Important Note: Your new page title should include the year of production!

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.

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

[[The Crucible (2007)|The Crucible]]

to produce

The Crucible

What does the template contain?

The template contains the following section headings.

  • Introduction
  • Cast
  • Crew
  • Reviews
  • Gallery
  • Reminiscences and Anecdotes
  • See also
  • References
  • External Links

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.

Also please note that this template has a category tag at the end for both Prompt and Bell!

Please delete where not applicable!

Adding a new Member Page

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.

The process of creating a new page should be perfomed using these simple steps.

  1. Create a link to the member in the SLT Members' Pages page. The page title should be the member's name and in the correct alphabetical section.
  2. Visit the Member Page Template.
  3. Click the View Source tab to see the code for this page.
  4. Highlight all of the text in the code window and copy it to the clipboard.
  5. Close the page without saving any changes.
  6. Return to the SLT Members' Pages page and follow the link to your new page. This should be blank.
  7. Paste the template code into the edit window.
  8. Edit the code adding your details.
  9. Save the changes.

What does the template contain?

The template contains the following section headings.

  • Acting Roles
  • Productions as Director
  • Interests
  • External Links

This represents a skeleton for your page onto which you can add the flesh and is very basic.

People will have many different skills and areas of interest so should feel free to add and remove sections as appropriate.

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.

Adding a new Playwright Page

If you have a look at the SLT Productions page you will see that all of the productions from The Alchemist to the present day are there sub-divided by year and decade (currently 728 productions).

If you click on the names of one of the playwrights you will see that some have their own pages and others do not (yet). Those that are there contain a photograph, a space to add information about that particular author and most importantly a list of the productions at SLT of plays by this author. Luckily we do not have to trawl through the list looking for these productions, we can get them from the old SLT Productions database.

In fact we can run a simple script where we enter the author's name and it generates all of the code to produce his or her page. The steps for this are as follows.

  1. Click on the link to an playwright's page from the SLT Productions page or elsewhere. If the page does not yet exist you will see a blank page saying "You've followed a link to a page that doesn't exist yet. To create the page, start typing in the box below".
  2. Open another browser window and point your browser at

http://www.southlondontheatre.co.uk/author.php

  1. Type the full name of the playwright into the search box and press the search button. This will generate the necessary code to build this person's page.
  2. Copy all of the code from the text box and paste it into the Edit box in your other browser (the SLTWiki one).
  3. Press the 'Save Page' button. You will see that your page has been created with a complete list of SLT productions and a placeholder for a photo. If you have a picture of this person on your computer simply click the link and browse to your file to upload it to the server.

See also

External Links