Template:Tech talk video/nl

This page is a translated version of the page Template:Tech talk video and the translation is 100% complete.

[{{{link}}} Kijken] Technisch overleg op "{{{title}}}".

Template documentation

TemplateData

Displays a sentence that links to a tech talk video.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
linklink

Link to the video

Example
https://www.youtube.com/watch?v=sWiDimlK4bE
Stringrequired
datedate

Date of the video, in ISO8661 YYYY-MM-DD format.

Example
2015-10-19
Datesuggested
titletitle

Title of the tech talk (without quotation marks).

Example
Free and open source licensing at Wikimedia
Stringrequired

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 de sub 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]]<!--
-->}}