Template:Infobox Event/doc: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
Tag: sourceedit
Tag: sourceedit
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox Event
{{Infobox Event
|name                = name of rename; if you don't put anything, it will default to the pagename (which usually is fine)
|image              = Image.jpg, automatically sized to 250px
|image              = Image.jpg, automatically sized to 250px
|subject            = a brief summary of the subject of the event
|subject            = a brief summary of the subject of the event
|venue              = the venue where the event took place
|venue              = the venue where the event took place
|channel            = if the event was broadcast on radio or television, put the channel of first broadcast here
|story              = name of particular story that event celebrates
|series              = name of series of which the event is a part
|broadcast with      = if the event debuted alongside another broadcast (as in following ''The Day of the Doctor''), name the "parent" programme here
|home video          = if footage of the event has been made available on home video, put the name of that video here
|home audio          = if footage of the event has been made available on home audio, put the name of the CD here
|narrator            = put the name of the credited narrator here
|multiple narrators  = if there's more than one narrator, use this unlinked variable
|interviewer        = put the name of any interviewers here
|interviewee        = put the names of the major interviewees here
|interviewee        = put the names of the major interviewees here
|uncredited narrator = put the name of the uncredited narrator here
|executive producer  = put the name of the exec here
|director            = put the name of the director here
|producer            = put the name of the producer here
|writer              = put the name of the writer here
|date                = when the event took place
|date                = when the event took place
|broadcast date      = if event was broadcast, put broadcast date here
|broadcast date      = if event was broadcast, put broadcast date here
|release date        = if event was originally published as a home video/audio, put release date here
|release date        = if event was originally published as a home video/audio, put release date here
|runtime            = put length of event here
|runtime            = put length of event here
|prev                = if part of a series, put previous entry here
|prev                = ##{{!}}if part of a series, put previous entry here
|next                = if part of a series, put next entry here
|next                = ##{{!}}if part of a series, put next entry here
}}
}}
'''{{PAGENAME}}''' is a template that can be used for any '''''<u>real world</u>'' event'''. It works very similarly to {{tlx|Infobox Doc}}.
'''{{PAGENAME}}''' is a template that can be used for '''''<u>real world</u>'' events ''about'' the [[DWU]]''', such as press gatherings and academic roundtables. It primarily focuses on the '''live''' event itself and does not anticipate any post-event broadcast.
 
For in-universe conflicts, please use {{tlx|Infobox Conflict}}.


== Auto-linking variables ==
== Auto-linking variables ==
Note that many of this template's variables are fully self-linking. Thus, to indicate that [[Alex Price]] was the narrator of an episode, you would enter simply:
Note that many of this template's variables are fully self-linking. Thus, to indicate that [[A.Dot]] was the host of an event, you would enter simply:
<pre>
<pre>
narrator=Alex Price
host=A.Dot
</pre>
</pre>
not
not
<pre>
<pre>
narrator=[[Alex Price]]
host=[[A.Dot]]
</pre>
</pre>
If you look in the sample infobox to your right, all the variables whose values are in red are auto-linking variables.  All the ones in black require you to manually type in the <nowiki>[[brackets]]</nowiki> yourself.


== Non-linking variables ==
== Non-linking variables ==
Line 49: Line 33:
</pre>
</pre>


=== Variables which can have multiple responses ===
In cases where more than one individual is expected by a variable, the variable is not auto-linking.  The most obvious example of this is the interviewee variable.  Almost every documentary has more than one interviewee, so this variable doesn't link. It would be entered thus:
<pre>interviewee = [[David Tennant]], [[Catherine Tate]], [[Russell T Davies]]</pre>
Also, the narrator, interviewer and interviewee variables are non-linking to allow for the entry of more than one person.  Likewise, the subject variable is free-form.


== Usage ==
== Usage ==
Line 59: Line 38:
<pre>
<pre>
{{Infobox Event
{{Infobox Event
|name                =
|image              =
|subject            =  
|subject            =  
|venue              =  
|venue              =  
|channel            =
|broadcast with      =
|home video          =
|home audio          =
|narrator            =
|narrator2          =
|narrator3          =
|interviewer        =
|interviewee        =  
|interviewee        =  
|uncredited narrator =  
|interviewee2        =  
|director            =  
|interviewee3        =  
|producer            =  
|interviewee4        =  
|executive producer  =  
|interviewee5        =  
|writer              =  
|interviewee6        =
|interviewee7        =
|interviewee8        =
|interviewee9        =
|interviewee10      =  
|date                =  
|date                =  
|broadcast date      =
|release date        =
|runtime            =  
|runtime            =  
|series              =
|host               =  
|prev               =  
|host2               =  
|next                =
|host3               =  
|series2            =
|prev2              =
|next2              =
|series3            =
|prev3               =  
|next3               =  
}}
}}
</pre>
</pre>


