View source for User:Mark Hershberger/vector.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// Transform raw data into a query string
// @param {array} printouts - example: ['?Capital of', '?Population']
// @param {object} parameters - example: {'limit': 10'}
// @param {array|string} conditions - example: ['[[Category:Cities]]']
var query = new smw.query( "?Date", {'limit':1, "order":"descending"}, '[[Category:Events]]' ).toString();
alert(query);
000
1:0
Return to User:Mark Hershberger/vector.js.