Template:Tech talk video/nl
[{{{link}}} Kijken] Technisch overleg op "{{{title}}}".
Template documentation
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 |
Nog te doen
- Voeg parameters toe voor presentator, dia's, webm, enz. om voorwaardelijk uit te voeren:
"– presenter name, (slides) (webm video)". Lees Tech talks#Past tech talks . link
kan een link tussen wiki's naar Commons zijn (hoewel we dit meestal ook aanbieden op YouTube). Het sjabloon moet desub
van Module:String gebruiken om te controleren of de url begint met http, (niet getest):
{{#ifeq: {{#invoke:String|sub|{{{link}}}|1|4}} | http |<!-- link is an external URL. -->[{{{link}}} Watch] |<!-- link is a wikilink. --> [[{{{link}}} | Watch]]<!-- -->}}