Template:Play: Difference between revisions

No edit summary
(Pushed from Lost Plays Database.)
Line 24: Line 24:
-->{{#set: Title={{PAGENAME}} }}<!--
-->{{#set: Title={{PAGENAME}} }}<!--
# Set & display Dramatists and Year
# Set & display Dramatists and Year
-->{{#arraymap: {{{dramatists|}}}|;|@@@@|[[Dramatist::@@@@]]|,&nbsp;}} ([[Year::{{{year|}}}]])<!--
-->{{#arraymap: {{{dramatists|}}}|;|@@@@|[[Dramatist::@@@@]]|,&nbsp;}} ([[{{{year|}}}]])<!--


# Hide everything from hereon in a hidden element --><span style="display:none"><!--
# Hide everything from hereon in a hidden element --><span style="display:none"><!--
# Set Year
-->{{#if:{{{year|}}}|{{#set:Year={{{year|}}} }} }}<!--


# Set Venue & Company
# Set Venue & Company
Line 52: Line 55:
-->{{#ifeq: {{{isSparse|}}} |Yes| {{#set: Article Completeness=sparse }} }}<!--
-->{{#ifeq: {{{isSparse|}}} |Yes| {{#set: Article Completeness=sparse }} }}<!--
-->[[Category:Plays]][[Category:All]]<!--
-->[[Category:Plays]][[Category:All]]<!--
--></span></includeonly>
--></span>{{#ifeq: {{{isStub|}}} |Yes| {{Play/Stub_Warning}} }}</includeonly>

Revision as of 06:40, 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)
|createdBy= (string)
|isStub= (boolean; blank=false)
|isSparse= (boolean; blank=false)
}}

Edit the page to see the template text.