Template:Tech talk video
Appearance
"{{{title}}}" üzerinde teknik tartışma [{{{link}}} izleyin] .
Şablon belgelemesi
TemplateData
Displays a sentence that links to a tech talk video.
Parameter | Description | Type | Status | |
---|---|---|---|---|
link | link | Link to the video
| String | required |
date | date | Date of the video, in ISO8661 YYYY-MM-DD format.
| Date | suggested |
title | title | Title of the tech talk (without quotation marks).
| String | required |
To do
- Add parameters for presenter, slides, webm, etc. to conditionally output:
"– presenter name, (slides) (webm video)". See Tech talks#Past tech talks . link
could be an interwiki link to commons (though usually we offer this as well as YouTube). The template should use Module:String'ssub
to check if url starts with http, something like (untested):
{{#ifeq: {{#invoke:String|sub|{{{link}}}|1|4}} | http |<!-- link is an external URL. -->[{{{link}}} Watch] |<!-- link is a wikilink. --> [[{{{link}}} | Watch]]<!-- -->}}