Template:Play: Difference between revisions

(Pushed from Lost Plays Database.)
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Play" template.
This is the "Play" template.
It should be called in the following format:
It should be called in the following format at the top of each Play page:
<pre>
<pre>
{{Play
{{Play
|playwright=
|dramatists= (; separated string)
|year=
|year=
|historicalRecords=
|company= (; separated string)
|theatricalProvenance=
|venue= (; separated string)
|probableGenres=
|associatedPersons= (; separated string)
|possibleSources=
|probableGenres= (; separated string)
|references=
|themes= (; separated string)
|criticalCommentary=
|tags= (; separated string)
|forWhatItsWorth=
|gregNo= (string)
|worksCited=
|wigginsNo= (string)
|attribution= (string)
|isStub= (boolean; blank=false)
|isSparse= (boolean; blank=false)
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly><!--
[[Playwright::{{{playwright|}}}]] ([[Year::{{{year|}}}]])
# Set Page name to Title property
==Historical Records==
-->{{#set: Title={{PAGENAME}} }}<!--
{{{historicalRecords|}}}
# Set & display Dramatists and Year
===Payments to Playwrights (Henslowe's ''Diary'')===
-->{{#arraymap: {{{dramatists|}}}|;|@@@@|[[Dramatist::@@@@]][[Category:@@@@]]|,&nbsp;}} ([[{{{year|}}}]])<!--


'''F.51''' ([http://www.archive.org/stream/henslowesdiary00unkngoog#page/n157/mode/1up Greg 1.97])
# Hide everything from hereon in a hidden element --><span style="display:none"><!--
<br>
<lpd-pre>
payd vnto m<sup>r</sup> drayton & m<sup>r</sup> dickers the 16 of octob[er] }
1598 in pt of payment for a boocke called [the]                } xxx<sup>s</sup>
connan prince of cornwell the some of . . . . . . . . . .          }


# Set Year
-->{{#if:{{{year|}}}|{{#set:Year={{{year|}}} }} }}<!--


pd vnto Bradshaw at the Requeste of m<sup>r</sup> drayton  }
# Set Venue & Company
& m<sup>r</sup> dickers in pte of payment of ther Boocke        } x<sup>s</sup>
-->{{#arraymap: {{{venue|}}}|;|@@@@|{{#set:Venue=@@@@}}[[Category:@@@@]] }}<!--
called the connan prince <sup>of</sup> cornwell some of .........}
-->{{#arraymap: {{{company|}}}|;|@@@@|{{#set:Company=@@@@}}[[Category:@@@@]] }}<!--


# Set Probable Genres & Themes
-->{{#if:{{{probableGenres|}}}|{{#arraymap:{{{probableGenres}}}|;|@@@@|{{#set: Genre=@@@@}}[[Category:@@@@]] }} }}<!--
-->{{#if:{{{themes|}}}|{{#arraymap:{{{themes}}}|;|@@@@|{{#set: Theme=@@@@}}[[Category:@@@@]] }} }}<!--
-->{{#if:{{{tags|}}}|{{#arraymap:{{{tags}}}|;|@@@@|{{#set: Tag=@@@@}}[[Category:@@@@]] }} }}<!--


Layd owt for the companey the 20 of octob[er] 1598 vnto }
# Set Associated Persons
m<sup>r</sup> drayton and m<sup>r</sup> dickers for a Boocke called                        } iiij<sup>ll</sup>
-->{{#if:{{{associatedPersons|}}}|{{#arraymap:{{{associatedPersons}}}|;|@@@@|{{#set: Associated Person=@@@@}}[[Category:@@@@]] }} }}<!--
connan prince of Cornwell the some of .................................}


</lpd-pre>
# Set Documentary Sources & Paratexts
-->{{#arraymap:{{{documentarySources}}}|;|@@@@|{{#set: Documentary Source=@@@@}} }}<!--
-->{{#arraymap:{{{paratexts}}}|;|@@@@|{{#set: Paratext=@@@@}} }}<!--
-->{{#arraymap:{{{contributors}}}|;|@@@@|{{#set: Contributor=@@@@}} }}<!--
-->{{#arraymap:{{{partneringInstitutions}}}|;|@@@@|{{#set: Partnering Institution=@@@@}} }}<!--


==Theatrical Provenance==
# Set Wiggins & Greg numbers
{{{theatricalProvenance|}}}
-->{{#if: {{{wiginsNo|}}} | {{#set: Wiggins Number={{{wigginsNo|}}} }} }}<!--
-->{{#if: {{{gregNo|}}} | {{#set: Greg Number={{{gregNo|}}} }} }}<!--
-->{{#ifeq: {{{isStub|}}} |Yes| {{#set:  Article Completeness=stub }} }}<!--
-->{{#ifeq: {{{isSparse|}}} |Yes| {{#set: Article Completeness=sparse }} }}<!--


 
# Set attribution and functional categories
==Probable Genre(s)==
-->{{#if: {{{attribution|}}} | {{#set: Article Attribution={{{attribution|}}} }} }}<!--
{{#if:{{{probableGenres|}}}|{{#arraymap:{{{probableGenres}}}|,|@@@|[[Genre::@@@]] }} }}
-->[[Category:Plays]][[Category:All]]<!--
 
--></span>{{#ifeq: {{{isStub|}}} |Yes| {{Play/Stub_Warning}} }}</includeonly>
 
==Possible Narrative and Dramatic Sources or Analogues==
{{{possibleSources|}}}
 
 
==References to the Play==
{{{references|}}}
 
 
==Critical Commentary==
{{{criticalCommentary|}}}
 
 
==For What It's Worth==
{{{forWhatItsWorth|}}}
 
 
==Works Cited==
{{{worksCited|}}}
 
[[Category:Play]][[Category:All]]
</includeonly>

Latest revision as of 07:58, 25 August 2021

This is the "Play" template. It should be called in the following format at the top of each Play page:

{{Play
|dramatists= (; separated string)
|year=
|company= (; separated string)
|venue= (; separated string)
|associatedPersons= (; separated string)
|probableGenres= (; separated string)
|themes= (; separated string)
|tags= (; separated string)
|gregNo= (string)
|wigginsNo= (string)
|attribution= (string)
|isStub= (boolean; blank=false)
|isSparse= (boolean; blank=false)
}}

Edit the page to see the template text.