Test page: verschil tussen versies

Uit Wiki 112schade
Naar navigatie springen Naar zoeken springen
k
 
(91 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 1: Regel 1:
==Beschikbare pagina's==
+
[[Category:Test]]
{{Special:AllPages}}
+
 
 +
Special:NewPages
  
==All files==
 
{{Special:ListFiles}}
 
 
==Tests==
 
==Tests==
{| style="width: 70%; background-color: grey; text-align:center;"
+
 
 +
{| class="wikitable" style="width: 80%;" data-mce-style="width: 80%; border: solid;"
 +
|-
 +
! style="width: 22%;" data-mce-style="width: 22%;"|Veldnaam
 +
! style="width: 10%;" data-mce-style="width: 10%;"|Type
 +
! style="width: 21.25%;" data-mce-style="width: 21.25%;"|Actie<br />
 +
! style="width: 40.75%;" data-mce-style="width: 40.75%;"|Toelichting
 +
|-
 +
! style="width: 22%;" scope="row" data-mce-style="width: 22%;"|Entry<br />
 +
| style="width: 10%; text-align: center;" data-mce-style="width: 10%; text-align: center;"|Procesveld
 +
| style="width: 21.25%;" data-mce-style="width: 21.25%;"|Geen actie vereist<br />
 +
| style="width: 40.75%;" data-mce-style="width: 40.75%;"| 
 +
|-
 +
! style="width: 22%;" scope="row" data-mce-style="width: 22%;"|aaa<br />
 +
| style="width: 10%;" data-mce-style="width: 10%;"|bbb<br />
 +
| style="width: 21.25%;" data-mce-style="width: 21.25%;"|ccc<br />
 +
| style="width: 40.75%;" data-mce-style="width: 40.75%;"| 
 +
|}
 +
 
 +
===Info sjablonen===
 +
 
 +
{| style="width: 70%; background-color: #CCE5FF; text-align:center;"
 +
|-
 
|Page under construction
 
|Page under construction
 
|-
 
|-
Regel 12: Regel 33:
 
|}
 
|}
  
==Syntax==
+
{{Warning}}
 +
{| style="width:100%; background-color:#FEF6E7; text-align:left; padding: 10px 20px 10px 20px; border-style:solid; border-width:thin; border-color:#ffc966;"
 +
|-
 +
|'''Zoek je een specifieke pagina?'''{{{detail}}}
 +
|}
 +
<br />
 +
 
 +
{| style="width:100%; background-color:#FEF6E7; text-align:left; padding: 10px 20px 10px 20px; border-style:solid; border-width:thin; border-color:#ffc966;"
 +
|-
 +
|'''Zoek je een specifieke pagina?'''{{{detail}}}
 +
|}
 +
<br />{{Tip}}
 +
{| style="width:100%; background-color:#CCE5FF; text-align:left; padding: 10px 20px 10px 20px; border-left:solid; border-width:initial; border-color:#66B2FF;"
 +
|-
 +
|{{{detail}}}
 +
|}
 +
<br />
 +
 
 +
 
 +
 
 +
===Syntax===
  
== abc ==
 
 
{| style="text-align:center; width:80% background-color:#efefef;"
 
{| style="text-align:center; width:80% background-color:#efefef;"
 
|-
 
|-
|[[Image:Image icon.png|Embedded image]]
+
|Bold or strong emphasis
 +
|<code><nowiki>'''abc'''</nowiki></code>
 +
|'''abc'''
 +
|-
 +
|Italic or emphasis
 +
|<code><nowiki>''abc''</nowiki></code>
 +
|''abc''
 +
|-
 +
|Internal link
 +
|<code><nowiki>[[meta:Sandbox|abc]]</nowiki></code>
 +
|[[meta:Sandbox|abc]]
 +
|-
 +
|External link
 +
|<code><nowiki>[abc.com]</nowiki></code>
 +
|[[meta:Sandbox|abc.com]]
 +
|-
 +
|Section heading
 +
|<code><nowiki>== abc ==</nowiki></code>
 +
 +
|-
 +
|Color
 +
|What you want in color
 +
|<code><nowiki><span style="color:red"></span></nowiki></code>
 +
|<span style="color:red">Red</span>
 +
|-
 
|Insert image
 
|Insert image
 
|<code><nowiki>[[Image:abc.png]]</nowiki></code>
 
|<code><nowiki>[[Image:abc.png]]</nowiki></code>
 
|[[Image:abc.png|80px]]
 
|[[Image:abc.png|80px]]
 
|-
 
|-
|[[Image:Media icon.png|Media file link]]
 
 
|Insert media
 
|Insert media
 
|<code><nowiki>[[Media:abc.ogg]]</nowiki></code>
 
|<code><nowiki>[[Media:abc.ogg]]</nowiki></code>
 
|[[Special:FilePath/Abc.ogg|Media:abc.ogg]]
 
|[[Special:FilePath/Abc.ogg|Media:abc.ogg]]
 
|-
 
|-
|[[Image:Math icon.png|Mathematical formula (LaTeX)]]
 
 
|Mathematical formula
 
|Mathematical formula
 
|<code><nowiki><math>abc</math></nowiki></code>
 
|<code><nowiki><math>abc</math></nowiki></code>
|<math>abc</math>
+
|abc
 
|-
 
|-
|[[Image:Nowiki icon.png|Ignore wiki formatting]]
 
 
|Ignore wiki formatting
 
|Ignore wiki formatting
|<code><nowiki><nowiki>abc '''[[Bold text]]'''</nowiki></nowiki></code>
+
|<code><nowiki><nowiki>abc '''[[Bold text]]'''</nowiki></code>
 
|<nowiki>abc '''[[Bold text]]'''</nowiki>
 
|<nowiki>abc '''[[Bold text]]'''</nowiki>
 
|-
 
|-
|[[Image:Signature icon.png|Your signature with timestamp]]
 
 
|Sign talk comments (with time stamp)
 
|Sign talk comments (with time stamp)
 
|<code><nowiki>~~~~</nowiki></code>
 
|<code><nowiki>~~~~</nowiki></code>
 
| [[User:Gareth Aus|Gareth Aus]] 22:49, 11 February 2006 (UTC)
 
| [[User:Gareth Aus|Gareth Aus]] 22:49, 11 February 2006 (UTC)
 
|-
 
|-
|[[Image:H-line icon.png|Horizontal line]]
+
|Horizontal line
|Horizontal line{{Tooltip|*|USE SPARINGLY!}}
 
 
|<code><nowiki>----</nowiki></code>
 
|<code><nowiki>----</nowiki></code>
 
|
 
|
 
----
 
----
|}
+
|}----
----
 
  
==Best Practise==
+
===Best Practise===
 
1 bij elke wijziging in de samenvatting aangeven wat je gewijzigd hebt
 
1 bij elke wijziging in de samenvatting aangeven wat je gewijzigd hebt
  
== Geschiedenis ==
+
===Table===
De eerste voorstelling van ''Cats'' vond  op [[11 mei]] [[1981]] plaats in [[West End (Londen)|West End]], [[Londen]] in het [[New London Theatre]]. De musical werd oorspronkelijk geproduceerd door [[Cameron Mackintosh]] en [[The Really Useful Theatre Company]], het bedrijf van Andrew Lloyd Webber. Op [[7 oktober]] [[1982]] maakt de show zijn debuut op [[Broadway (theater)|Broadway]] in het [[Winter Garden Theatre]]. ''Cats'' is 8.949 keer in Londen opgevoerd, en 7.485 keer in New York; waarmee Cats de langstlopende musical ooit op Broadway en in Londen geweest is.<br />
 
 
 
  
 
+
{| class="wikitable" width="40%"
==Nederlandse cast==
 
{| class="wikitable" width="90%"
 
! Rol
 
! 1987 ([[Carré Theaterproducties]])
 
! 2006 ([[Joop van den Ende Theaterproducties]])
 
 
|-
 
|-
! scope="row"| Sambal, Braniekat
+
! Set UP
| align="center" | [[Herbert Neutgens]], [[Tom Hillyard]], [[Herbert Neutgens]], [[Maurits van der Linden]]
+
! Edit
| align="center" | [[Merlijn Wolsink]]
+
! Add
 
|-
 
|-
! scope="row"| Abrilkoos, Ghiselbert Smit, Snauwtijger
+
! scope="row"|Abrilkoos, Ghiselbert Smit, Snauwtijger
| align="center" | [[Marco Vermie]]
+
| align="center"|Herbert Neutgens
| align="center" | [[Paul Donkers]]
+
| align="center"|Merlijn Wolsink
 
|-
 
|-
 
+
! scope="row"|Abrilkoos, Ghiselbert Smit, Snauwtijger
 +
| align="center"|Marco Vermie
 +
| align="center"|Paul Donkers
 
|-
 
|-
! scope="row"| Ensemble
+
! scope="row"|Ensemble
| align="center" | [[Corine Boon]], [[Jacqueline Aronson]], [[Peter Bording]], [[Stanley Burleson]], [[Karin van As]], [[Pia Douwes]], [[Jean-Claude Cazettes]], [[Frank Hoelen]], [[Hella Koffeman]], [[Niki Romijn]], [[Regina Pechtold]], [[Frank Poulussen]]
+
| align="center"|Corine Boon
| align="center" | [[Cindy Bell]], [[Veerle Casteleyn]], [[Natascha Dejong]], [[Robert Foley]], [[Laurie van Iersel]], [[Tommie Luyben]], [[Jeroen Luiten]], [[Marcel Postma]], [[Marijn Brouwers]], [[Michelle Splietelhof]], [[Penny Vos]], [[Paul Walthaus]], [[Andrés Pérez Lopez]], [[Anouk Maas]], [[Peter Stoelhorst]], [[Richard Janssen]], [[Juta Bolsius]]
+
| align="center"|Cindy Bell
 
|}
 
|}
  
== Liedjes uit de musical Cats ==
+
===Table 2===
 +
 
 
{| style="width:100%;"
 
{| style="width:100%;"
| valign="top" |  
+
|-
'''Cd 1'''
+
| valign="top"|<h3> <span style="text-align:left; color: blue;"> Set 1 </span></h3>
* Overture
+
----
* Prologue: Jellicle Songs for Jellicle Cats
 
* The Naming of Cats
 
* The Invitation to the Jellicle Ball
 
* The Old Gumbie Cat
 
* The Rum Tum Tugger
 
* Grizabella, the Glamour Cat
 
* Bustopher Jones
 
* Mungojerrie and Rumpleteazer
 
* Old Deutronomy
 
* The Jellicle Ball
 
* Grizabella, The Glamour Cat
 
* [[Memory (nummer)|Memory]]
 
| valign="top" |
 
'''Cd 2'''
 
 
* The Moments Of Happiness
 
* The Moments Of Happiness
 
* Gus, the Theatre Cat
 
* Gus, the Theatre Cat
 
* Growltiger's Last Stand
 
* Growltiger's Last Stand
* Skimbleshanks: The Railway Cat
+
 
* Macavity: The Mystery Cat
+
| valign="top"|
* Mr. Mistoffelees
+
<h3> <span style="text-align:left; color: blue;"> Set 2 </span></h3>
* Memory
+
----
* The Journey To The Heaviside Layer
+
* The Moments Of Happiness
* The Ad-Dressing Of Cats
+
* Gus, the Theatre Cat
 +
* Growltiger's Last Stand
 +
 
 +
| valign="top"|
 +
<h3> <span style="text-align:left; color: blue;"> Set 3 </span></h3>
 +
----
 +
* The Moments Of Happiness
 +
* Gus, the Theatre Cat
 +
* Growltiger's Last Stand
 +
 
 
|}
 
|}
  
== Externe links ==
+
===Externe links===
* [http://www.musicals.nl/cats-home.asp Nederlandse reizende productie van Cats 2006]
+
 
* [http://www.ibdb.com/production.asp?ID=4186 IBDb pagina voor de Broadway-productie]
+
* [https://www.mediawiki.org/wiki/Help:Formatting Help Formatting]
 +
* [https://www.mediawiki.org/wiki/Help:Tables Help Tables]
 +
 
 +
===Recent Changes===
 +
{{Special:RecentChanges/10}}
 +
|}

Huidige versie van 4 jun 2020 om 17:08


Special:NewPages

Tests

Veldnaam Type Actie
Toelichting
Entry
Procesveld Geen actie vereist
 
aaa
bbb
ccc
 

Info sjablonen

Page under construction
Test page

{{{detail}}}

{{{detail}}}


Zoek je een specifieke pagina?{{{detail}}}


Zoek je een specifieke pagina?{{{detail}}}


{{{detail}}}


{{{detail}}}



Syntax

Bold or strong emphasis '''abc''' abc
Italic or emphasis ''abc'' abc
Internal link [[meta:Sandbox|abc]] abc
External link [abc.com] abc.com
Section heading == abc ==  
Color What you want in color <span style="color:red"></span> Red
Insert image [[Image:abc.png]] 80px
Insert media [[Media:abc.ogg]] Media:abc.ogg
Mathematical formula <math>abc</math> abc
Ignore wiki formatting <nowiki>abc '''[[Bold text]]''' abc '''[[Bold text]]'''
Sign talk comments (with time stamp) ~~~~ Gareth Aus 22:49, 11 February 2006 (UTC)
Horizontal line ----

----

Best Practise

1 bij elke wijziging in de samenvatting aangeven wat je gewijzigd hebt

Table

Set UP Edit Add
Abrilkoos, Ghiselbert Smit, Snauwtijger Herbert Neutgens Merlijn Wolsink
Abrilkoos, Ghiselbert Smit, Snauwtijger Marco Vermie Paul Donkers
Ensemble Corine Boon Cindy Bell

Table 2

Set 1


  • The Moments Of Happiness
  • Gus, the Theatre Cat
  • Growltiger's Last Stand

Set 2


  • The Moments Of Happiness
  • Gus, the Theatre Cat
  • Growltiger's Last Stand

Set 3


  • The Moments Of Happiness
  • Gus, the Theatre Cat
  • Growltiger's Last Stand

Externe links

Recent Changes

Lijst met afkortingen:
N
Met deze bewerking is een nieuwe pagina aangemaakt
(zie ook de lijst met nieuwe pagina's)
k
Dit is een kleine bewerking
b
Deze bewerking is uitgevoerd door een bot
(±123)
Deze paginagrootte is met dit aantal bytes gewijzigd

20 jun 2025

 k   18:35  Betting Parlors: A Nexus Of Pastime And Fortune wijzgesch -34 NateMusselman0 overleg bijdragen
N    18:33  Gebruiker:CarmellaDerham wijzgesch +259 CarmellaDerham overleg bijdragen Nieuwe pagina aangemaakt met 'I’m Carmella from Beerlegem studying Architecture, Art, and Planning. I did my schooling, secured 75% and hope to find someone with same interests in Travel.<br><...'
     18:33  (Logboek nieuwe gebruikers) [ReginaldRush‎; JoshuaFunk8972‎; CarmellaDerham‎]
     
18:33 Gebruikersaccount CarmellaDerham overleg bijdragen is aangemaakt ‎
     
18:25 Gebruikersaccount JoshuaFunk8972 overleg bijdragen is aangemaakt ‎
     
18:21 Gebruikersaccount ReginaldRush overleg bijdragen is aangemaakt ‎
 k   18:25  The Charm Of The Gambling Den wijzgesch -102 JoshuaFunk8972 overleg bijdragen
N    18:25  Gebruiker:JoshuaFunk8972 wijzgesch +232 JoshuaFunk8972 overleg bijdragen Nieuwe pagina aangemaakt met 'Not much to say about myself I think.<br>Yes! Im a member of this site.<br>I really hope I am useful in some way .<br><br>Stop by my web-site casino ([https://git.s...'
N    18:22  Δοκιμάστε Online Casino Στην Ελλάδα Σύνδεση wijzgesch +11.997 ReginaldRush overleg bijdragen Nieuwe pagina aangemaakt met 'Δοκιμάστε Online Casino Στην Ελλάδα Σύνδεση<br><br>Με άδεια Curaçao από το 2023, χτίσαμε έναν χώρο τζόγο...'
N    18:21  Gebruiker:ReginaldRush wijzgesch +403 ReginaldRush overleg bijdragen Nieuwe pagina aangemaakt met 'Ας κρατήσουμε επαφή, συνταξιδιώτες!<br><br>Take a look at my blog - μπόνους για νέους παίκτες ([https://solarlea...'
 k   18:18  Betting Venues: A Center Of Recreation And Wagering wijzgesch -283 NateMusselman0 overleg bijdragen

|}