Template:LibraryInterview: Difference between revisions
Appearance
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 10: | Line 10: | ||
{{Lua|LuaTemplateLibraryInterview}} | {{Lua|LuaTemplateLibraryInterview}} | ||
== Usage == | == Usage == | ||
* The following code creates | * The following code creates an interview template. | ||
* Every parameter is | * 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
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)
}}