<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.ystv.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dummy+User</id>
	<title>YSTV History Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ystv.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dummy+User"/>
	<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/wiki/Special:Contributions/Dummy_User"/>
	<updated>2026-08-18T22:50:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.11</generator>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Infobox/doc&amp;diff=8240</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Infobox/doc&amp;diff=8240"/>
		<updated>2013-06-13T08:13:29Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: move the details on template limitations to its own section, add a plug for Module:IncrementParams&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
{{distinguish|Template:Userbox}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{high-risk|1,300,000+}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. See [[Help:Infobox]] for an introduction to infoboxes and information on how to design them. See [[:Category:Infobox templates]] for specific infobox templates.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Usage is similar to {{tl|navbox}}, but with an additional distinction. Each row on the table can contain either a header, or a label/data pair, or just a data cell. These are mutually exclusive states so if you define a row with both a header and a label/data pair, the label/data pair is ignored.&lt;br /&gt;
&lt;br /&gt;
To insert an image somewhere other than at the top of the infobox, or to insert freeform data, use a row with only a data field.&lt;br /&gt;
&lt;br /&gt;
==== Number ranges ====&lt;br /&gt;
To allow flexibility when the layout of an infobox is changed, it may be helpful when developing an infobox to use non-contiguous numbers for header and label/data rows. Parameters for new rows can then be inserted in future without having to renumber existing parameters. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;|header3  = Section 1&lt;br /&gt;
|label5   = Label A&lt;br /&gt;
|data5    = Data A&lt;br /&gt;
|label7   = Label C&lt;br /&gt;
|data7    = Data C&lt;br /&gt;
|header10 = Section 2&lt;br /&gt;
|label12  = Label D&lt;br /&gt;
|data12   = Data D&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is also possible to automatically renumber parameter names by using [[Module:IncrementParams]].&lt;br /&gt;
&lt;br /&gt;
Note that although there is no limitation on the number of rows available, row parameters should not be numbered more than 50 apart. See the [[#Limitations]] section below for more details.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
====View/discuss/edit links====&lt;br /&gt;
;name&lt;br /&gt;
:If this parameter is present, &amp;quot;view/discuss/edit&amp;quot; links will be added to the bottom of the infobox, pointing to the named template. You can use &amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:However this is rarely what you want, because it will send users clicking these links in an infobox in an article to the template code rather than the data in the infobox that they probably want to change.&lt;br /&gt;
&lt;br /&gt;
====Title====&lt;br /&gt;
{{Infobox&lt;br /&gt;
|title = Text in caption over infobox&lt;br /&gt;
|subheader = Subheader of the infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
|above = Text in uppermost cell of infobox&lt;br /&gt;
|subheader = Subheader of the infobox&lt;br /&gt;
|subheader2 = Second subheader of the infobox&lt;br /&gt;
|data1 = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
There are two different ways to put a title on an infobox. One contains the title inside the infobox&#039;s border, the other puts it on top as a caption. You can use both of them together if you like, or just one or the other, or even neither (though this is not recommended).&lt;br /&gt;
;title : Text to put in the caption over top of the table.&lt;br /&gt;
;above : Text to put within the uppermost cell of the table.&lt;br /&gt;
&lt;br /&gt;
====Optional content====&lt;br /&gt;
;subheader(n) : additional title fields which fit below {{{title}}} and {{{above}}}. Subheader parameters should not be spaced more than 10 apart.&lt;br /&gt;
;image(n) : images to display at the top of the template. Use full image syntax, for example &amp;lt;nowiki&amp;gt;[[File:example.png|200px|alt=Example alt text]]&amp;lt;/nowiki&amp;gt;. Image is centered by default. See [[WP:ALT]] for more on alt text. Image parameters should not be spaced more than 10 apart.&lt;br /&gt;
;caption(n) : Text to put underneath the images.&lt;br /&gt;
;header(n) : Text to use as a header in row n. Header and data parameters should not be spaced more than 50 apart.&lt;br /&gt;
;label(n): Text to use as a label in row n.&lt;br /&gt;
;data(n): Text to display as data in row n. Header and data parameters should not be spaced more than 50 apart.&lt;br /&gt;
;below: Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.&lt;br /&gt;
;child: See the [[#Embedding|embedding]] section for details.&lt;br /&gt;
&lt;br /&gt;
Note: for any given value for (n), not all combinations of parameters are permitted. The presence of a {{para|header&#039;&#039;(n)&#039;&#039;}} will cause the corresponding {{para|data&#039;&#039;(n)&#039;&#039;}}{{para|label&#039;&#039;(n)&#039;&#039;}} (and {{para|rowclass&#039;&#039;(n)&#039;&#039;}}, see below) to be ignored; the absence of a {{para|data&#039;&#039;(n)&#039;&#039;}} will cause the corresponding {{para|label&#039;&#039;(n)&#039;&#039;}} to be ignored. Valid combinations for any single row are:&lt;br /&gt;
*{{para|header&#039;&#039;(n)&#039;&#039;}} {{para|class&#039;&#039;(n)&#039;&#039;}}&lt;br /&gt;
*{{para|data&#039;&#039;(n)&#039;&#039;}} {{para|rowclass&#039;&#039;(n)&#039;&#039;}} {{para|class&#039;&#039;(n)&#039;&#039;}}&lt;br /&gt;
*{{para|label&#039;&#039;(n)&#039;&#039;}} {{para|data&#039;&#039;(n)&#039;&#039;}} {{para|rowclass&#039;&#039;(n)&#039;&#039;}} {{para|class&#039;&#039;(n)&#039;&#039;}}&lt;br /&gt;
See the rendering of header4, label4, and data4 in the examples section below.&lt;br /&gt;
&lt;br /&gt;
====Optional CSS styling====&lt;br /&gt;
;bodystyle : Applies to the infobox table as a whole&lt;br /&gt;
;titlestyle : Applies only to the title caption. Adding a background color is usually inadvisable since the text is rendered &amp;quot;outside&amp;quot; the infobox.&lt;br /&gt;
;abovestyle : Applies only to the &amp;quot;above&amp;quot; cell at the top. The default style has font-size:large; since this cell is usually used for a title, if you want to use the above cell for regular-sized text include &amp;quot;font-size:medium;&amp;quot; in the abovestyle.&lt;br /&gt;
;imagestyle : Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.&lt;br /&gt;
;captionstyle : Applies to the text of the image caption.&lt;br /&gt;
;headerstyle : Applies to all header cells&lt;br /&gt;
;labelstyle : Applies to all label cells&lt;br /&gt;
;datastyle : Applies to all data cells&lt;br /&gt;
;belowstyle : Applies only to the below cell&lt;br /&gt;
&lt;br /&gt;
==== HTML classes ====&lt;br /&gt;
;bodyclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox as a whole.&lt;br /&gt;
;titleclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s title caption.&lt;br /&gt;
;aboveclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s &amp;quot;above&amp;quot; cell.&lt;br /&gt;
; aboverowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the &amp;quot;above&amp;quot; cell is on.&lt;br /&gt;
; subheaderclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s subheader.&lt;br /&gt;
; subheaderrowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the subheader is on.&lt;br /&gt;
;imageclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the image.&lt;br /&gt;
; imagerowclass(n) : These parameters are inserted into the &amp;quot;class&amp;quot; attribute for the complete table row the respective images are on.&lt;br /&gt;
;rowclass(n) : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the specified row &#039;&#039;&#039;including&#039;&#039;&#039; the label or other explanatory text.&lt;br /&gt;
;class(n) : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the data cell of the specified row. If there&#039;s no data cell it has no effect.&lt;br /&gt;
;belowclass : This parameter is inserted into the &amp;quot;class&amp;quot; attribute for the infobox&#039;s below cell.&lt;br /&gt;
&lt;br /&gt;
==== Microformats ====&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. To flag an infobox as containing [[hCard]] information, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for each row containing a data cell that&#039;s part of the vcard, add a corresponding class parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|class1 = fn&lt;br /&gt;
|class2 = org&lt;br /&gt;
|class3 = tel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...and so forth. &amp;quot;above&amp;quot; and &amp;quot;title&amp;quot; can also be given classes, since these are usually used to display the name of the subject of the infobox.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
====Italic titles====&lt;br /&gt;
Titles of articles with infoboxes may be made italic, in line with [[WP:ITALICTITLE]], by passing the &amp;lt;code&amp;gt;italic title&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
*Turn on italic titles by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|}}}&amp;lt;/nowiki&amp;gt;}} from the infobox.&lt;br /&gt;
*Turn off by default but allow some instances to be made italic by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|no}}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
*Do not make any titles italic by not passing the parameter at all.&lt;br /&gt;
&lt;br /&gt;
===Making fields optional===&lt;br /&gt;
A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a parameter that defaults to an empty string, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label5 = Population&lt;br /&gt;
|data5  = {{{population|}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This way if an article doesn&#039;t define the population parameter in its infobox the row won&#039;t be displayed.&lt;br /&gt;
&lt;br /&gt;
For more complex fields with pre-formatted contents that would still be present even if the parameter wasn&#039;t set, you can wrap it all in an &amp;quot;#if&amp;quot; statement to make the whole thing vanish when the parameter is not used. For instance, the &amp;quot;#if&amp;quot; statement in the following example reads &amp;quot;#if:the parameter &#039;&#039;mass&#039;&#039; has been supplied |then display it, followed by &#039;kg&#039;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|label6 = Mass&lt;br /&gt;
|data6  = {{#if:{{{mass|}}}|{{{mass}}} kg}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more on #if, see [[meta:ParserFunctions##if:|here]].&lt;br /&gt;
&lt;br /&gt;
You can also make headers optional in a similar way. If you want a header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;{{Infobox&lt;br /&gt;
|name    = {{subst:PAGENAME}}&lt;br /&gt;
|title   = Example of an optional header&lt;br /&gt;
|header1 = {{#if:{{{item_one|}}}{{{item_two|}}}{{{item_three|}}}|Optional header}}&lt;br /&gt;
|label2  = Item one&lt;br /&gt;
|data2   = {{{item_one|}}}&lt;br /&gt;
|label3  = Item two&lt;br /&gt;
|data3   = {{{item_two|}}}&lt;br /&gt;
|label4  = Item three&lt;br /&gt;
|data4   = {{{item_three|}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header1 will be shown if any of item_one, item_two, or item_three is defined. If none of the three parameters are defined the header won&#039;t be shown.&lt;br /&gt;
&lt;br /&gt;
The trick to this is that the &amp;quot;if&amp;quot; returns false only if there is nothing whatsoever in the conditional section, so only if all three of item_one, item_two and item_three are undefined will the if statement fail.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
&lt;br /&gt;
|image        = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = Caption for example.png&lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 =&lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
|label4  = does not display (same number as a header)&lt;br /&gt;
|data4   = does not display (same number as a header)&lt;br /&gt;
|header5 =&lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;{{Infobox&lt;br /&gt;
|name         = Infobox/doc&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = Test Infobox&lt;br /&gt;
|titlestyle   = &lt;br /&gt;
&lt;br /&gt;
|image        = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|caption      = Caption for example.png&lt;br /&gt;
|captionstyle = &lt;br /&gt;
|headerstyle  = background:#ccf;&lt;br /&gt;
|labelstyle   = background:#ddf;&lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1 = Header defined alone&lt;br /&gt;
|label1  = &lt;br /&gt;
|data1   = &lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
|data2   = &lt;br /&gt;
|header3 =&lt;br /&gt;
|label3  = &lt;br /&gt;
|data3   = Data defined alone&lt;br /&gt;
|header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
|label4  = does not display (same number as a header)&lt;br /&gt;
|data4   = does not display (same number as a header)&lt;br /&gt;
|header5 =&lt;br /&gt;
|label5  = Label and data defined (label)&lt;br /&gt;
|data5   = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
|belowstyle = background:#ddf;&lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice how when a label is defined without an accompanying data cell the row doesn&#039;t appear in the displayed infobox, and when a header is defined on the same row as a data cell all of them are displayed.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
For this example, {{nowrap|bodystyle &amp;amp;#0061; width:20em;}} and {{nowrap|labelstyle &amp;amp;#0061; width:33%;}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
|bodystyle   = width:20em;&lt;br /&gt;
|name        = Infobox/doc&lt;br /&gt;
|title       = Test Infobox&lt;br /&gt;
|titlestyle  = &lt;br /&gt;
|headerstyle = &lt;br /&gt;
|labelstyle  = width:33%&lt;br /&gt;
|datastyle   = &lt;br /&gt;
&lt;br /&gt;
|header1 = &lt;br /&gt;
|label1  = Label 1&lt;br /&gt;
|data1   = Data 1&lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label 2&lt;br /&gt;
|data2   = Data 2&lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = Label 3&lt;br /&gt;
|data3   = Data 3&lt;br /&gt;
|header4 = Header 4&lt;br /&gt;
|label4  = &lt;br /&gt;
|data4   = &lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label 5&lt;br /&gt;
|data5   = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|bodystyle   = width:20em;&lt;br /&gt;
|name        = Infobox/doc&lt;br /&gt;
|title       = Test Infobox&lt;br /&gt;
|titlestyle  = &lt;br /&gt;
|headerstyle = &lt;br /&gt;
|labelstyle  = width:33%&lt;br /&gt;
|datastyle   = &lt;br /&gt;
&lt;br /&gt;
|header1 = &lt;br /&gt;
|label1  = Label 1&lt;br /&gt;
|data1   = Data 1&lt;br /&gt;
|header2 = &lt;br /&gt;
|label2  = Label 2&lt;br /&gt;
|data2   = Data 2&lt;br /&gt;
|header3 = &lt;br /&gt;
|label3  = Label 3&lt;br /&gt;
|data3   = Data 3&lt;br /&gt;
|header4 = Header 4&lt;br /&gt;
|label4  = &lt;br /&gt;
|data4   = &lt;br /&gt;
|header5 = &lt;br /&gt;
|label5  = Label 5&lt;br /&gt;
|data5   = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Embedding===&lt;br /&gt;
One infobox template can be embedded into another using the {{para|child}} parameter.  This feature can be used to create a modular infobox, or to create more well defined logical sections. Previously, it was necessary to use embedding in order to create infoboxes with more than 99 rows, but there is now no limit to the number of rows that can be defined in a single instance of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{infobox}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| data1 = {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| data2 = {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| data1 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| data2 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note, in the examples above, the child infobox is placed in a &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; field, not a &amp;lt;code&amp;gt;header&amp;lt;/code&amp;gt; field.  Notice that the section subheadings are not in bold font if bolding is not explicitly specified. To obtain bold section headings, place the child infobox in a header field, either using&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| header1 = {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| header2 = {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| header1 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = First subsection&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| header2 = {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or,&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| header1 = First subsection&lt;br /&gt;
  {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| header2 = Second subsection&lt;br /&gt;
  {{Infobox|decat=yes&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = Top level title&lt;br /&gt;
| header1 = First subsection&lt;br /&gt;
  {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | label1= Label 1.1&lt;br /&gt;
  | data1 = Data 1.1&lt;br /&gt;
}}&lt;br /&gt;
| header2 = Second subsection&lt;br /&gt;
  {{Infobox&lt;br /&gt;
  | child = yes&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
}}&lt;br /&gt;
|belowstyle = &lt;br /&gt;
|below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that omitting the {{para|title}} parameter, and not including any text preceding the embedded infobox, may result in spurious blank table rows, creating gaps in the visual presentation.&lt;br /&gt;
&lt;br /&gt;
===Subboxes===&lt;br /&gt;
An alternative method for embedding is to use {{para|subbox|yes}}, which removes the outer border from the infobox, but preserves the interior structure.  One feature of this approach is that the parent and child boxes need not have the same structure, and the label and data fields are not aligned between the parent and child boxes.&lt;br /&gt;
{{Infobox&lt;br /&gt;
| headerstyle = background-color:#eee;&lt;br /&gt;
| labelstyle  = background-color:#eee;&lt;br /&gt;
| header1     = Main 1&lt;br /&gt;
| header2     = Main 2&lt;br /&gt;
| data3       = {{Infobox|subbox=yes&lt;br /&gt;
  | headerstyle = background-color:#ccc;&lt;br /&gt;
  | labelstyle  = background-color:#ddd;&lt;br /&gt;
  | header1     = Sub 3-1&lt;br /&gt;
  | header2     = Sub 3-2&lt;br /&gt;
  | label3      = Label 3-3&lt;br /&gt;
  | data3       = Data 3-3&lt;br /&gt;
}}&lt;br /&gt;
| data4         = {{Infobox|subbox=yes&lt;br /&gt;
  | labelstyle  = background-color:#ccc;&lt;br /&gt;
  | label1      = Label 4-1&lt;br /&gt;
  | data1       = Data 4-1&lt;br /&gt;
}}&lt;br /&gt;
| label5      = Label 5&lt;br /&gt;
| data5       = Data 5&lt;br /&gt;
| header6     = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| headerstyle = background-color:#eee;&lt;br /&gt;
| labelstyle  = background-color:#eee;&lt;br /&gt;
| header1     = Main 1&lt;br /&gt;
| header2     = Main 2&lt;br /&gt;
| data3       = {{Infobox|subbox=yes&lt;br /&gt;
  | headerstyle = background-color:#ccc;&lt;br /&gt;
  | labelstyle  = background-color:#ddd;&lt;br /&gt;
  | header1     = Sub 3-1&lt;br /&gt;
  | header2     = Sub 3-2&lt;br /&gt;
  | label3      = Label 3-3&lt;br /&gt;
  | data3       = Data 3-3&lt;br /&gt;
}}&lt;br /&gt;
| data4         = {{Infobox|subbox=yes&lt;br /&gt;
  | labelstyle  = background-color:#ccc;&lt;br /&gt;
  | label1      = Label 4-1&lt;br /&gt;
  | data1       = Data 4-1&lt;br /&gt;
}}&lt;br /&gt;
| label5      = Label 5&lt;br /&gt;
| data5       = Data 5&lt;br /&gt;
| header6     = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{sidebar&lt;br /&gt;
| navbar = off&lt;br /&gt;
| headingstyle = background-color:#eee;&lt;br /&gt;
| heading1    = Heading 1&lt;br /&gt;
| heading2    = Heading 2&lt;br /&gt;
| content3    = {{Infobox|subbox=yes&lt;br /&gt;
  | headerstyle = background-color:#ccc;&lt;br /&gt;
  | labelstyle  = background-color:#ddd;&lt;br /&gt;
  | header1     = Sub 3-1&lt;br /&gt;
  | header2     = Sub 3-2&lt;br /&gt;
  | label3      = Label 3-3&lt;br /&gt;
  | data3       = Data 3-3&lt;br /&gt;
}}&lt;br /&gt;
| content4      = {{Infobox|subbox=yes&lt;br /&gt;
  | labelstyle  = background-color:#ccc;&lt;br /&gt;
  | label1      = Label 4-1&lt;br /&gt;
  | data1       = Data 4-1&lt;br /&gt;
}}&lt;br /&gt;
| heading5      = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{sidebar&lt;br /&gt;
| navbar = off&lt;br /&gt;
| headingstyle = background-color:#eee;&lt;br /&gt;
| heading1    = Heading 1&lt;br /&gt;
| heading2    = Heading 2&lt;br /&gt;
| content3    = {{Infobox|subbox=yes&lt;br /&gt;
  | headerstyle = background-color:#ccc;&lt;br /&gt;
  | labelstyle  = background-color:#ddd;&lt;br /&gt;
  | header1     = Sub 3-1&lt;br /&gt;
  | header2     = Sub 3-2&lt;br /&gt;
  | label3      = Label 3-3&lt;br /&gt;
  | data3       = Data 3-3&lt;br /&gt;
}}&lt;br /&gt;
| content4      = {{Infobox|subbox=yes&lt;br /&gt;
  | labelstyle  = background-color:#ccc;&lt;br /&gt;
  | label1      = Label 4-1&lt;br /&gt;
  | data1       = Data 4-1&lt;br /&gt;
}}&lt;br /&gt;
| heading5      = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Full blank syntax ===&lt;br /&gt;
(Note: there is no limit to the number of possible rows; only 20 are given below since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat &amp;quot;class&amp;quot; parameters are also omitted as they are not commonly used.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
|name         = {{subst:PAGENAME}}&lt;br /&gt;
|bodystyle    = &lt;br /&gt;
|title        = &lt;br /&gt;
|titlestyle   = &lt;br /&gt;
|above        = &lt;br /&gt;
|abovestyle   = &lt;br /&gt;
&lt;br /&gt;
|imagestyle   = &lt;br /&gt;
|captionstyle = &lt;br /&gt;
&lt;br /&gt;
|image        = &lt;br /&gt;
|caption      = &lt;br /&gt;
|image2       = &lt;br /&gt;
|caption2     = &lt;br /&gt;
&lt;br /&gt;
|headerstyle  = &lt;br /&gt;
|labelstyle   = &lt;br /&gt;
|datastyle    = &lt;br /&gt;
&lt;br /&gt;
|header1  = &lt;br /&gt;
|label1   = &lt;br /&gt;
|data1    = &lt;br /&gt;
|header2  = &lt;br /&gt;
|label2   = &lt;br /&gt;
|data2    = &lt;br /&gt;
|header3  = &lt;br /&gt;
|label3   = &lt;br /&gt;
|data3    = &lt;br /&gt;
|header4  = &lt;br /&gt;
|label4   = &lt;br /&gt;
|data4    = &lt;br /&gt;
|header5  = &lt;br /&gt;
|label5   = &lt;br /&gt;
|data5    = &lt;br /&gt;
|header6  = &lt;br /&gt;
|label6   = &lt;br /&gt;
|data6    = &lt;br /&gt;
|header7  = &lt;br /&gt;
|label7   = &lt;br /&gt;
|data7    = &lt;br /&gt;
|header8  = &lt;br /&gt;
|label8   = &lt;br /&gt;
|data8    = &lt;br /&gt;
|header9  = &lt;br /&gt;
|label9   = &lt;br /&gt;
|data9    = &lt;br /&gt;
|header10 = &lt;br /&gt;
|label10  = &lt;br /&gt;
|data10   = &lt;br /&gt;
|header11 = &lt;br /&gt;
|label11  = &lt;br /&gt;
|data11   = &lt;br /&gt;
|header12 = &lt;br /&gt;
|label12  = &lt;br /&gt;
|data12   = &lt;br /&gt;
|header13 = &lt;br /&gt;
|label13  = &lt;br /&gt;
|data13   = &lt;br /&gt;
|header14 = &lt;br /&gt;
|label14  = &lt;br /&gt;
|data14   = &lt;br /&gt;
|header15 = &lt;br /&gt;
|label15  = &lt;br /&gt;
|data15   = &lt;br /&gt;
|header16 = &lt;br /&gt;
|label16  = &lt;br /&gt;
|data16   = &lt;br /&gt;
|header17 = &lt;br /&gt;
|label17  = &lt;br /&gt;
|data17   = &lt;br /&gt;
|header18 = &lt;br /&gt;
|label18  = &lt;br /&gt;
|data18   = &lt;br /&gt;
|header19 = &lt;br /&gt;
|label19  = &lt;br /&gt;
|data19   = &lt;br /&gt;
|header20 = &lt;br /&gt;
|label20  = &lt;br /&gt;
|data20   = &lt;br /&gt;
&lt;br /&gt;
|belowstyle =&lt;br /&gt;
|below = &lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
Previously, the number of rows available to this template was limited to 99. This restriction has been lifted now that the template has been ported to a [[WP:Lua|Lua module]], but to maintain backwards compatibility there is now a limit on the number of rows apart by which parameters will be detected. If parameters are numbered more than 50 apart, the later parameters may be ignored (depending on the exact numbers involved), and if parameters are numbered more than 100 apart, the later parameters will definitely be ignored.&lt;br /&gt;
&lt;br /&gt;
For example, this code will display properly:&lt;br /&gt;
&amp;lt;pre&amp;gt;|header3   = Section 1&lt;br /&gt;
|label48   = Label A&lt;br /&gt;
|data48    = Data A&lt;br /&gt;
|data92    = Data B&lt;br /&gt;
|label136  = Label C&lt;br /&gt;
|data136   = Data C&lt;br /&gt;
|header177 = Section 2&lt;br /&gt;
|label215  = Label D&lt;br /&gt;
|data215   = Data D&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But in this code, only Section 1, Label A and Data A will be displayed:&lt;br /&gt;
&amp;lt;pre&amp;gt;|header3   = Section 1&lt;br /&gt;
|label48   = Label A&lt;br /&gt;
|data48    = Data A&lt;br /&gt;
|data102   = Data B&lt;br /&gt;
|label103  = Label C&lt;br /&gt;
|data103   = Data C&lt;br /&gt;
|header115 = Section 2&lt;br /&gt;
|label120  = Label D&lt;br /&gt;
|data120   = Data D&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that parameter values may be blank - parameters are counted unless they are completely absent from the template invocation. There are also similar limitations for image parameters and subheader parameters. In those cases parameters should not be numbered more than 10 apart.&lt;br /&gt;
&lt;br /&gt;
=== Porting to other MediaWikis ===&lt;br /&gt;
The infobox template requires the [[:mw:Extension:Scribunto|Scribunto]] extension and [[mw:Manual:Using content from Wikipedia#HTMLTidy|HTMLTidy]] to be installed. It may not work with other MediaWikis. [[Wikipedia:WikiProject Transwiki|WikiProject Transwiki]] has a version of this template that has been modified to work on other MediaWikis.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Module:Infobox]] - the [[WP:LUA|Lua]] module on which this template is based&lt;br /&gt;
* [[Template:Infobox/old]] - the old ParserFunctions implementation&lt;br /&gt;
* {{tl|infobox3cols}}&lt;br /&gt;
* {{tl|Navbox}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
[[Category:Infobox templates| ]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|Infobox]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- [[en:Template:Infobox]] --&amp;gt;&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Module:HtmlBuilder&amp;diff=8292</id>
		<title>Module:HtmlBuilder</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Module:HtmlBuilder&amp;diff=8292"/>
		<updated>2013-06-08T11:21:32Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Space befone closing /&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-- Experimental module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface&lt;br /&gt;
&lt;br /&gt;
local HtmlBuilder = {}&lt;br /&gt;
&lt;br /&gt;
local metatable = {}&lt;br /&gt;
&lt;br /&gt;
metatable.__index = function(t, key)&lt;br /&gt;
    local ret = rawget(t, key)&lt;br /&gt;
    if ret then&lt;br /&gt;
        return ret&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    ret = metatable[key]&lt;br /&gt;
    if type(ret) == &#039;function&#039; then&lt;br /&gt;
        return function(...) &lt;br /&gt;
            return ret(t, ...) &lt;br /&gt;
        end &lt;br /&gt;
    else&lt;br /&gt;
        return ret&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.__tostring = function(t)&lt;br /&gt;
    local ret = {}&lt;br /&gt;
    t._build(ret)&lt;br /&gt;
    return table.concat(ret, &#039;&#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable._build = function(t, ret)&lt;br /&gt;
    if t.tagName then &lt;br /&gt;
        table.insert(ret, &#039;&amp;lt;&#039; .. t.tagName)&lt;br /&gt;
        for i, attr in ipairs(t.attributes) do&lt;br /&gt;
            table.insert(ret, &#039; &#039; .. attr.name .. &#039;=&amp;quot;&#039; .. attr.val .. &#039;&amp;quot;&#039;) &lt;br /&gt;
        end&lt;br /&gt;
        if #t.styles &amp;gt; 0 then&lt;br /&gt;
            table.insert(ret, &#039; style=&amp;quot;&#039;)&lt;br /&gt;
            for i, prop in ipairs(t.styles) do&lt;br /&gt;
                if type(prop) == &#039;string&#039; then -- added with cssText()&lt;br /&gt;
                    table.insert(ret, prop .. &#039;;&#039;)&lt;br /&gt;
                else -- added with css()&lt;br /&gt;
                    table.insert(ret, prop.name .. &#039;:&#039; .. prop.val .. &#039;;&#039;)&lt;br /&gt;
                end&lt;br /&gt;
            end&lt;br /&gt;
            table.insert(ret, &#039;&amp;quot;&#039;)&lt;br /&gt;
        end&lt;br /&gt;
        if t.selfClosing then&lt;br /&gt;
            table.insert(ret, &#039; /&#039;)&lt;br /&gt;
        end&lt;br /&gt;
        table.insert(ret, &#039;&amp;gt;&#039;) &lt;br /&gt;
    end&lt;br /&gt;
    for i, node in ipairs(t.nodes) do&lt;br /&gt;
        if node then&lt;br /&gt;
            if type(node) == &#039;table&#039; then&lt;br /&gt;
                node._build(ret)&lt;br /&gt;
            else&lt;br /&gt;
                table.insert(ret, tostring(node))&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    if t.tagName and not t.unclosed and not t.selfClosing then&lt;br /&gt;
        table.insert(ret, &#039;&amp;lt;/&#039; .. t.tagName .. &#039;&amp;gt;&#039;)&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
   &lt;br /&gt;
metatable.node = function(t, builder)&lt;br /&gt;
    if builder then&lt;br /&gt;
        table.insert(t.nodes, builder)&lt;br /&gt;
    end&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.wikitext = function(t, ...) &lt;br /&gt;
    local vals = {...}&lt;br /&gt;
    for i = 1, #vals do&lt;br /&gt;
        if vals[i] then&lt;br /&gt;
            table.insert(t.nodes, vals[i])&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.newline = function(t)&lt;br /&gt;
    table.insert(t.nodes, &#039;\n&#039;)&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.tag = function(t, tagName, args)&lt;br /&gt;
    args = args or {}&lt;br /&gt;
    args.parent = t&lt;br /&gt;
    local builder = HtmlBuilder.create(tagName, args)&lt;br /&gt;
    table.insert(t.nodes, builder)&lt;br /&gt;
    return builder&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function getAttr(t, name)&lt;br /&gt;
    for i, attr in ipairs(t.attributes) do&lt;br /&gt;
        if attr.name == name then&lt;br /&gt;
            return attr&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.attr = function(t, name, val)&lt;br /&gt;
    -- if caller sets the style attribute explicitly, then replace all styles previously added with css() and cssText()&lt;br /&gt;
    if name == &#039;style&#039; then&lt;br /&gt;
        t.styles = {val}&lt;br /&gt;
        return t&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local attr = getAttr(t, name)&lt;br /&gt;
    if attr then&lt;br /&gt;
        attr.val = val&lt;br /&gt;
    else&lt;br /&gt;
        table.insert(t.attributes, {name = name, val = val})&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.addClass = function(t, class)&lt;br /&gt;
    if class then&lt;br /&gt;
        local attr = getAttr(t, &#039;class&#039;)&lt;br /&gt;
        if attr then&lt;br /&gt;
            attr.val = attr.val .. &#039; &#039; .. class&lt;br /&gt;
        else&lt;br /&gt;
            t.attr(&#039;class&#039;, class)&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.css = function(t, name, val)&lt;br /&gt;
    if type(val) == &#039;string&#039; or type(val) == &#039;number&#039; then&lt;br /&gt;
        for i, prop in ipairs(t.styles) do&lt;br /&gt;
            if prop.name == name then&lt;br /&gt;
                prop.val = val&lt;br /&gt;
                return t&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        table.insert(t.styles, {name = name, val = val})&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.cssText = function(t, css)&lt;br /&gt;
    if css then&lt;br /&gt;
        table.insert(t.styles, css)&lt;br /&gt;
    end&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.done = function(t)&lt;br /&gt;
    return t.parent or t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
metatable.allDone = function(t)&lt;br /&gt;
    while t.parent do&lt;br /&gt;
        t = t.parent&lt;br /&gt;
    end&lt;br /&gt;
    return t&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function HtmlBuilder.create(tagName, args)&lt;br /&gt;
    args = args or {}&lt;br /&gt;
    local builder = {}&lt;br /&gt;
    setmetatable(builder, metatable)&lt;br /&gt;
    builder.nodes = {}&lt;br /&gt;
    builder.attributes = {}&lt;br /&gt;
    builder.styles = {}&lt;br /&gt;
    builder.tagName = tagName&lt;br /&gt;
    builder.parent = args.parent&lt;br /&gt;
    builder.unclosed = args.unclosed or false&lt;br /&gt;
    builder.selfClosing = args.selfClosing or false&lt;br /&gt;
    return builder&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return HtmlBuilder&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Reflist&amp;diff=8330</id>
		<title>Template:Reflist</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Reflist&amp;diff=8330"/>
		<updated>2013-06-07T17:15:09Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;reflist &amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
    | {{#iferror: {{#ifexpr: {{{1|1}}} &amp;gt; 1 }}&lt;br /&gt;
      | references-column-width &lt;br /&gt;
      | references-column-count references-column-count-{{#if:1|{{{1}}}}} }}&lt;br /&gt;
    | {{#if: {{{colwidth|}}}&lt;br /&gt;
      | references-column-width }} }}&amp;quot; style=&amp;quot;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
    | {{#iferror: {{#ifexpr: {{{1|1}}} &amp;gt; 1 }}&lt;br /&gt;
      | {{column-width|{{#if:1|{{{1}}}}}}}&lt;br /&gt;
      | {{column-count|{{#if:1|{{{1}}}}}}} }}&lt;br /&gt;
    | {{#if: {{{colwidth|}}}&lt;br /&gt;
      | {{column-width|{{{colwidth}}}}} }} }} list-style-type: &amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{{liststyle|{{#switch: {{{group|}}}&lt;br /&gt;
    | upper-alpha&lt;br /&gt;
    | upper-roman&lt;br /&gt;
    | lower-alpha&lt;br /&gt;
    | lower-greek&lt;br /&gt;
    | lower-roman = {{{group}}}&lt;br /&gt;
    | #default = decimal}}}}};&amp;quot;&amp;gt;&lt;br /&gt;
{{#tag:references|{{{refs|}}}|group={{{group|}}}}}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Age&amp;diff=8304</id>
		<title>Template:Age</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Age&amp;diff=8304"/>
		<updated>2013-06-06T09:12:14Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: clean up using AWB (9234)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})&amp;lt;({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})&amp;lt;({{{3}}}))}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Infobox&amp;diff=8238</id>
		<title>Template:Infobox</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Infobox&amp;diff=8238"/>
		<updated>2013-06-05T09:16:23Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: switch back to Lua implementation - issues with Template:Infobox airline have now been addressed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Infobox|infobox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Clear&amp;diff=8242</id>
		<title>Template:Clear</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Clear&amp;diff=8242"/>
		<updated>2013-06-01T22:47:20Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Revert to revision 459275004 dated 2011-11-06 11:02:10 by Edokter using popups&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:{{{1|both}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Module:URL&amp;diff=8342</id>
		<title>Module:URL</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Module:URL&amp;diff=8342"/>
		<updated>2013-05-31T10:58:45Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: add support for protocol-relative URLs, per protected edit request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;--&lt;br /&gt;
-- This module implements {{URL}}&lt;br /&gt;
--&lt;br /&gt;
-- See unit tests at [[Module:URL/tests]]&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
 &lt;br /&gt;
function trim(s)&lt;br /&gt;
    return (mw.ustring.gsub(s, &amp;quot;^%s*(.-)%s*$&amp;quot;, &amp;quot;%1&amp;quot;))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function safeUri(s)&lt;br /&gt;
    local success, uri = pcall(function()&lt;br /&gt;
        return mw.uri.new(s)&lt;br /&gt;
    end)&lt;br /&gt;
    if success then&lt;br /&gt;
        return uri&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._url(url, text)&lt;br /&gt;
    url = trim(url or &#039;&#039;)&lt;br /&gt;
    text = trim(text or &#039;&#039;)&lt;br /&gt;
    &lt;br /&gt;
    if url == &#039;&#039; then&lt;br /&gt;
        if text == &#039;&#039; then&lt;br /&gt;
            return mw.getCurrentFrame():expandTemplate{ title = &#039;tlx&#039;, args = { &#039;URL&#039;, &amp;quot;&#039;&#039;example.com&#039;&#039;&amp;quot;, &amp;quot;&#039;&#039;optional display text&#039;&#039;&amp;quot; } }&lt;br /&gt;
        else&lt;br /&gt;
            return text&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- If the URL contains any unencoded spaces, encode them, because MediaWiki will otherwise interpret a space as the end of the URL.&lt;br /&gt;
    url = mw.ustring.gsub(url, &#039;%s&#039;, function(s) return mw.uri.encode(s, &#039;PATH&#039;) end)&lt;br /&gt;
    &lt;br /&gt;
    -- If there is an empty query string or fragment id, remove it as it will cause mw.uri.new to throw an error&lt;br /&gt;
    url = mw.ustring.gsub(url, &#039;#$&#039;, &#039;&#039;)&lt;br /&gt;
    url = mw.ustring.gsub(url, &#039;%?$&#039;, &#039;&#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- If it&#039;s an HTTP[S] URL without the double slash, fix it.&lt;br /&gt;
    url = mw.ustring.gsub(url, &#039;^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])&#039;, &#039;http%1://%3&#039;)&lt;br /&gt;
    &lt;br /&gt;
    local uri = safeUri(url)&lt;br /&gt;
    &lt;br /&gt;
    -- Handle URL&#039;s without a protocol and URL&#039;s that are protocol-relative, &lt;br /&gt;
    -- e.g. www.example.com/foo or www.example.com:8080/foo, and //www.example.com/foo&lt;br /&gt;
    if uri and (not uri.protocol or (uri.protocol and not uri.host)) and url:sub(1, 2) ~= &#039;//&#039; then&lt;br /&gt;
        url = &#039;http://&#039; .. url&lt;br /&gt;
        uri = safeUri(url)&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    if text == &#039;&#039; then&lt;br /&gt;
        if uri then&lt;br /&gt;
            if uri.path == &#039;/&#039; then uri.path = &#039;&#039; end&lt;br /&gt;
            &lt;br /&gt;
            local port = &#039;&#039;&lt;br /&gt;
            if uri.port then port = &#039;:&#039; .. uri.port end&lt;br /&gt;
            &lt;br /&gt;
            text = mw.ustring.lower(uri.host or &#039;&#039;) .. port .. (uri.relativePath or &#039;&#039;)&lt;br /&gt;
        else -- URL is badly-formed, so just display whatever was passed in&lt;br /&gt;
            text = url&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return mw.ustring.format(&#039;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;[%s %s]&amp;lt;/span&amp;gt;&#039;, url, text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.url(frame)&lt;br /&gt;
    local templateArgs = frame.args&lt;br /&gt;
    local url = templateArgs[1] or &#039;&#039;&lt;br /&gt;
    local text = templateArgs[2] or &#039;&#039;&lt;br /&gt;
    return p._url(url, text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Sidebar&amp;diff=8284</id>
		<title>Template:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Sidebar&amp;diff=8284"/>
		<updated>2013-05-27T22:15:40Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Adding child = yes parameter per edit request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{child|}}}|yes||&amp;lt;table class=&amp;quot;vertical-navbox {{#ifeq:{{{wraplinks|}}}|true||nowraplinks}} {{{bodyclass|{{{class|}}}}}}&amp;quot; &amp;lt;!--&lt;br /&gt;
    --&amp;gt;cellspacing=&amp;quot;{{#if:{{{cellspacing|}}} |{{{cellspacing}}} |5}}&amp;quot; &amp;lt;!--&lt;br /&gt;
    --&amp;gt;cellpadding=&amp;quot;{{#if:{{{cellpadding|}}} |{{{cellpadding}}} |0}}&amp;quot; &amp;lt;!--&lt;br /&gt;
    --&amp;gt;style=&amp;quot;float:{{#if:{{{float|}}} |{{{float}}} |right}};&amp;lt;!--&lt;br /&gt;
           --&amp;gt;clear:{{#ifeq:{{{float|}}}|none |both |{{#if:{{{float|}}} |{{{float}}} |right}}}};&amp;lt;!--&lt;br /&gt;
           --&amp;gt;width:{{#if:{{{width|}}} |{{{width}}} |22.0em}};&amp;lt;!--&lt;br /&gt;
             (margins:)--&amp;gt;{{#switch:{{{float|}}} |left=margin:0 1.0em 1.0em 0; |none|right|#default=margin:0 0 1.0em 1.0em;}}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;background:#f9f9f9;border:1px solid #aaa;padding:0.2em;border-spacing:0.4em 0;text-align:center;line-height:1.4em;font-size:88%;{{{bodystyle|{{{style|}}}}}}&amp;quot;&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{{child|}}}|yes||{{#if:{{{outertitle|}}}&lt;br /&gt;
     |&amp;lt;caption class=&amp;quot;{{{outertitleclass|}}}&amp;quot; style=&amp;quot;padding-bottom:0.2em;font-size:125%;line-height:1.2em;font-weight:bold;{{{outertitlestyle|}}}&amp;quot;&amp;gt;{{{outertitle}}}&amp;lt;/caption&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;}}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{{child|}}}|yes||{{#if:{{{topimage|}}}&lt;br /&gt;
     |&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;{{{topimageclass|}}}&amp;quot; style=&amp;quot;padding:0.4em 0;{{{topimagestyle|}}}&amp;quot;&amp;gt;{{{topimage}}}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;{{#if:{{{topcaption|}}} |&amp;lt;div style=&amp;quot;padding-top:0.2em;line-height:1.2em;{{{topcaptionstyle|}}}&amp;quot;&amp;gt;{{{topcaption}}}&amp;lt;/div&amp;gt;}}&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{{child|}}}|yes||{{#if:{{{pretitle|}}}&lt;br /&gt;
     |&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;{{{pretitleclass|}}}&amp;quot; style=&amp;quot;{{{basestyle|}}};{{#if:{{{topimage|}}} |padding-top:0.2em |padding-top:0.4em}};line-height:1.2em;{{{pretitlestyle|}}}&amp;quot;&amp;gt;{{{pretitle}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#if:{{{title|}}}&lt;br /&gt;
     |{{#ifeq:{{{child|}}}|yes||&amp;lt;tr&amp;gt;&amp;lt;th class=&amp;quot;{{{titleclass|}}}&amp;quot; style=&amp;quot;{{{basestyle|}}};padding:0.2em 0.4em 0.2em;{{#if:{{{pretitle|}}} |padding-top:0}};font-size:145%;line-height:1.2em;{{{titlestyle|}}}&amp;quot;&amp;gt;}}{{{title}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#if:{{{image|}}}&lt;br /&gt;
     |&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;{{{imageclass|}}}&amp;quot; style=&amp;quot;padding:0.2em 0 0.4em;{{{imagestyle|}}}&amp;quot;&amp;gt;{{{image}}}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;{{#if:{{{caption|}}} |&amp;lt;div style=&amp;quot;padding-top:0.2em;line-height:1.2em;{{{captionstyle|}}}&amp;quot;&amp;gt;{{{caption}}}&amp;lt;/div&amp;gt;}}&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#if:{{{above|}}}&lt;br /&gt;
     |&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;{{{aboveclass|}}}&amp;quot; style=&amp;quot;padding:0.3em 0.4em 0.3em;font-weight:bold;{{{abovestyle|}}}&amp;quot;&amp;gt;&amp;lt;!--newline required for bullet-points to work:--&amp;gt;&lt;br /&gt;
{{{above}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 heading#/content# starts here:&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#if: {{{heading1|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading1style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading1}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content1|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content1style|}}}&amp;quot;&amp;gt;&amp;lt;!-- newline required before contents# for bullets to work --&amp;gt;&lt;br /&gt;
{{{content1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading2|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading2style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading2}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content2|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content2style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content2}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading3|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading3style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading3}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content3|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content3style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content3}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading4|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading4style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading4}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content4|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content4style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content4|}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading5|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading5style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading5}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content5|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content5style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content5}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading6|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading6style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading6}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content6|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content6style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content6}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading7|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading7style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading7}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content7|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content7style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content7}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading8|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading8style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading8}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content8|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content8style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content8}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading9|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading9style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading9}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content9|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content9style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content9}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading10|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading10style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading10}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content10|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content10style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content10}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading11|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading11style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading11}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content11|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content11style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content11}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading12|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading12style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading12}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content12|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content12style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content12}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading13|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading13style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading13}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content13|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content13style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content13}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading14|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading14style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading14}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content14|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content14style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content14}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading15|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading15style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading15}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content15|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content15style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content15}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading16|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading16style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading16}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content16|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content16style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content16}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading17|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading17style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading17}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content17|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content17style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content17}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading18|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading18style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading18}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content18|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content18style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content18}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading19|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading19style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading19}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content19|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content19style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content19}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading20|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading20style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading20}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content20|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content20style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content20}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading21|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading21style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading21}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content21|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content21style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content21}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading22|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading22style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading22}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content22|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content22style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content22}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading23|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading23style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading23}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content23|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content23style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content23}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading24|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading24style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading24}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content24|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content24style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content24}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading25|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading25style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading25}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content25|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content25style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content25}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading26|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading26style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading26}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content26|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content26style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content26}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading27|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading27style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading27}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content27|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content27style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content27}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading28|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading28style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading28}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content28|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content28style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content28}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading29|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading29style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading29}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content29|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content29style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content29}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading30|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading30style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading30}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content30|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content30style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content30}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading31|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading31style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading31}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content31|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content31style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content31}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading32|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading32style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading32}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content32|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content32style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content32}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading33|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading33style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading33}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content33|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content33style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content33}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading34|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading34style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading34}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content34|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content34style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content34}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if: {{{heading35|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th class=&amp;quot;{{{headingclass|}}}&amp;quot; style=&amp;quot;padding:0.1em;{{{basestyle|}}};{{{headingstyle|}}};{{{heading35style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{heading35}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}{{#if:&lt;br /&gt;
{{{content35|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;{{{contentclass|}}}&amp;quot; style=&amp;quot;padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content35style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{content35}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#if: {{{below|}}}&lt;br /&gt;
     |&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;{{{belowclass|}}}&amp;quot; style=&amp;quot;padding:0.3em 0.4em 0.3em;font-weight:bold;{{{belowstyle|}}}&amp;quot;&amp;gt;&lt;br /&gt;
{{{below}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{{child|}}}|yes||{{#switch:{{{navbar|{{{tnavbar|&amp;lt;noinclude&amp;gt;off&amp;lt;/noinclude&amp;gt;}}}}}}&lt;br /&gt;
     |none |off=&lt;br /&gt;
     |#default=&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;text-align:right;font-size:115%;{{{navbarstyle|{{{tnavbarstyle|}}}}}}&amp;quot;&amp;gt;{{navbar|{{{name|{{PAGENAME}}}}}|mini=1|fontstyle={{{navbarfontstyle|{{{tnavbarfontstyle|}}}}}}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;}}&lt;br /&gt;
&amp;lt;/table&amp;gt;}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!-- Please add categories and interwikis to the bottom of Template:Sidebar/doc, not here --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Flatlist/microformat&amp;diff=8314</id>
		<title>Template:Flatlist/microformat</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Flatlist/microformat&amp;diff=8314"/>
		<updated>2013-05-09T05:42:00Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: ro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;hlist&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation|content=A separate version of the flatlist template for use on the microformat documentation pages.}}&lt;br /&gt;
&lt;br /&gt;
[[ro:Format:Flatlist/microformat]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Documentation_subpage&amp;diff=8260</id>
		<title>Template:Documentation subpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Documentation_subpage&amp;diff=8260"/>
		<updated>2013-03-21T13:14:54Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: add support for module categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}}&lt;br /&gt;
  | &amp;lt;!-- doc page --&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;{{&lt;br /&gt;
    #ifeq: {{{doc-notice|show}}} | show&lt;br /&gt;
    | {{mbox&lt;br /&gt;
      | type = notice&lt;br /&gt;
      | image = [[File:Edit-copy green.svg|40px]]&lt;br /&gt;
      | text = &lt;br /&gt;
&#039;&#039;&#039;This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}&#039;&#039;&#039;.&amp;lt;br /&amp;gt;It contains usage information, [[Wikipedia:Categorization|categories]] and other content that is not part of the original {{ #if: {{{text2|}}} | {{{text2}}} | {{ #if: {{{text1|}}} | {{{text1}}} | {{ #ifeq: {{SUBJECTSPACE}} | {{ns:User}} | {{lc:{{SUBJECTSPACE}}}} template page | {{ #if: {{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}. &lt;br /&gt;
      }}&lt;br /&gt;
    }}{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}{{&lt;br /&gt;
    #if: {{{inhibit|}}}&lt;br /&gt;
    | &amp;lt;!-- skip --&amp;gt;&lt;br /&gt;
    | &amp;lt;includeonly&amp;gt;{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}|[[Category:{{&lt;br /&gt;
      #switch: {{SUBJECTSPACE}}&lt;br /&gt;
      | Template  = Template&lt;br /&gt;
      | Module  = Module&lt;br /&gt;
      | User      = User&lt;br /&gt;
      | #default  = Wikipedia&lt;br /&gt;
    }} documentation pages]]|[[Category:Documentation subpages without corresponding pages]]}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
  }}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
| &amp;lt;!-- if not on a /doc subpage, do nothing --&amp;gt;&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:High-risk&amp;diff=8266</id>
		<title>Template:High-risk</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:High-risk&amp;diff=8266"/>
		<updated>2013-03-20T14:36:58Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: add support for Lua modules&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ombox&lt;br /&gt;
| type = content&lt;br /&gt;
| text = &lt;br /&gt;
&#039;&#039;&#039;This {{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=Lua module&lt;br /&gt;
|#default=template&lt;br /&gt;
}} is used on [[Wikipedia:Database reports/Templates transcluded on the most pages|{{#if:{{{1|}}}|{{{1}}}|a very large number of}} pages]].&#039;&#039;&#039;&amp;lt;br /&amp;gt;To avoid large-scale disruption and unnecessary server load, any changes to this {{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=module&lt;br /&gt;
|#default=template&lt;br /&gt;
}} should first be tested in its [[{{#ifeq:{{SUBPAGENAME}}|doc| {{SUBJECTSPACE}}:{{BASEPAGENAME}} | {{SUBJECTPAGENAME}} }}/sandbox|/sandbox]] or [[{{#ifeq:{{SUBPAGENAME}}|doc| {{SUBJECTSPACE}}:{{BASEPAGENAME}} | {{SUBJECTPAGENAME}} }}/testcases|/testcases]] subpages{{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=.&lt;br /&gt;
|#default=, or in your own [[Wikipedia:Subpages#How to create user subpages|user space]].&lt;br /&gt;
}} The tested changes can then be added to this page in one single edit. Please consider discussing any changes on {{#if:{{{2|}}}|[[{{{2}}}]]|the [[{{#ifeq:{{SUBPAGENAME}}|doc| {{TALKSPACE}}:{{BASEPAGENAME}} | {{TALKPAGENAME}} }}|talk page]]}} before implementing them.&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:URL&amp;diff=8338</id>
		<title>Template:URL</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:URL&amp;diff=8338"/>
		<updated>2013-03-03T00:30:20Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Update to Lua version per protected edit request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:URL|url|1={{{1|}}}|2={{{2|}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Pp-meta&amp;diff=8278</id>
		<title>Template:Pp-meta</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Pp-meta&amp;diff=8278"/>
		<updated>2013-02-26T18:07:28Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Different positions for pc1 and pc2 padlocks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
  |move=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi |autoconfirmed           = autoconfirmed&lt;br /&gt;
        |administrator |full |sysop    = sysop&lt;br /&gt;
        |undefined                     = {{PROTECTIONLEVEL:move}}&lt;br /&gt;
        |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |sysop|yes|no&lt;br /&gt;
    }}&lt;br /&gt;
  |create=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi |autoconfirmed           = autoconfirmed&lt;br /&gt;
        |administrator |full |sysop    = sysop&lt;br /&gt;
        |undefined                     = {{PROTECTIONLEVEL:create}}&lt;br /&gt;
        |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |yes|no&lt;br /&gt;
    }}&lt;br /&gt;
  |pc1 =&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |pc1                           = autoconfirmed &amp;lt;!-- this is the value that the PENDINGCHANGELEVEL magic word returns for pc1 --&amp;gt;&lt;br /&gt;
        |undefined                     = {{PENDINGCHANGELEVEL}}&lt;br /&gt;
        |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |autoconfirmed&lt;br /&gt;
      |yes|no&lt;br /&gt;
    }}&lt;br /&gt;
  |pc2 =&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |pc2                           = review &amp;lt;!-- this is the value that the PENDINGCHANGELEVEL magic word returns for pc2 --&amp;gt;&lt;br /&gt;
        |undefined                     = {{PENDINGCHANGELEVEL}}&lt;br /&gt;
        |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |review&lt;br /&gt;
      |yes|no&lt;br /&gt;
    }}&lt;br /&gt;
|#default&amp;lt;!--includes all other types--&amp;gt;=&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#if:&lt;br /&gt;
      {{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
        |semi |autoconfirmed           = autoconfirmed&lt;br /&gt;
        |administrator |full |sysop    = sysop&lt;br /&gt;
        |undefined                     = {{PROTECTIONLEVEL:edit}}&lt;br /&gt;
        |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
   --&amp;gt;}}&lt;br /&gt;
      |{{#ifeq:{{#switch:{{lc:{{{disallowlevel|}}}}}&lt;br /&gt;
                 |semi |autoconfirmed           = autoconfirmed&lt;br /&gt;
                 |administrator |full |sysop    = sysop&lt;br /&gt;
                 |#default                      = &amp;lt;!--fallback value: null--&amp;gt;}}&lt;br /&gt;
         |{{#switch:{{lc:{{{demolevel|undefined}}}}}&lt;br /&gt;
            |semi |autoconfirmed           = autoconfirmed&lt;br /&gt;
            |administrator |full |sysop    = sysop&lt;br /&gt;
            |undefined                     = {{PROTECTIONLEVEL:edit}}&lt;br /&gt;
            |#default                      = &amp;lt;!--fallback value: null&lt;br /&gt;
       --&amp;gt;}}&lt;br /&gt;
         |no|yes&lt;br /&gt;
       }}&lt;br /&gt;
   |no}}&lt;br /&gt;
}}|yes|{{#ifeq:{{lc:{{{small|}}}}}|yes|&lt;br /&gt;
{{#switch:{{lc:{{{type}}}}} &lt;br /&gt;
  | pc1 | pc2 = &amp;lt;div class=&amp;quot;metadata topicon nopopups&amp;quot; id=&amp;quot;protected-icon&amp;quot; style=&amp;quot;display:none; right:25px;&amp;quot;&amp;gt; &lt;br /&gt;
  | #default = &amp;lt;div class=&amp;quot;metadata topicon nopopups&amp;quot; id=&amp;quot;protected-icon&amp;quot; style=&amp;quot;display:none; right:55px;&amp;quot;&amp;gt;&lt;br /&gt;
}}[[Image:{{{image|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=Padlock.svg&lt;br /&gt;
 |semi=Padlock-silver.svg&lt;br /&gt;
 |pc1=Padlock-silver-light.svg&lt;br /&gt;
 |pc2=Padlock-orange.svg&lt;br /&gt;
 |move=Padlock-olive.svg&lt;br /&gt;
 |indef=Padlock-red.svg&lt;br /&gt;
 |office=Padlock-black.svg&lt;br /&gt;
 |create=Padlock-skyblue.svg&lt;br /&gt;
 |#default=Transparent.gif&lt;br /&gt;
}}}}}|20px|link={{{icon-link|Wikipedia:Protection policy#{{lc:{{{type}}}}}}}}|{{{icon-text|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
|pc1 = All edits by unregistered and new users are subject to review&lt;br /&gt;
|pc2 = All edits by users who are not reviewers or administrators are subject to review&lt;br /&gt;
|#default = This {{pp-meta/pagetype}} is {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
  |semi=semi-&lt;br /&gt;
  |move=move-&lt;br /&gt;
  |indef=permanently&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  |create=creation-&lt;br /&gt;
  |office=&amp;lt;!--null, but should this have a special tag?--&amp;gt;&lt;br /&gt;
  |full&lt;br /&gt;
  |#default=&amp;lt;!--null--&amp;gt;&lt;br /&gt;
  }}protected&lt;br /&gt;
}}{{#ifeq:{{lc:{{{type}}}}}|indef||{{#if:{{{expiry|}}}|&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;until {{#time:F j, Y|{{{expiry}}}}}}}}}{{#if:{{{icon-reason|}}}|&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;{{{icon-reason}}}}}.}}}|alt=Page {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |pc1=protected with pending changes level 1&lt;br /&gt;
 |pc2=protected with pending changes level 2&lt;br /&gt;
 |semi=semi-protected&lt;br /&gt;
 |move=move-protected&lt;br /&gt;
 |indef=permanently protected&lt;br /&gt;
 |create=creation-protected&lt;br /&gt;
 |office=protected&amp;lt;!--should this have a special tag?--&amp;gt;&lt;br /&gt;
 |full&lt;br /&gt;
 |#default=protected&lt;br /&gt;
}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;!-- else, not small --&amp;gt;&lt;br /&gt;
{{mbox &lt;br /&gt;
| name = {{{name|Pp-meta}}}&lt;br /&gt;
| subst = {{{subst|}}}&lt;br /&gt;
| demospace = {{{demospace|}}}&lt;br /&gt;
| type = protection&lt;br /&gt;
| image = [[Image:{{{image|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=Padlock.svg&lt;br /&gt;
 |semi=Padlock-silver.svg&lt;br /&gt;
 |pc1=Padlock-silver-light.svg&lt;br /&gt;
 |pc2=Padlock-orange.svg&lt;br /&gt;
 |move=Padlock-olive.svg&lt;br /&gt;
 |indef=Padlock-red.svg&lt;br /&gt;
 |office=Padlock-black.svg&lt;br /&gt;
 |create=Padlock-skyblue.svg&lt;br /&gt;
 |#default=Transparent.gif&lt;br /&gt;
}}}}}|40px|{{{icon-text|This page is {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |pc1=protected with pending changes level 1&lt;br /&gt;
 |pc2=protected with pending changes level 2&lt;br /&gt;
 |semi=semi-protected&lt;br /&gt;
 |move=move-protected&lt;br /&gt;
 |indef=permanently protected&lt;br /&gt;
 |create=creation-protected&lt;br /&gt;
 |office=protected&amp;lt;!--should this have a special tag?--&amp;gt;&lt;br /&gt;
 |full&lt;br /&gt;
 |#default=protected&lt;br /&gt;
}}.}}}]]&lt;br /&gt;
| text = &#039;&#039;&#039;{{{reason-text|{{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full=This page is currently [[Wikipedia:This page is protected|protected]] from editing&lt;br /&gt;
 |semi=Editing of this {{pp-meta/pagetype}} by [[Wikipedia:User access levels#Autoconfirmed_users|new]] or [[Wikipedia:User access levels#Anonymous_users|unregistered]] users is currently [[Wikipedia:Protection policy|disabled]]&lt;br /&gt;
 |pc1=All edits made to this {{pp-meta/pagetype}} by [[Wikipedia:User access levels#Autoconfirmed_users|new]] or [[Wikipedia:User access levels#Anonymous_users|unregistered]] users are currently [[Wikipedia:Pending changes|subject to review]]&lt;br /&gt;
 |pc2=All edits made to this {{pp-meta/pagetype}} by users who are not [[Wikipedia:Reviewing|reviewers]] or [[Wikipedia:Administrators|administrators]] are currently [[Wikipedia:Pending changes|subject to review]]&lt;br /&gt;
 |move=This {{pp-meta/pagetype}} is currently [[Wikipedia:This page is protected|protected]] from [[Help:Moving a page|page moves]]&lt;br /&gt;
 |indef=This page is [[Wikipedia:This page is protected|protected]] from editing &#039;&#039;indefinitely&#039;&#039;&lt;br /&gt;
 |office=This {{pp-meta/pagetype}} is currently [[Wikipedia:This page is protected|protected]] from editing&lt;br /&gt;
 |create=[[Help:Starting a new page|Recreation]] of this {{pp-meta/pagetype}} [[Wikipedia:This page is protected|has been disabled]]&lt;br /&gt;
}}{{#ifeq:{{lc:{{{type}}}}}|indef||{{#if:{{{expiry|}}}|&amp;amp;#32;until {{#time:F j, Y|{{{expiry}}}}}}}}}{{{reason&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}}.}}}&#039;&#039;&#039;&amp;lt;br /&amp;gt; {{{explanation-text|{{#ifeq:{{lc:{{{dispute}}}}}|yes|This protection is &#039;&#039;&#039;not&#039;&#039;&#039; an endorsement of the {{#ifeq:{{{type}}}|move|[{{fullurl:Special:Log|type=move&amp;amp;page={{FULLPAGENAMEE}}}} current title]|[{{fullurl:{{FULLPAGENAMEE}}|action=history}} current version]}}.}} See the [[Wikipedia:Protection policy|protection policy]] and [{{fullurl:Special:Log|type={{#switch:{{lc:{{{type}}}}} | pc1 | pc2 = stable | #default = protect }}&amp;amp;page={{FULLPAGENAMEE}}}} {{#switch:{{lc:{{{type}}}}} | pc1 | pc2 = pending changes | #default = protection }} log] for more details. {{#switch:{{lc:{{{type}}}}}&lt;br /&gt;
 |full|indef=Please discuss any changes on the [[{{TALKPAGENAME}}#{{#if:{{{section|}}}|{{{section}}}|top}}|talk page]]; you may use the {{tlx|editprotected}} template to ask an [[Wikipedia:Administrator|administrator]] to make an edit if it is supported by [[Wikipedia:Consensus|consensus]]. {{#ifeq:{{NAMESPACE}}|{{ns:8}}&amp;lt;!--MediaWiki--&amp;gt;||You may also [[Wikipedia:Requests for page protection|request]] that this page be unprotected.}}&lt;br /&gt;
 |semi=If you cannot edit this {{pp-meta/pagetype}} and you wish to make a change, you can {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}||[[Template:Editsemiprotected|request an edit]], [[{{TALKPAGENAME}}|discuss changes on the talk page]],}} [[Wikipedia:Requests for page protection#Current requests for unprotection|request unprotection]], [[Special:Userlogin|log in]], or [[Special:UserLogin/signup|create an account]].&lt;br /&gt;
 |move=The page may still be edited but cannot be moved until unprotected. Please discuss any suggested moves on the [[{{TALKPAGENAME}}|talk page]] or at [[Wikipedia:Requested moves]].  You can also [[Wikipedia:Requests for page protection|request]] that the page be unprotected.  &lt;br /&gt;
 |office=If you can edit this page, please discuss all changes and additions on the [[{{TALKPAGENAME}}|talk page]] first. &#039;&#039;&#039;Do not remove protection from this page unless you are authorized by the Wikimedia Foundation to do so.&#039;&#039;&#039;&lt;br /&gt;
 |create=Please see the {{#if:{{{xfd|}}}|&#039;&#039;&#039;[[{{{xfd}}}|deletion discussion]]&#039;&#039;&#039; or the}} [{{fullurl:Special:Log|type=delete&amp;amp;page={{FULLPAGENAMEE}}}} deletion log] for details of why this page was deleted. If you would like to create a page at this title, you must first [[Wikipedia:Requests for page protection|request]] for it to be unprotected, or contact the administrator who deleted the page for the deleted material to be restored. If unsuccessful, you can use [[Wikipedia:Deletion review|deletion review]].&lt;br /&gt;
}}}}}&lt;br /&gt;
}}&lt;br /&gt;
}}|&amp;lt;includeonly&amp;gt;[[Category:Wikipedia pages with incorrect protection templates]]&amp;lt;/includeonly&amp;gt;}}&amp;lt;!--End if small--&amp;gt;&amp;lt;includeonly&amp;gt;{{#ifeq:{{lc:{{{categories|no}}}}}|no||{{{categories|}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Para&amp;diff=8276</id>
		<title>Template:Para</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Para&amp;diff=8276"/>
		<updated>2013-02-18T14:11:52Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: move the style=&amp;quot;white-space:nowrap;&amp;quot; to outermost level, per Template talk:Para#Suggested changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;{{#if:{{{1|}}}|{{{1}}}&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;}}{{{2|}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!--Categories and interwikis go near the bottom of the /doc subpage.--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Em&amp;diff=8312</id>
		<title>Template:Em</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Em&amp;diff=8312"/>
		<updated>2013-01-05T12:50:56Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Reverted edits by 82.14.248.35 (talk) to last version by SMcCandlish&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;em {{#if:{{{class|}}}|class=&amp;quot;{{{class}}}&amp;quot;}} {{#if:{{{id|}}}|id=&amp;quot;{{{id}}}&amp;quot;}} {{#if:{{{style|}}}|style=&amp;quot;{{{style}}}&amp;quot;}} {{#if:{{{title|}}}|title=&amp;quot;{{{title}}}&amp;quot;}}&amp;gt;{{{1}}}&amp;lt;/em&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add cats and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Distinguish&amp;diff=8244</id>
		<title>Template:Distinguish</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Distinguish&amp;diff=8244"/>
		<updated>2012-11-18T07:30:44Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: right, I&amp;#039;m still an idiot =P&amp;amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Hatnote|Not to be confused with [[:{{{1}}}]]{{&lt;br /&gt;
    #if: {{{3|}}}{{{4|}}}&lt;br /&gt;
    | , [[:{{{2}}}]], {{&lt;br /&gt;
      #if: {{{4|}}}&lt;br /&gt;
      | [[:{{{3}}}]], or [[:{{{4}}}]]&lt;br /&gt;
      | or [[:{{{3}}}]]&lt;br /&gt;
    }}&lt;br /&gt;
    | {{&lt;br /&gt;
      #if: {{{2|}}}&lt;br /&gt;
      | &amp;amp;nbsp;or [[:{{{2}}}]]&lt;br /&gt;
    }}&lt;br /&gt;
  }}.}}&amp;lt;noinclude&amp;gt;&amp;lt;!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Mbox&amp;diff=8296</id>
		<title>Template:Mbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Mbox&amp;diff=8296"/>
		<updated>2012-06-19T19:47:59Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: pass name for benefit of ambox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
  {{namespace detect &lt;br /&gt;
  | demospace = {{{demospace|}}}&lt;br /&gt;
  | main      = ambox&lt;br /&gt;
  | talk      = tmbox&lt;br /&gt;
  | file      = imbox&lt;br /&gt;
  | category  = cmbox&lt;br /&gt;
  | other     = ombox&lt;br /&gt;
  }}&lt;br /&gt;
| type       = {{{type|}}}&lt;br /&gt;
| image      = {{{image|}}}&lt;br /&gt;
| imageright = {{{imageright|}}}&lt;br /&gt;
| class      = {{{class|}}}&lt;br /&gt;
| style      = {{{style|}}}&lt;br /&gt;
| textstyle  = {{{textstyle|}}}&lt;br /&gt;
| text       = {{{text}}}&lt;br /&gt;
| small      = {{{small|}}}&lt;br /&gt;
| smallimage = {{{smallimage|}}}&lt;br /&gt;
| smallimageright = {{{smallimageright|}}}&lt;br /&gt;
| smalltext  = {{{smalltext|}}}&lt;br /&gt;
| subst      = {{{subst|}}}&lt;br /&gt;
| date       = {{{date|}}}&lt;br /&gt;
| name       = {{{name|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Person_infobox_header&amp;diff=8328</id>
		<title>Template:Person infobox header</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Person_infobox_header&amp;diff=8328"/>
		<updated>2012-04-16T03:51:03Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: avoid redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{tmbox|type=content|text=The design and content of biographical infoboxes should follow Wikipedia&#039;s [[WP:V|verifiability policy]], [[WP:Manual of Style (infoboxes)|infobox style guideline]] and [[WP:Manual of Style (biographies)|biographical style guideline]]. For a living person, [[wp:BLP|more stringent rules]] apply. While this document may clarify details of their specific application to the infobox, it is primarily concerned with explaining usage and not with matters of Wikipedia policy and style.}}&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Birth_date_and_age&amp;diff=8308</id>
		<title>Template:Birth date and age</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Birth_date_and_age&amp;diff=8308"/>
		<updated>2012-03-15T23:06:13Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: update as per request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;bday&amp;quot;&amp;gt;{{{1|{{{year}}}}}}-{{padleft:{{{2|{{{month}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;{{#if:{{{df|}}}|{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}}|{{MONTHNAME|{{{2|{{{month}}}}}}}} {{#expr:{{{3|{{{day}}}}}}}},}} {{{1|{{{year}}}}}}&amp;lt;span class=&amp;quot;noprint ForceAgeToShow&amp;quot;&amp;gt; (age&amp;amp;nbsp;{{age | {{{1|{{{year}}}}}} | {{{2|{{{month}}}}}} | {{{3|{{{day}}}}}} }})&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Documentation&amp;diff=8246</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Documentation&amp;diff=8246"/>
		<updated>2012-03-15T21:57:40Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: add new parameter, per talk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
  Automatically add {{template sandbox notice}} when on a /sandbox page.&lt;br /&gt;
--&amp;gt;{{#ifeq: {{SUBPAGENAME}} | sandbox&lt;br /&gt;
| &amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;{{template sandbox notice|{{{livepage|}}}}}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  Automatically add {{pp-template}} to protected templates.&lt;br /&gt;
--&amp;gt;{{template other&lt;br /&gt;
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop&lt;br /&gt;
  | {{pp-template|docusage=yes}}&lt;br /&gt;
  | {{#if: {{PROTECTIONLEVEL:edit}}&lt;br /&gt;
    | {{pp-template|docusage=yes}}&lt;br /&gt;
    | &amp;lt;!--Not protected, or only semi-move-protected--&amp;gt;&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  Start of green doc box.&lt;br /&gt;
--&amp;gt;{{documentation/start box2&lt;br /&gt;
| preload = {{{preload|}}}   &amp;lt;!--Allow custom preloads--&amp;gt;&lt;br /&gt;
| heading = {{{heading|¬}}}   &amp;lt;!--Empty but defined means no header--&amp;gt;&lt;br /&gt;
| heading-style = {{{heading-style|}}}&lt;br /&gt;
| content = {{{content|}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Some namespaces must have the /doc, /sandbox and /testcases &lt;br /&gt;
    in talk space--&amp;gt;&lt;br /&gt;
| docspace = {{documentation/docspace}}&lt;br /&gt;
&lt;br /&gt;
| 1 = {{{1|}}}   &amp;lt;!--Other docname, if fed--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--The namespace is added in /start box2--&amp;gt;&lt;br /&gt;
| template page = {{documentation/template page}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!-- Start content --&amp;gt;&amp;lt;!--&lt;br /&gt;
  Start load the /doc content:&lt;br /&gt;
  Note: The line breaks between this comment and the next line are necessary&lt;br /&gt;
  so  &amp;quot;=== Headings ===&amp;quot; at the start and end of docs are interpreted.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{#switch: {{#if:{{{content|}}}|1|0}}{{#if:{{{1|}}}|1|0}}{{#ifexist:{{{1|}}}|1|0}}{{#ifexist:{{documentation/docspace}}:{{documentation/template page}}/doc|1|0}}&lt;br /&gt;
| 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 &lt;br /&gt;
| 1111 = {{{content|}}}&lt;br /&gt;
| 0110 | 0111 = {{ {{{1}}} }}&lt;br /&gt;
| 0001 | 0011 = {{ {{documentation/docspace}}:{{documentation/template page}}/doc }}&lt;br /&gt;
| 0000 | 0100 | 0010 | 0101 = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  End load the /doc content:&lt;br /&gt;
  Note: The line breaks between this comment and the previous line are necessary&lt;br /&gt;
  so  &amp;quot;=== Headings ===&amp;quot; at the start and end of docs are interpreted.&lt;br /&gt;
--&amp;gt;{{documentation/end box2&lt;br /&gt;
| preload = {{{preload|}}}   &amp;lt;!--Allow custom preloads--&amp;gt;&lt;br /&gt;
| content = {{{content|}}}&lt;br /&gt;
| link box = {{{link box|}}}   &amp;lt;!--So &amp;quot;link box=off&amp;quot; works--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Some namespaces must have the /doc, /sandbox and /testcases &lt;br /&gt;
    in talk space--&amp;gt;&lt;br /&gt;
| docspace = {{documentation/docspace}}&lt;br /&gt;
&lt;br /&gt;
| 1 = {{{1|}}}   &amp;lt;!--Other docname, if fed--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--The namespace is added in /end box2--&amp;gt;&lt;br /&gt;
| template page = {{documentation/template page}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  End of green doc box&lt;br /&gt;
--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Navbar&amp;diff=8268</id>
		<title>Template:Navbar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Navbar&amp;diff=8268"/>
		<updated>2012-02-24T13:06:35Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Use CSS class for small-caps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;noprint plainlinks hlist navbar {{#if:{{{mini|}}}|mini}}&amp;quot; style=&amp;quot;{{{style|}}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{mini|}}}{{{plain|}}}|&amp;lt;!--nothing--&amp;gt;|&amp;lt;!--else:&lt;br /&gt;
--&amp;gt;&amp;lt;span style=&amp;quot;word-spacing:0;{{{fontstyle|}}}&amp;quot;&amp;gt;{{{text|This box:}}} &amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{brackets|}}}|&amp;lt;span style=&amp;quot;margin-right:-0.125em;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#91;&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;li class=&amp;quot;nv-view&amp;quot;&amp;gt;[[{{transclude|{{{1}}}}}|&amp;lt;span title=&amp;quot;View this template&amp;quot; &amp;lt;!--&lt;br /&gt;
--&amp;gt;style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;{{#if:{{{mini|}}}|v|view}}&amp;lt;/span&amp;gt;]]&amp;lt;/li&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;li class=&amp;quot;nv-talk&amp;quot;&amp;gt;[[{{TALKPAGENAME:{{transclude|{{{1}}}}}}}|&amp;lt;span title=&amp;quot;Discuss this template&amp;quot; &amp;lt;!--&lt;br /&gt;
--&amp;gt;style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;{{#if:{{{mini|}}}|t|talk}}&amp;lt;/span&amp;gt;]]&amp;lt;/li&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{noedit|}}}|&amp;lt;!--nothing--&amp;gt;|&amp;lt;!--else:&lt;br /&gt;
--&amp;gt;&amp;lt;li class=&amp;quot;nv-edit&amp;quot;&amp;gt;[{{fullurl:{{transclude|{{{1}}}}}|action=edit}} &amp;lt;span title=&amp;quot;Edit this template&amp;quot; &amp;lt;!--&lt;br /&gt;
--&amp;gt;style=&amp;quot;{{{fontstyle|}}}&amp;quot;&amp;gt;{{#if:{{{mini|}}}|e|edit}}&amp;lt;/span&amp;gt;]&amp;lt;/li&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;{{#if:{{{brackets|}}}|&amp;lt;span style=&amp;quot;margin-left:-0.125em;{{{fontstyle|}}}&amp;quot;&amp;gt;&amp;amp;#93;&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Ombox&amp;diff=8272</id>
		<title>Template:Ombox</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Ombox&amp;diff=8272"/>
		<updated>2011-11-30T10:52:21Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Add class parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{small|}}}|yes&lt;br /&gt;
| {{ombox/core&lt;br /&gt;
  | small = yes&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}&lt;br /&gt;
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}&lt;br /&gt;
  | class = {{{class|}}}&lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}&lt;br /&gt;
  }}&lt;br /&gt;
| {{ombox/core&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{{image|}}}&lt;br /&gt;
  | imageright = {{{imageright|}}} &lt;br /&gt;
  | class = {{{class|}}}&lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{{text}}}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Nowrap&amp;diff=8270</id>
		<title>Template:Nowrap</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Nowrap&amp;diff=8270"/>
		<updated>2011-11-25T01:55:12Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: use nowrap class&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!--interwikis/categories go inside doc--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:For&amp;diff=8316</id>
		<title>Template:For</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:For&amp;diff=8316"/>
		<updated>2011-10-24T00:24:51Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Hatnote|For {{#if:{{{1|}}}|{{{1}}}|other uses}}, see [[:{{{2|{{PAGENAME}} (disambiguation)}}}]]{{#if:{{{3|}}}|{{#if:{{{4|}}}|, [[:{{{3}}}]], {{#if:{{{5|}}}|[[:{{{4}}}]], and [[:{{{5}}}]]|and [[:{{{4}}}]]}}|&amp;amp;#32;and [[:{{{3}}}]]}}}}.}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=7684</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=7684"/>
		<updated>2011-10-06T13:13:49Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background-color: #f6f6f6; float: right; margin: 0 0 6px 6px; padding: 6px; width: 400px;&amp;quot;&amp;gt;What are you looking for?&lt;br /&gt;
*[[YSTV People|Find out about the people who make it all happen]]&lt;br /&gt;
*[[YSTV Timeline|Get an overview of the important events in YSTV&#039;s history]]&lt;br /&gt;
*[[YSTV Productions|Learn about what happens on screen]]&lt;br /&gt;
*[[YSTV Technicals|Learn about what happens off screen]]&lt;br /&gt;
*[[History Wiki:News|Information about changes on this wiki]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Welcome to the YSTV History Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This site is an attempt to gather as much information about YSTV&#039;s history as we can, by throwing it open to you the members, ex-members, friends and admirers! Please do add information, images and stories, please do read and enjoy and please do get in touch. It was started on our [[40th Birthday]].&lt;br /&gt;
&lt;br /&gt;
The usual rules of a wiki apply (I&#039;m sure you&#039;ve all used [http://en.wikipedia.org/ Wikipedia]). Basically, no untruths, no slander, no nastiness. If you&#039;re not sure about something (hazy memory?!) mark it clearly and someone else might be able to confirm for you. If you have particular information requests, make a page with a request and someone might just help you out. Most of all, enjoy!&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
Never been to a wiki before? See our [[Help:QuickStart|quickstart guide]], or read about how to write [[History Wiki:Your First Article|your first article]].&lt;br /&gt;
&lt;br /&gt;
Requests and related information…&lt;br /&gt;
&lt;br /&gt;
* We have lots of photos from the station, but most of them don&#039;t say what or who they are of. [[Unknown Photos|Have a look]]!&lt;br /&gt;
* Want to know something? &#039;&#039;&#039;[[Information Requests|Ask away…]]&#039;&#039;&#039;&lt;br /&gt;
* Introduce &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;] links pointing to any &#039;&#039;&#039;[[Special:LonelyPages|orphaned pages]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Current Productions ==&lt;br /&gt;
&lt;br /&gt;
At the moment, we’re dealing with [[Man Man]], [[The sound Lab]], [[The Ultimate Challenge]], [[Past to Present]] and [[The York Link]].&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=7681</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=7681"/>
		<updated>2011-09-30T02:45:47Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background-color: #f6f6f6; float: right; margin: 0 0 6px 6px; padding: 6px; width: 400px;&amp;quot;&amp;gt;What are you looking for?&lt;br /&gt;
*[[YSTV People|Find out about the people who make it all happen]]&lt;br /&gt;
*[[YSTV Timeline|Get an overview of the important events in YSTV&#039;s history]]&lt;br /&gt;
*[[YSTV Productions|Learn about what happens on screen]]&lt;br /&gt;
*[[YSTV Technicals|Learn about what happens off screen]]&lt;br /&gt;
*[[History Wiki:News|Information about changes on this wiki]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Welcome to the YSTV History Wiki!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This site is an attempt to gather as much information about YSTV&#039;s history as we can, by throwing it open to you the members, ex-members, friends and admirers! Please do add information, images and stories, please do read and enjoy and please do get in touch. It was started on our [[40th Birthday]].&lt;br /&gt;
&lt;br /&gt;
The usual rules of a wiki apply (I&#039;m sure you&#039;ve all used [http://en.wikipedia.org/ Wikipedia]). Basically, no untruths, no slander, no nastiness. If you&#039;re not sure about something (hazy memory?!) mark it clearly and someone else might be able to confirm for you. If you have particular information requests, make a page with a request and someone might just help you out. Most of all, enjoy!&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
Never been to a wiki before? See our [[Help:QuickStart|quickstart guide]], or read about how to write [[History Wiki:Your First Article|your first article]].&lt;br /&gt;
&lt;br /&gt;
Requests and related information…&lt;br /&gt;
&lt;br /&gt;
* We have lots of photos from the station, but most of them don&#039;t say what or who they are of. [[Unknown Photos|Have a look]]!&lt;br /&gt;
* Want to know something? &#039;&#039;&#039;[[Information Requests|Ask away…]]&#039;&#039;&#039;&lt;br /&gt;
* Introduce links pointing to any &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;] &#039;&#039;&#039;[[Special:LonelyPages|orphaned pages]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Current Productions ==&lt;br /&gt;
&lt;br /&gt;
At the moment, we’re dealing with [[Man Man]], [[The sound Lab]], [[The Ultimate Challenge]], [[Past to Present]] and [[The York Link]].&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Hatnote&amp;diff=8264</id>
		<title>Template:Hatnote</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Hatnote&amp;diff=8264"/>
		<updated>2011-09-13T14:42:30Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: moved Template:Dablink to Template:Hatnote over redirect: per move request; see talk page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;dablink&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=6378</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Main_Page&amp;diff=6378"/>
		<updated>2011-07-10T15:44:24Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&amp;lt;center&amp;gt;&amp;lt;/center&amp;gt;==&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;center&amp;gt;[http://siteslocate.com/red.php?v=zr4MjE3fHwxMzEwMjg4NDMzfHwxOTUyfHwoRU5HSU5FKSBNZWRpYVdpa2k%3D&amp;amp;s= &amp;lt;big&amp;gt;&#039;&#039;&#039;&amp;lt;u&amp;gt;&amp;lt;/u&amp;gt;&#039;&#039;&#039;&amp;lt;/big&amp;gt;]&amp;lt;/center&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====  ====&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
** &lt;br /&gt;
*** &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====  =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
  721761cfd1  &lt;br /&gt;
&lt;br /&gt;
====== External links ======&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org Wikipedia]&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=MediaWiki:Mainsite-url&amp;diff=5445</id>
		<title>MediaWiki:Mainsite-url</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=MediaWiki:Mainsite-url&amp;diff=5445"/>
		<updated>2011-01-13T00:08:46Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Domain change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://ystv.co.uk/&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Richard_McLoughlin&amp;diff=5732</id>
		<title>Richard McLoughlin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Richard_McLoughlin&amp;diff=5732"/>
		<updated>2011-01-10T16:38:37Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Documentation/docspace&amp;diff=8248</id>
		<title>Template:Documentation/docspace</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Documentation/docspace&amp;diff=8248"/>
		<updated>2010-11-13T23:42:41Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Protected Template:Documentation/docspace: Highly visible template: Will be used by Template:Documentation ([edit=sysop] (indefinite) [move=sysop] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{SUBJECTSPACE}}&lt;br /&gt;
  | {{ns:0}}&lt;br /&gt;
  | {{ns:File}}&lt;br /&gt;
  | {{ns:MediaWiki}}&lt;br /&gt;
  | {{ns:Category}} = {{TALKSPACE}}&lt;br /&gt;
  | #default = {{SUBJECTSPACE}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation|content=&lt;br /&gt;
This subtemplate of {{tl|documentation}} is used to determine the namespace of the documentation page.&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Documentation/template_page&amp;diff=8258</id>
		<title>Template:Documentation/template page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Documentation/template_page&amp;diff=8258"/>
		<updated>2010-11-13T23:41:37Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Protected Template:Documentation/template page: Highly visible template: Will be used by Template:Documentation ([edit=sysop] (indefinite) [move=sysop] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{SUBPAGENAME}}&lt;br /&gt;
| sandbox&lt;br /&gt;
| testcases = {{BASEPAGENAME}}&lt;br /&gt;
| #default = {{PAGENAME}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation|content=&lt;br /&gt;
This subtemplate of {{tl|documentation}} is used to determine the template page name.&lt;br /&gt;
}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Matt_Gray&amp;diff=4601</id>
		<title>Matt Gray</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Matt_Gray&amp;diff=4601"/>
		<updated>2010-11-07T02:09:57Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:People|Gray]]&lt;br /&gt;
&lt;br /&gt;
===Officerships held===&lt;br /&gt;
&lt;br /&gt;
* [[Scheduling Manager]] (autumn 2006)&lt;br /&gt;
* [[Network Engineer]] (with [[David Furey]]) (2007AGM - 2008AGM)&lt;br /&gt;
* [[Web Designer]] (2008AGM - 2009AGM) - came up with the base design for the &#039;08 overhaul (attempt 2) &lt;br /&gt;
&lt;br /&gt;
(Also Chief Engineer of URY, June 2006 - March 2008)&lt;br /&gt;
&lt;br /&gt;
The last crusader of the Rediffusion wiring based campus distribution network. &lt;br /&gt;
&lt;br /&gt;
Now works in radio, and is happy to answer any ystv history questions. (contact via website)&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
Website: http://www.mattg.co.uk&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Br_separated_entries&amp;diff=8310</id>
		<title>Template:Br separated entries</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Br_separated_entries&amp;diff=8310"/>
		<updated>2010-10-29T01:34:04Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Add safesubst&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{1|}}}{{{{{|safesubst:}}}#if:{{{1|}}}|{{{{{|safesubst:}}}#if:{{{2|}}}{{{3|}}}|&amp;lt;br /&amp;gt;}}}}{{{2|}}}{{{{{|safesubst:}}}#if:{{{2|}}}|{{{{{|safesubst:}}}#if:{{{3|}}}|&amp;lt;br /&amp;gt;}}}}{{{3|}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Man_Man_cast&amp;diff=5738</id>
		<title>Man Man cast</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Man_Man_cast&amp;diff=5738"/>
		<updated>2010-10-15T08:40:54Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Created page with &amp;#039;A lot of people have been involved in Man Man, so we&amp;#039;ve listed them all here. &amp;#039;&amp;#039;&amp;#039;As with all credits, spoilers abound.&amp;#039;&amp;#039;&amp;#039;  == Episode 1: Breaking Convention == {| border=1  |...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lot of people have been involved in [[Man Man]], so we&#039;ve listed them all here. &#039;&#039;&#039;As with all credits, spoilers abound.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Episode 1: Breaking Convention ==&lt;br /&gt;
{| border=1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Alex Balmer]]&lt;br /&gt;
| Professor Bitchtits&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Tom Barker&lt;br /&gt;
| Sword Salesman&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=2 |[[Madeleine Brown]]&lt;br /&gt;
| Gateau Lady&lt;br /&gt;
|-&lt;br /&gt;
| Amanda Neeson&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Anna Bucks]]&lt;br /&gt;
| Geri Balls&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Mike Chislett]]&lt;br /&gt;
| Telekenetic Jeff&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=4 |[[Mark Friend]]&lt;br /&gt;
| Man Man / Manfred Manning&lt;br /&gt;
|-&lt;br /&gt;
| Sidney Tiffin&lt;br /&gt;
|-&lt;br /&gt;
| Captain Fantastic&lt;br /&gt;
|-&lt;br /&gt;
| Narrator&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=2 |[[Simon Harris]]&lt;br /&gt;
| Edwin Swyft&lt;br /&gt;
|-&lt;br /&gt;
| Ugly Man&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Vivan Jayant]]&lt;br /&gt;
| Mega Pimp&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Simon Jones]]&lt;br /&gt;
| Radioactive Man&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Alex Muller]]&lt;br /&gt;
| Hench Man&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Tim Neate]]&lt;br /&gt;
| Johnny Johnston&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Fionna Tod]]&lt;br /&gt;
| Passer-By&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Man_Man&amp;diff=5591</id>
		<title>Man Man</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Man_Man&amp;diff=5591"/>
		<updated>2010-10-15T07:58:50Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Brought hella up-to-date now that all 3 eps have been filmed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Production Info&lt;br /&gt;
   |name=Man Man&lt;br /&gt;
   |logofile=Man-Man.jpg&lt;br /&gt;
   |genre=Comedy&lt;br /&gt;
   |start date=2009&lt;br /&gt;
   |producers=[[Mark Friend]]&amp;lt;br /&amp;gt;[[Simon Harris]]&lt;br /&gt;
   |url=http://ystv.co.uk/watch/Man-Man/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A fucking awesome show (patent pending). Man Man is a comedy superhero drama created by [[Mark Friend]] concerning a superhero with the power of two men. The 3-episode series was produced for YSTV by Mark and [[Simon Harris]].&lt;br /&gt;
&lt;br /&gt;
A shortened edit of Episode 1 won Highly Commended Comedy at [[NaSTA]] 2010.&lt;br /&gt;
&lt;br /&gt;
==No Children - Children in Need 2009 special==&lt;br /&gt;
A special episode was done for [[Children In Need 2009]] with a Dr Seuss style poem. This promoted that the first episode would be ready by Christmas (it wasn&#039;t).&lt;br /&gt;
&lt;br /&gt;
Written, starring, filmed, edited and produced by [[Mark Friend]] and [[Simon Harris]] with filming assistance from [[Alex Muller]].&lt;br /&gt;
&lt;br /&gt;
==Episode 1: Breaking Convention==&lt;br /&gt;
&lt;br /&gt;
A deadly attack decimating the world&#039;s superheroes throws Man Man into a sudden state of responsibility, including retrieving an old lady&#039;s precious &amp;lt;s&amp;gt;cake&amp;lt;/s&amp;gt;gateau. Newsreader Edwin Swyft gets more than he bargained for when things turn sour at the local TV station.&lt;br /&gt;
&lt;br /&gt;
[[File:Man Man and Gateau Lady 2009-11-10.jpg|thumb|left|[[Mark Friend]] &amp;amp; [[Madeleine Brown]]]]&lt;br /&gt;
Filming began 10th November 2009 in the Quiet Place by Heslington Hall. It didn&#039;t finish until the end of March 2010 due to a number of things holding the producers up - degrees, [[Children In Need 2009]], NaSTA editing, and that goshdarn Christmas. However, Episode 1 was finally released to the masses on 16th April 2010.&lt;br /&gt;
&lt;br /&gt;
==Episode 2==&lt;br /&gt;
&lt;br /&gt;
Was written and filmed alongside Episode 3 between May and September 2010. Currently being edited by [[Simon Harris]] from a small bunker in the Arctic Circle. Rumours suggest a key role by YUM Chair [[Chris Young]], and the return of a familiar foe.&lt;br /&gt;
&lt;br /&gt;
==Episode 3==&lt;br /&gt;
&lt;br /&gt;
Written and filmed alongside Episode 2, and also waiting in line at the Artic Editing Bunker.&lt;br /&gt;
&lt;br /&gt;
===Cast===&lt;br /&gt;
&lt;br /&gt;
See [[Man Man cast]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{YSTV Productions}}&lt;br /&gt;
[[Category:Productions]]&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Namespace_detect&amp;diff=8298</id>
		<title>Template:Namespace detect</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Namespace_detect&amp;diff=8298"/>
		<updated>2010-10-04T18:40:00Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}} since included in {{documentation}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  {{lc:               &amp;lt;!--Lower case the result--&amp;gt;&lt;br /&gt;
    &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
    {{#if:{{{demospace|}}} &lt;br /&gt;
    | {{{demospace}}}&lt;br /&gt;
    | {{#if:{{{page|}}} &lt;br /&gt;
      | &amp;lt;!--Detect the namespace in the &amp;quot;page&amp;quot; parameter--&amp;gt;&lt;br /&gt;
        {{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }}&lt;br /&gt;
        | talk&lt;br /&gt;
        | {{SUBJECTSPACE:{{{page}}} }} &lt;br /&gt;
        }}&lt;br /&gt;
      | &amp;lt;!--No &amp;quot;demospace&amp;quot; or &amp;quot;page&amp;quot; parameters, so detect actual namespace--&amp;gt;&lt;br /&gt;
        {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}&lt;br /&gt;
        | talk&lt;br /&gt;
        | {{SUBJECTSPACE}} &lt;br /&gt;
        }}&lt;br /&gt;
      }}&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
&amp;lt;!-- Only one of the lines below will be executed --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Respecting empty parameters on purpose --&amp;gt;&lt;br /&gt;
| main        &amp;lt;!--&amp;quot;demospace=main&amp;quot; or {{SUBJECTSPACE}}={{ns:0}}=&amp;quot;&amp;quot;--&amp;gt;&lt;br /&gt;
|           = {{{main| {{{other|}}} }}}&lt;br /&gt;
| talk      = {{{talk| {{{other|}}} }}}&lt;br /&gt;
| user      = {{{user| {{{other|}}} }}}&lt;br /&gt;
| wikipedia = {{{wikipedia| {{{other|}}} }}}&lt;br /&gt;
| file&lt;br /&gt;
| image     = {{{file| {{{image| {{{other|}}} }}} }}}&lt;br /&gt;
| mediawiki = {{{mediawiki| {{{other|}}} }}}&lt;br /&gt;
| template  = {{{template| {{{other|}}} }}}&lt;br /&gt;
| help      = {{{help| {{{other|}}} }}}&lt;br /&gt;
| category  = {{{category| {{{other|}}} }}}&lt;br /&gt;
| portal    = {{{portal| {{{other|}}} }}}&lt;br /&gt;
| book      = {{{book| {{{other|}}} }}}&lt;br /&gt;
| other&lt;br /&gt;
| #default  = {{{other|}}}   &amp;lt;!--&amp;quot;demospace=other&amp;quot; or a new namespace--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;!--End switch--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:MONTHNAME&amp;diff=8320</id>
		<title>Template:MONTHNAME</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:MONTHNAME&amp;diff=8320"/>
		<updated>2010-10-04T15:40:38Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=&#039;&#039;month&#039;&#039;!}}|Missing required parameter 1=&#039;&#039;month&#039;&#039;!}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:MONTHNUMBER&amp;diff=8322</id>
		<title>Template:MONTHNUMBER</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:MONTHNUMBER&amp;diff=8322"/>
		<updated>2010-10-04T15:40:33Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if:{{{1|}}}&lt;br /&gt;
 |{{#switch:{{lc:{{{1}}}}}&lt;br /&gt;
  |january|jan=1&lt;br /&gt;
  |february|feb=2&lt;br /&gt;
  |march|mar=3&lt;br /&gt;
  |apr|april=4&lt;br /&gt;
  |may=5&lt;br /&gt;
  |june|jun=6&lt;br /&gt;
  |july|jul=7&lt;br /&gt;
  |august|aug=8&lt;br /&gt;
  |september|sep|sept=9&lt;br /&gt;
  |october|oct=10&lt;br /&gt;
  |november|nov=11&lt;br /&gt;
  |december|dec=12&lt;br /&gt;
  |{{#ifexpr:{{{1}}}&amp;lt;0&lt;br /&gt;
   |{{#ifexpr:(({{{1}}})round 0)!=({{{1}}})&lt;br /&gt;
    |{{#expr:12-(((0.5-({{{1}}}))round 0)mod 12)}}&lt;br /&gt;
    |{{#expr:12-(((11.5-({{{1}}}))round 0)mod 12)}}&lt;br /&gt;
   }}&lt;br /&gt;
  |{{#expr:(((10.5+{{{1}}})round 0)mod 12)+1}}&lt;br /&gt;
  }}&lt;br /&gt;
 }}&lt;br /&gt;
 |Missing required parameter 1=&#039;&#039;month&#039;&#039;!&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Template_other&amp;diff=8286</id>
		<title>Template:Template other</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Template_other&amp;diff=8286"/>
		<updated>2010-10-04T14:47:12Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
  {{#if:{{{demospace|}}}&lt;br /&gt;
  | {{lc: {{{demospace}}} }}    &amp;lt;!--Use lower case &amp;quot;demospace&amp;quot;--&amp;gt;&lt;br /&gt;
  | {{#ifeq:{{NAMESPACE}}|{{ns:Template}}&lt;br /&gt;
    | template&lt;br /&gt;
    | other&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
| template = {{{1|}}}&lt;br /&gt;
| other&lt;br /&gt;
| #default = {{{2|}}}&lt;br /&gt;
}}&amp;lt;!--End switch--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Main_other&amp;diff=8324</id>
		<title>Template:Main other</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Main_other&amp;diff=8324"/>
		<updated>2010-10-04T14:46:48Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  &amp;lt;!--If no or empty &amp;quot;demospace&amp;quot; parameter then detect namespace--&amp;gt;&lt;br /&gt;
  {{#if:{{{demospace|}}} &lt;br /&gt;
  | {{lc: {{{demospace}}} }}    &amp;lt;!--Use lower case &amp;quot;demospace&amp;quot;--&amp;gt;&lt;br /&gt;
  | {{#ifeq:{{NAMESPACE}}|{{ns:0}}&lt;br /&gt;
    | main&lt;br /&gt;
    | other&lt;br /&gt;
    }} &lt;br /&gt;
  }}&lt;br /&gt;
| main     = {{{1|}}}&lt;br /&gt;
| other&lt;br /&gt;
| #default = {{{2|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Basepage_subpage&amp;diff=8306</id>
		<title>Template:Basepage subpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Basepage_subpage&amp;diff=8306"/>
		<updated>2010-10-03T19:24:57Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:&lt;br /&gt;
  &amp;lt;!--If no or empty &amp;quot;page&amp;quot; parameter then detect&lt;br /&gt;
      basepage/subpage/subsubpage--&amp;gt;&lt;br /&gt;
  {{#if:{{{page|}}}&lt;br /&gt;
  | {{#if:{{#titleparts:{{{page}}}|0|3}}&lt;br /&gt;
    | subsubpage    &amp;lt;!--Subsubpage or lower--&amp;gt;&lt;br /&gt;
    | {{#if:{{#titleparts:{{{page}}}|0|2}}&lt;br /&gt;
      | subpage&lt;br /&gt;
      | basepage&lt;br /&gt;
      }}&lt;br /&gt;
    }}&lt;br /&gt;
  | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}}&lt;br /&gt;
    | subsubpage    &amp;lt;!--Subsubpage or lower--&amp;gt;&lt;br /&gt;
    | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}}&lt;br /&gt;
      | subpage&lt;br /&gt;
      | basepage&lt;br /&gt;
      }}&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
| basepage   = {{{1|}}}&lt;br /&gt;
| subpage    = {{{2|}}}&lt;br /&gt;
| subsubpage = {{{3| {{{2|}}} }}}   &amp;lt;!--Respecting empty parameter on purpose--&amp;gt;&lt;br /&gt;
}}&amp;lt;!--End switch--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Tl&amp;diff=8288</id>
		<title>Template:Tl</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Tl&amp;diff=8288"/>
		<updated>2010-10-02T19:12:49Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{[[Template:{{{1}}}|{{{1}}}]]}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Purge&amp;diff=8282</id>
		<title>Template:Purge</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Purge&amp;diff=8282"/>
		<updated>2010-10-01T18:54:24Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;noprint plainlinks purgelink&amp;quot;&amp;gt;[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} &amp;lt;span title=&amp;quot;Purge this page&amp;quot;&amp;gt;{{{1|Purge}}}&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Fmbox&amp;diff=8262</id>
		<title>Template:Fmbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Fmbox&amp;diff=8262"/>
		<updated>2010-10-01T18:23:02Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table {{#if:{{{id|}}}|id=&amp;quot;{{{id|}}}&amp;quot;}} class=&amp;quot;plainlinks fmbox&lt;br /&gt;
{{#switch:{{{type|}}}&lt;br /&gt;
| warning    = fmbox-warning&lt;br /&gt;
| editnotice = fmbox-editnotice&lt;br /&gt;
| system          &amp;lt;!-- system = default --&amp;gt;&lt;br /&gt;
| #default   = fmbox-system&lt;br /&gt;
}} {{{class|}}}&amp;quot; style=&amp;quot;{{{style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
{{#ifeq:{{{image|}}}|none&lt;br /&gt;
| &amp;lt;!-- No image. --&amp;gt;&lt;br /&gt;
| &amp;lt;td class=&amp;quot;mbox-image&amp;quot;&amp;gt;&lt;br /&gt;
  {{#if:{{{image|}}}&lt;br /&gt;
  | {{{image}}}&lt;br /&gt;
  | [[File:{{#switch:{{{type|}}}&lt;br /&gt;
    | warning    = Cmbox deletion.png&lt;br /&gt;
    | editnotice = Imbox notice.png&lt;br /&gt;
    | system          &amp;lt;!-- system = default --&amp;gt;&lt;br /&gt;
    | #default   = Imbox notice.png&lt;br /&gt;
    }}|40x40px|link=|alt=]]&lt;br /&gt;
  }}&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;td class=&amp;quot;mbox-text&amp;quot; style=&amp;quot;{{{textstyle|}}}&amp;quot;&amp;gt; {{{text}}} &amp;lt;/td&amp;gt;&lt;br /&gt;
{{#if:{{{imageright|}}}&lt;br /&gt;
| &amp;lt;td class=&amp;quot;mbox-imageright&amp;quot;&amp;gt; {{{imageright}}} &amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;!--&lt;br /&gt;
  Detect and report usage with faulty &amp;quot;type&amp;quot; parameter:&lt;br /&gt;
--&amp;gt;{{#switch:{{{type|}}}&lt;br /&gt;
|   &amp;lt;!-- No type fed, is also valid input --&amp;gt;&lt;br /&gt;
| warning&lt;br /&gt;
| editnotice&lt;br /&gt;
| system     =    &amp;lt;!-- Do nothing, valid &amp;quot;type&amp;quot; --&amp;gt;&lt;br /&gt;
| #default   = &amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This message box is using an invalid &amp;quot;type={{{type|}}}&amp;quot; parameter and needs fixing.&amp;lt;/div&amp;gt;[[Category:Wikipedia message box parameter needs fixing|{{main other|Main:}}{{FULLPAGENAME}}]]&amp;lt;!-- Sort on namespace --&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Tmbox&amp;diff=8332</id>
		<title>Template:Tmbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Tmbox&amp;diff=8332"/>
		<updated>2010-10-01T12:11:45Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: remove {{pp-template}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{{small|}}}|yes&lt;br /&gt;
| {{tmbox/core&lt;br /&gt;
  | small = yes&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}&lt;br /&gt;
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}&lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | class = {{{class|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}&lt;br /&gt;
  }}&lt;br /&gt;
| {{tmbox/core&lt;br /&gt;
  | type  = {{{type|}}}&lt;br /&gt;
  | image = {{{image|}}}&lt;br /&gt;
  | imageright = {{{imageright|}}}&lt;br /&gt;
  | style = {{{style|}}}&lt;br /&gt;
  | class = {{{class|}}}&lt;br /&gt;
  | textstyle = {{{textstyle|}}}&lt;br /&gt;
  | text  = {{{text}}}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
List all templates that use tmbox in &amp;quot;Category:Talk message boxes&amp;quot;:&lt;br /&gt;
--&amp;gt;&amp;lt;includeonly&amp;gt;{{#ifeq:{{NAMESPACE}}|Template&lt;br /&gt;
| {{#ifeq:{{BASEPAGENAME}}|{{SUBPAGENAME}}&lt;br /&gt;
  |   &amp;lt;!--We are on a rootpage, not a /doc or /sandbox page--&amp;gt;&lt;br /&gt;
    {{#ifeq:{{{nocat|}}}|true&lt;br /&gt;
    |   &amp;lt;!--Don&#039;t categorise--&amp;gt;&lt;br /&gt;
    | [[Category:Talk message boxes]]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Template:Production_Info&amp;diff=2674</id>
		<title>Template:Production Info</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Template:Production_Info&amp;diff=2674"/>
		<updated>2010-09-19T08:47:21Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: Producer(s):&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;250px&amp;quot; {{InfoBox}} &lt;br /&gt;
|-&lt;br /&gt;
! {{Hl2}} colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; font-size: larger;&amp;quot; | {{{name}}}&lt;br /&gt;
|- &lt;br /&gt;
{{ #if: {{{url&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}} |&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center; white-space: nowrap;&amp;quot; {{!}} [{{{url}}} Watch Online]  }}&lt;br /&gt;
|-&lt;br /&gt;
{{#if: {{{logofile&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}} |&lt;br /&gt;
{{!}} colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; {{!}} [[File:{{{logofile}}}|{{{logosize|200px}}}|{{{logoalt&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}}]] }}&lt;br /&gt;
|-&lt;br /&gt;
! Genre:&lt;br /&gt;
| {{{genre&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
|- &lt;br /&gt;
{{ #if: {{{broadcast&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}} |&lt;br /&gt;
! style=&amp;quot;white-space: nowrap;&amp;quot; {{!}} Broadcast:&lt;br /&gt;
{{!}} {{{broadcast}}} }}&lt;br /&gt;
|-&lt;br /&gt;
{{ #if: {{{start date&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}} |&lt;br /&gt;
! style=&amp;quot;white-space: nowrap;&amp;quot; {{!}} First Broadcast:&lt;br /&gt;
{{!}} {{{start date}}} }}&lt;br /&gt;
|-&lt;br /&gt;
{{ #if: {{{end date&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}} |&lt;br /&gt;
! Last Broadcast:&lt;br /&gt;
{{!}} {{{end date}}} }}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;white-space: nowrap;&amp;quot; | Producer(s):&lt;br /&gt;
| {{{producers&amp;lt;includeonly&amp;gt;|&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color: #91ee90; margin-top: 1em; padding: 0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Template Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To include this template on a production page:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Production Info&lt;br /&gt;
| name = Show Name&lt;br /&gt;
| logofile = Image File Name (optional)&lt;br /&gt;
| logoalt = Image Description&lt;br /&gt;
| genre = Genre&lt;br /&gt;
| broadcast = Date of Broadcast (optional; for one-offs)&lt;br /&gt;
| start date = First Broadcast (optional)&lt;br /&gt;
| end date = Last Broadcast (optional)&lt;br /&gt;
| producers = List of Producers&lt;br /&gt;
}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Style and Navigation|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=One-offs&amp;diff=352</id>
		<title>One-offs</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=One-offs&amp;diff=352"/>
		<updated>2010-08-18T16:40:11Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: + fresher&amp;#039;s guide 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YSTV has made many one-time-only programmes. List them here. YSTV has been covering and producing Drama since it&#039;s inception. See [[YSTV Drama]] for more on productions and coverage.&lt;br /&gt;
&lt;br /&gt;
==1970s==&lt;br /&gt;
* 1975 MANN gig&lt;br /&gt;
* 1975 Kentucky Fried Chicken Competition&lt;br /&gt;
* {{unsure|1970}} King Lear&lt;br /&gt;
* {{unsure|1970}} The Ancient Mariner&lt;br /&gt;
&lt;br /&gt;
==1980s==&lt;br /&gt;
* 1985 [[Treasure Hunt]] - a rip-off of Anneka Rice&#039;s Channel 4 programme of the same name.&lt;br /&gt;
* 1986 [[Primary Colour]] - The launch of colour broadcasting on YSTV. &lt;br /&gt;
* 1987 [[YSTV Tour]] - a light-hearted introduction to the inner workings of YSTV.&lt;br /&gt;
* 1987 [[Puppets]] - a music video, produced well before Premiere Pro...&lt;br /&gt;
* 1987 [[Now Get Into This]] - Multi-team competition taking place around York.&lt;br /&gt;
* 1987 [[Student&#039;s Union March]] - A trip to London for YSTV&lt;br /&gt;
* 1988 [[Breaker 88]] - Surely the biggest YSTV One-Off ever, which put us into the record books for the longest programme under a single director, [[Keith Hide-Smith]].&lt;br /&gt;
* 1988 [[Grease]] - Central Hall production&lt;br /&gt;
&lt;br /&gt;
==1990s==&lt;br /&gt;
* 1992 [[Jim&#039;ll Sodomise You]] - Spoof of Jim&#039;ll Fix It.&lt;br /&gt;
* 1992 [[John&#039;s Sick Jokes]] - Series of sketches filmed in Physics gent&#039;s. &lt;br /&gt;
* 1993 [[The Crystal Daze]] - Think amateur version of &amp;quot;The Crystal Maze&amp;quot;... &lt;br /&gt;
* 1993 [[Closure]] - produced to mark the closure of the Physics studio and potential end of YSTV.&lt;br /&gt;
* 1994 [[Fresher&#039;s Guide to Campus (or The Search For Wentworth)]] - Spoof guide, demonstrating various stereotypical aspects of York&#039;s campus. &lt;br /&gt;
* 1994 [[Campus Shopping Network]] - Instead of QVC, think PVC..&lt;br /&gt;
* 1994 [[Campus Shipping Forecast]] - shipping forecast for campus&lt;br /&gt;
* 1994 [[Middletons]] - {{unsure|A drama, maybe a series}}&lt;br /&gt;
* 1994 [[3-to-1]] a short drama - Brian attempts to juggle three of his girlfriends in one afternoon for a bet&lt;br /&gt;
* {{unsure|1994 That strip-teasing orange peel thing that won a national award...}}&lt;br /&gt;
* 1994 [[Son of Rasputin]] A compilation of sketches in association with the Aaardvark Society.&lt;br /&gt;
* 1995 [[Men of YSTV 1995|Men of YSTV]] tribute to the men of YSTV in 1995&lt;br /&gt;
* 1995 [[Babes of YSTV]] an SVHS editing demo by [[Owain Davies]]&lt;br /&gt;
* 1995 [[Miss dRAG]] - fund raising event in Vanbrugh snack bar.&lt;br /&gt;
* 1996 [[York Pub Crawl]] - A guide to the pubs of York.&lt;br /&gt;
* 1996 [[Joker in the Pack]] - Graham Quince&#039;s drama inspired by the BBC&#039;s House of Cards.&lt;br /&gt;
* 1996 [[The Saturday Show]] - one-off magazine show made for Freshers Week.&lt;br /&gt;
* 1997 [[Joker in the Pack II]] - Sequel that was sadly never completed.&lt;br /&gt;
* {{unsure|1997}} [[This is music]] - New music release review.&lt;br /&gt;
* 1998 [[Postcard to Montserrat]] - Another drama from [[Graham Quince]].&lt;br /&gt;
* {{unsure|1998}} [[Gauntlet]] - Gameshow against the clock with roving teams similar to Treasure Hunt&lt;br /&gt;
* 1999 [[Tom not Jerry]] - An overacted spoof of Jerry Springer produced by [[Tom Lancaster]].&lt;br /&gt;
&lt;br /&gt;
==2000s==&lt;br /&gt;
* 2000 [[Making of Bulletin]] - Behind the scenes programme, broadcast on BBC Choice Scotland.&lt;br /&gt;
* 2000 [[The Pill]] - female issues programme which stalled after one episode.&lt;br /&gt;
* 2000 [[Vanbrugh Paradise]] - not meant to be a one-off, but only one episode of this student soap ever got made.&lt;br /&gt;
* 2000 [[Lolita]] - an impressive one-off drama piece.&lt;br /&gt;
* 2000 [[YSTV Does It Bigger]] - the station&#039;s trip to The Big Breakfast.&lt;br /&gt;
* 2000 [[YSTV-am]] - a Big Breakfast-style programme put out live each morning in Freshers&#039; Week.&lt;br /&gt;
* 2000 [[WoodenSpoon]] - a cookery show&lt;br /&gt;
* 2001 [[This Afternoon]] - Yet another magaziney programme, for Freshers&#039; Week 2001&lt;br /&gt;
* 2001 [[Lazy Lunch]] - A re-freshers&#039; week show, this time at lunchtime&lt;br /&gt;
* 2001 [[York Shopping Channel]] - YSTV&#039;s second foray into QVC piss-takes&lt;br /&gt;
* 2001 [[Kings of Queen]] - a live concert video at the York Barbican&lt;br /&gt;
* 2002 [[Reader of the Road]] - a drama shot in York city centre&lt;br /&gt;
* 2003 [[Have I Got News For YUSU]] - Student union spoof of the panel show&lt;br /&gt;
* 2003 [[The Great Big Massive YSTV Christmas Quiz Game Show Thingy 2003]] - If you can fit all of the title on the screen, it tells you what it did.&lt;br /&gt;
* 2003 [[Whose YSTV is it Anyway]] - Another pilot-only show, you can guess where the idea came from ...&lt;br /&gt;
* 2004 [[YSTV Clean-Up]] - live coverage of us tidying up!&lt;br /&gt;
* 2004 [[URYVision Song Contest]] - coverage of URY and RAG&#039;s Eurovision rip-off&lt;br /&gt;
* 2004 [[Summer Expedition]] - Actually happened a number of years, but not exactly &#039;regular&#039;. Footage from YSTV&#039;s joint summer holiday.&lt;br /&gt;
* 2004 [[Stereotypes]] - Made over the weekend of week 2 Autumn term with lots of new members involved.&lt;br /&gt;
* 2005 [[Elections Past]] - highlights from 21 years of YSTV Election Night footage&lt;br /&gt;
* 2005 [[YSTV&#039;s Bloomers]] - eighteen months&#039; worth of cock-ups collated in this compilation.&lt;br /&gt;
* 2005 [[Good Morning Campus]] - Early morning live show, with an end-of-the-year feel&lt;br /&gt;
* 2005 [[Guide To Campus]] - Does what it says on the tin, at least until they change bits of campus around.&lt;br /&gt;
* 2005 [[Make Poverty History]] - we took a camera to the rally in Edinburgh, and made this programme as a result.&lt;br /&gt;
* 2005 [[Learning Curves]] - The first and only animated show on YSTV?&lt;br /&gt;
* 2006 [[Webstream Launch]] - A night of YSTV goodness to celebrate the launch of streaming on the internet&lt;br /&gt;
&lt;br /&gt;
==2010s==&lt;br /&gt;
* 2010 [[YSTV&#039;s Fresher&#039;s Guide to York]] - Telling the freshers what it&#039;s &#039;&#039;really&#039;&#039; like at the University of York&lt;br /&gt;
&lt;br /&gt;
{{YSTV Productions}}&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=YSTV%27s_Fresher%27s_Guide_to_York&amp;diff=5727</id>
		<title>YSTV&#039;s Fresher&#039;s Guide to York</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=YSTV%27s_Fresher%27s_Guide_to_York&amp;diff=5727"/>
		<updated>2010-08-18T16:36:24Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: production info box, productions category &amp;amp; template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Production Info&lt;br /&gt;
   |name=YSTV&#039;s Fresher&#039;s Guide to York&lt;br /&gt;
   |logofile=Freshers_Logo.jpg&lt;br /&gt;
   |genre=Factual&lt;br /&gt;
   |broadcast=2010&lt;br /&gt;
   |producers=[[Steven Perring]]&lt;br /&gt;
   |url=http://ystv.york.ac.uk/watch/freshers-guide/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
YSTV&#039;s Fresher&#039;s Guide to York was the brainchild of [[Steven Perring]] who, in Easter 2010 decided that it would be great if YSTV could produce a guide to York, showing typical rooms and telling the freshers what it&#039;s &#039;&#039;really&#039;&#039; like at the University of York.&lt;br /&gt;
&lt;br /&gt;
Unfortunately Steven did not realise that the university were not all that happy about showing what the university was really like and he had to convince several people in the university that it was a good idea. He pushed on, and after a mammoth 17 week production schedule, and Premiere Pro breaking several times, the guide was completed and put online the manual way, and the website encoders just happened to be down.&lt;br /&gt;
&lt;br /&gt;
After several complaints from Langwith and Derwent Colleges that their part of the guide wasn&#039;t exactly the same as all the other colleges, despite their lack of support in the project. New interviews were conducted with the Derwent JCRC and Sam Asfahani, the then YUSU York Sport Sabb, and a Langwith Alumni. This newer video was launched on the site with the tagline &amp;quot;now with 100% more Langwith and Derwent&amp;quot; - this video quickly became the forth most watched video of all time on the YSTV website.&lt;br /&gt;
&lt;br /&gt;
{{YSTV Productions}}&lt;br /&gt;
[[Category:Productions]]&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
	<entry>
		<id>https://wiki.ystv.co.uk/index.php?title=Richard_McLoughlin&amp;diff=5731</id>
		<title>Richard McLoughlin</title>
		<link rel="alternate" type="text/html" href="https://wiki.ystv.co.uk/index.php?title=Richard_McLoughlin&amp;diff=5731"/>
		<updated>2010-08-18T16:27:24Z</updated>

		<summary type="html">&lt;p&gt;Dummy User: wiki links &amp;amp; people category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Richard McLoughlin joined YSTV in late 2008 in the hope of producing a hit comedy cooking show. He and close friend [[Martin Coser]] jointly wrote, directed and presented the short-lived and ill fated [[Eating Europe]] (which can be viewed on the YSTV website). Despite the rampant failure of this enterprise, Richard did not give up on YSTV. Accepting that he was only marginally funny in a very small number of situations, he left comedy to the professionals and created [[YSTV Roundup]]. This was to be a news and current affairs programme which covered news, campus news and items of general interest fortnightly. Some (who?) would say that this was his greatest contribution to the station. Five episodes were produced in all and it succeeded in bringing many new faces to the society. &lt;br /&gt;
&lt;br /&gt;
In early 2010, [[Station Director]] [[Tom Gregory]] stepped down as society chair and Richard was elected as his successor. Once he took up this role he began attending long and (at least for YSTV) uneventful [[YUM]] meetings with other media society chairs. Things kicked off however when the question of Roses... erm, arose. After complicated and heated debates, Richard offered the tabloid rag, [[York Vision]] rights to YSTV Sports productions, to the dismay and horror of the pompous broadsheet, [[Nouse]]. Luckily [[Sarah Pickles]] picked up the pieces and produced an excellent edition of [[Roses 2010|Roses]] and the 2010 [[College Cup]]. Learning from his experiences at YUM, Richard shrugged off criticism and tattooed &#039;You can&#039;t please everyone&#039; onto his arse.&lt;br /&gt;
&lt;br /&gt;
Richard was involved on the sidelines of other major YSTV productions such as the [[YUSU Elections]] and spent the final term of University life in an alcoholic stupor with his common law wife [[Diggory Dunn]]. When he did get involved in YSTV it was to give valuable life lessons to his successor as Station Director, [[Steven Perring]], but he was never listened to. &lt;br /&gt;
&lt;br /&gt;
Richard: Don&#039;t mess up the relationships I worked so hard on Steve.&lt;br /&gt;
&lt;br /&gt;
Steve: Oops.&lt;br /&gt;
&lt;br /&gt;
Richard loved YSTV and will remember his time there fondly. Although his great plans for a &#039;Richard McLoughlin Memorial Kettle&#039; never came about, he hoped that someone would do it for him. If he could change anything about his reign it would probably be that he didn&#039;t make enough momentous speeches. &lt;br /&gt;
&lt;br /&gt;
Richard has now gone to join the real world, abandoning television in the hope of becoming a lawyer.&lt;br /&gt;
&lt;br /&gt;
[[Category:People|McLoughlin,Richard]]&lt;/div&gt;</summary>
		<author><name>Dummy User</name></author>
	</entry>
</feed>