Template:LibraryInterview: Difference between revisions

No edit summary
Tag: Manual revert
// via Wikitext Extension for VSCode
Line 1: Line 1:
<includeonly>{| class="library-box" {{#invoke:LuaTemplateLibraryInterview|render
<includeonly>
<!-- class="library-box" -->
{{#invoke:T-LibraryInterview|render
| Title = {{{Title|}}}
| Title = {{{Title|}}}
| Format = {{{Format|}}}
| Format = {{{Format|}}}
Line 6: Line 8:
| Interviewee = {{{Interviewee|}}}
| Interviewee = {{{Interviewee|}}}
| ID = {{{ID|}}}
| ID = {{{ID|}}}
}}
}}</includeonly><noinclude>
|}</includeonly><noinclude>
{{Lua|T-LibraryInterview}}
{{Lua|LuaTemplateLibraryInterview}}
== Usage ==
== Usage ==
* The following code creates an interview template.
* The following code creates an interview template.
* Every parameter is mandatory.
* Every parameter is mandatory.
<pre>{{LibraryInterview
* "ID" is auto-generated
<pre>{{T-LibraryInterview
| Title = Title of the interview
| Title = Title of the interview
| Format = Format of the interview (e.g., "Text interview" or "Edited text transcript of video interview")
| Format = Format of the interview (e.g., "Text interview" or "Edited text transcript of video interview")
Line 18: Line 20:
| Interviewer = Person conducting the interview (can include wiki links)
| Interviewer = Person conducting the interview (can include wiki links)
| Interviewee = Person being interviewed (can include wiki links)
| Interviewee = Person being interviewed (can include wiki links)
| ID = Permanent ID for the interview based on PAGEID
}}</pre>
}}</pre>
</noinclude>
</noinclude>