Jump to content

Template:LibraryInterview: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 13: Line 13:
* The following code creates an interview template.
* The following code creates an interview template.
* Every parameter is mandatory.
* Every parameter is mandatory.
* "ID" is auto-generated
* "ID" is auto-generated and always shows the page ID (any user input is ignored)
<pre>{{T-LibraryInterview
<pre>{{T-LibraryInterview
| Title = Title of the interview
| Title = Title of the interview

Revision as of 15:45, 21 April 2025

Template:Lua

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)
{{T-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 for the interview based on PAGEID
}}