Jump to content

Template:LibraryInterview: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 10: Line 10:
{{Lua|LuaTemplateLibraryInterview}}
{{Lua|LuaTemplateLibraryInterview}}
== Usage ==
== Usage ==
* The following code creates a Library Interview template.
* The following code creates an interview template.
* Every parameter is optional and will use defaults if not provided.
* Every parameter is mandatory.
<pre>{{LibraryInterview
<pre>{{LibraryInterview
| Title = Title of the interview
| Title = Title of the interview

Revision as of 00:55, 31 March 2025

Template:Lua

Usage

  • The following code creates an interview template.
  • Every parameter is mandatory.
{{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)
}}