The sample output at right gives a description of what each of the fields are for. Due to the auto-linking nature of the template, some of the text may be slightly obscured by stray coding elements.
The sample output at right gives a description of what each of the fields are for.  
 
== Videos and audios ==
=== Navigation ===
{{Infobox video and audio variables}}
As with {[tl|Infobox Story}}, this template allows you to set multiple points of navigation.  This could allow you to set one navigation point as"''Black Orchid'' DVD documentaries'' and another as "''Stripped for Action''" — thus giving the Fifth Doctor's edition of ''Stripped for Action'' two points of navigation. 
====What if there is no navigation?====
If the documentary is completely standalone, you'll probably want to turn navigation off entirely, which can be done by adding this line to the infobox:
<pre>
|nav                  = 0
</pre>
 
==== The next event is showing up in the previous column ====
With pages that are about the first item in a series, chances are that the "next" item is showing up in the "previous" column.  To fix this, set <code>prev = none</code>.  Likewise, the last item in a series should have <code>next = none</code>.


To see this in operation in {{tlx|Infobox Doc}}, please click through to ''[[The Making of The Trial of a Time Lord: Part One - Mysterious Planet]]''.
<noinclude>[[category:template documentation|{{PAGENAME}}]]</noinclude>
<noinclude>[[category:template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 19:42, 23 May 2017

Infobox Event/doc is a template that can be used for real world events about the DWU, such as press gatherings and academic roundtables. It primarily focuses on the live event itself and does not anticipate any post-event broadcast.

Auto-linking variables[[edit source]]

Note that many of this template's variables are fully self-linking. Thus, to indicate that A.Dot was the host of an event, you would enter simply:

host=A.Dot

not

host=[[A.Dot]]

Non-linking variables[[edit source]]

There are, however, some cases where you must still put the brackets in yourself.

Dates[[edit source]]

Broadcast and release date variables do not auto-link. These dates must be entered as:

broadcast date=[[19 March (releases)|]] [[2005 (releases)|]]


Usage[[edit source]]

Copy and paste all of the text below onto whichever article page it is needed for. Feel free to remove those that don't apply.

{{Infobox Event
|subject             = 
|venue               = 
|interviewee         = 
|interviewee2        = 
|interviewee3        = 
|interviewee4        = 
|interviewee5        = 
|interviewee6        = 
|interviewee7        = 
|interviewee8        = 
|interviewee9        = 
|interviewee10       = 
|date                = 
|runtime             = 
|host                = 
|host2               = 
|host3               = 
}}

The sample output at right gives a description of what each of the fields are for.

Videos and audios[[edit source]]

At Tardis, we have a fairly sophisticated system of integrating audio and video content into our infoboxes. Almost every infoboxes has the same set of variables, though the header attached to them may change depending on the infobox. For instance, the headers for {{Infobox Company}} and {{Infobox Person}} are slightly different from the rest, because these infoboxes are about the companies and crewmembers that make DWU stories. Nevertheless, the variable names remain largely the same.

Note that videos must be uploaded to this wiki locally, and that only admin can upload them. If you wish to request an upload, please do so at the video recommendation page.

Due to the fact that ogg audio doesn't play on iOS devices, some OS X browsers, and the Fandom Doctor Who app, audios must be from Soundcloud -- and Soundcloud only.

Though there are a few exceptions, most of the following variables are available for your use in every infobox.

|trailer            = usually entitled "Official trailer"
|trailer2           = usually, "Another official trailer"
|clip               = "Memorable moment", but can be value of {{{clip name}}}
|clip2              = "Another memorable moment", but can be {{{clip name2}}}
|clip3              = "One more memorable moment", but can be {{{clip name3}}}
|fullvid            = "Full video", but can be {{{fullvid name}}}
|bts                = "Behind the scenes video", but can be {{{bts name}}}
|bts2               = "More behind the scenes stuff", but can be {{{bts2 name}}}
|bts3               = "Another behind the scenes moment", but can be {{{bts3 name}}}
|soundcloudtrailer  = usually, "Official audio trailer"
|soundcloudtrailer2 = usually, "Another official audio trailer"
|musicsuite         = "Music suite"
|sample             = "Music sample"
|soundcloudbts      = "Behind the scenes interview"
|audio commentary   = "Audio commentary"
|fullaud            = "Full audio"
|leitmotif          = "Leitmotif"

You can use the following blanked-out version to copy and paste onto a page, if the above instructions for this specific infobox don't already contain this bit.

|trailer            = 
|trailer2           = 
|clip               = 
|clip2              = 
|clip3              = 
|fullvid            = 
|bts                = 
|bts2               = 
|bts3               = 
|soundcloudtrailer  = 
|soundcloudtrailer2 = 
|musicsuite         = 
|sample             = 
|soundcloudbts      = 
|audio commentary   = 
|fullaud            = 
|leitmotif          =