Template:Interview: Difference between revisions

Want an adless experience? Log in or Create an account.
m
Text replacement - "<br>" to "<br/>"
No edit summary
m (Text replacement - "<br>" to "<br/>")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox|Interview}}
<onlyinclude>{{Infobox|interview
{{Infobox/Row|Date|{{{date|}}}}}
| date = {{{date|}}}
{{Infobox/Row|Interviewee(s)|{{{interviewee|}}}}}
| interviewee = {{{interviewee|}}}
{{Infobox/Row|Interviewer(s)|{{{interviewer|}}}}}
| interviewer = {{{interviewer|}}}
{{Infobox/Row|Description|{{{description|}}}}}
| description = {{{description|}}}
{{Infobox/Row|Source|{{{source|}}}}}
| source = {{{source|}}}
{{Infobox/Bottom}}<includeonly>{{Cat|Interviews|{{{1|}}}}}</includeonly><noinclude>
}}<includeonly>{{Cat|Interviews|{{{1|}}}}}</includeonly></onlyinclude>


{{Clear}}
{{Clear}}
Line 11: Line 11:
'''To add this template to an interview article copy and paste the following code and then fill in the information: '''
'''To add this template to an interview article copy and paste the following code and then fill in the information: '''
<pre>
<pre>
{{Interview|YYYY-MM-DD
{{Infobox|interview|YYYY-MM-DD
|date =  
| date =  
|interviewee =  
| interviewee =  
|interviewer =  
| interviewer =  
|description =  
| description =  
|source =  
| source =  
}}
}}
</pre>
</pre>
*Replace '''YYY-MM-DD''' with the interview's publish date in that format.
*Replace '''YYY-MM-DD''' with the interview's publish date in that format.
*For the '''date''' field, the format should be: ''December 2, 2011''
*For the '''date''' field, the format should be: ''December 2, 2011''
*Internally link interviewees.  Separate multiple interviewees with <nowiki><br></nowiki>. e.g. ''<nowiki>[[Eiji Aonuma]]<br>[[Shigeru Miyamoto]]</nowiki>''
*Internally link interviewees.  Separate multiple interviewees with <nowiki><br/></nowiki>. e.g. ''<nowiki>[[Eiji Aonuma]]<br/>[[Shigeru Miyamoto]]</nowiki>''
*List sources using standard external links with no link text. (simply the URL surrounded by single brackets)
*List sources using standard external links with no link text. (simply the URL surrounded by single brackets)
*At the bottom of the article, include appropriate categories according to game(s) and interviewee(s), sorted by date, such as <nowiki>{{Cat|Interviews with Shigeru Miyamoto|YYYY-MM-DD}} or {{Cat|Ocarina of Time Interviews|YYYY-MM-DD}}</nowiki>
*At the bottom of the article, include appropriate categories according to game(s) and interviewee(s), sorted by date then publication, such as <nowiki>{{Cat|Interviews with Shigeru Miyamoto|1999-01-01 Nintendo Power}} or {{Cat|Ocarina of Time Interviews|1998-11-10 1101}}</nowiki>
 


{{Cat|Infobox Templates}}
{{Cat|Infobox Templates}}
</noinclude>