Jump to content

Template:LibraryInterview: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="library-box" {{#invoke:LuaTemplateLibraryInterview|render
<includeonly>{{#invoke:T-LibraryInterview|render}}</includeonly><noinclude>
| Title = {{{Title|}}}
== Usage ==
| Format = {{{Format|}}}
* The following code creates an interview template.
| Date = {{{Date|}}}
* Every parameter is mandatory.
| Interviewer = {{{Interviewer|}}}
* "ID" is auto-generated and always shows the page ID (any user input is ignored)
| Interviewee = {{{Interviewee|}}}
 
| ID = {{{ID|}}}
<syntaxhighlight lang="wikitext">
{{LibraryInterview
|title = Title of the interview
|format_interview = Format of the interview (e.g., "Text interview" or "Edited text transcript of video interview")
|date = Date of the interview (date will normalize to: Month DD, YYYY)
|interviewer = Person conducting the interview (can include wiki links)
|interviewee = Person being interviewed (can include wiki links)
|id = Permanent ID for the interview based on PAGEID
}}
}}
|}</includeonly><noinclude>
</syntaxhighlight>
{{Lua|LuaTemplateLibraryInterview}}
== Usage ==
* The following code creates a Library Interview template.
* Every parameter is optional and will use defaults if not provided.
<pre>{{LibraryInterview
| Title = Title of the interview
| Format = Format of the interview (e.g., "Text interview" or "Edited text transcript of video interview")
| Date = Date of the interview (date will normalize to: Month DD, YYYY)
| Interviewer = Person conducting the interview (can include wiki links)
| Interviewee = Person being interviewed (can include wiki links)
}}</pre>
</noinclude>
</noinclude>

Latest revision as of 01:15, 4 June 2025

Usage

  • The following code creates an interview template.
  • Every parameter is mandatory.
  • "ID" is auto-generated and always shows the page ID (any user input is ignored)
{{LibraryInterview
|title = Title of the interview
|format_interview = Format of the interview (e.g., "Text interview" or "Edited text transcript of video interview")
|date = Date of the interview (date will normalize to: Month DD, YYYY)
|interviewer = Person conducting the interview (can include wiki links)
|interviewee = Person being interviewed (can include wiki links)
|id = Permanent ID for the interview based on PAGEID
}}