Template:LibraryInterview: Difference between revisions
No edit summary Tag: Reverted |
// via Wikitext Extension for VSCode |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke: | <includeonly>{{#invoke:T-LibraryInterview|render}}</includeonly><noinclude> | ||
}}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
* 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 and always shows the page ID (any user input is ignored) | ||
| | |||
| | <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 | |||
}} | |||
</syntaxhighlight> | |||
</noinclude> | </noinclude> | ||