Jump to content

Template:LibraryInterview: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 1: Line 1:
{{#invoke:LuaTemplateLibraryInterview|render}}
<includeonly>{| class="library-box" {{#invoke:LuaTemplateLibraryInterview|render}}
|}</includeonly><noinclude>
{{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)
| ID = Permanent ID (defaults to {{PAGEID}} if not specified)
}}</pre>
</noinclude>

Revision as of 00:38, 31 March 2025

Template:Lua

Usage

  • The following code creates a Library Interview template.
  • Every parameter is optional and will use defaults if not provided.
{{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)
| ID = Permanent ID (defaults to {{PAGEID}} if not specified)
}}