Rename file -- part of MKWS-349
[mkws-moved-to-github.git] / src / mkws-widget-wikipedia.js
1 mkws.registerWidgetType('reference', function() {
2   mkws.promotionFunction('record').call(this);
3   if (!this.config.target) this.config.target = 'wikimedia_wikipedia_single_result';
4   if (!this.config.template) this.config.template = 'reference';
5   this.config.template_vars.paragraphs = this.config.paragraphs || 0;
6   this.config.template_vars.sentences = this.config.sentences || 0;
7   this.config.template_vars.credit = this.config.credit || "Wikipedia";
8 });