Using templates to display random videos

From semantic-mediawiki.org
< Demo:Examples‎ | Queries
ExamplesExamples/QueriesUsing templates to display random videos
Templates for displaying videos
This page shows an example for the template format used to display a set of random videos.
Format
Keywords
Table of Contents

Example[edit]

Syntax
{{#ask:
 [[Has video provider::Vimeo||YouTube]]
 |?Has video provider
 |?Has video id
 |?Has description
 |limit=6
 |link=none
 |order=random
 |sort=Has video id
 |named args=yes
 |format=plainlist
 |template=AskWidgetVideoList
 |introtemplate=AskWidgetVideoListIntro
 |outrotemplate=AskWidgetVideoListOutro
 |searchlabel= ... find more videos here 
}}
Result
Semantic MediaWiki for Beginners
Creating integration tests using "JSONScript"
Semantic MediaWiki for Exports (import vocabularies)
SMWCon Fall 2011 - SMW Performance Issues and How to Address Them
Short video how to use the media format
Synchronize calendar with iCalendar export


... find more videos here

Templates used to create the example[edit]