「Widget:Google News」の版間の差分

提供:エケペディア
ナビゲーションに移動 検索に移動
(ページの白紙化)
編集の要約なし
 
1行目: 1行目:
<includeonly>
<!--{if not isset($jsapiLoaded)}--><!--{assign var="jsapiLoaded" value="1"}-->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<!--{/if}--><!--{counter assign="googlenewsId" name="googleNews"}-->
<div id="googlenews_<!--{$googlenewsId}-->"></div>
<script type="text/javascript">
  google.load('elements', '1', { packages: ['newsshow'] });
  google.setOnLoadCallback(function() {
    new google.elements.NewsShow('googlenews_<!--{$googlenewsId}-->', {
      format: '<!--{$format|escape:'quote'|default:'300x250'}-->',
      linkTarget: '_blank',
      ned: 'jp',
<!--{if isset($query)}-->
      queryList: [{
        q: '<!--{$query|escape:'quote'|default:''}-->',
<!--{if isset($title)}-->
        title: '<!--{$title|escape:'quote'|default:''}-->'
<!--{/if}-->
      }],
<!--{/if}-->
    });
  });
</script>
</includeonly><noinclude>


</noinclude>

2015年3月23日 (月) 21:03時点における最新版