Drinking & Dragons

Difference between revisions of "Ns274:Google Spreadsheet"

From Drinking and Dragons
m (Created page with "<noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page. It was originally created by [[mediawikiwiki:...")
 
m
Line 1: Line 1:
<noinclude>__NOTOC__
<noinclude>__NOTOC__
This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page.
This widget allows you to add '''[http://documents.google.com/support/spreadsheets/ Google Spreadsheets]''' to your wiki page.


It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.]
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]


To insert this widget, use the following code:
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Google_Spreadsheet widget description page on MediaWikiWidgets.org].


<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
== Copy to your site ==
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
|width=500
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="0" src="http://spreadsheets.google.com/pub?key=<!--{$key|escape:'urlpathinfo'}--><!--{if not $page}-->&output=html&widget=true<!--{/if}-->"></iframe></includeonly>
|height=300
}}</nowiki>
 
== Parameters ==
* '''width''' and '''height''' define document dimensions, 500x300 is default
* '''id''' - id parameter used in the URL
* '''key''' - docID parameter used in old document URL (use it instead of '''id''' to embed old document)
 
== Sample result ==
{{#widget:{{PAGENAME}}
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
|width=500
|height=300
}}
 
=== Old document ===
Old document that has '''docID''' attribute in the URL instead of '''id'''.
 
{{#widget:{{PAGENAME}}
|key=dcn37mcz_34cvfjpmhf
|width=500
|height=300
}}
 
{{Template:Copy to your site}}
 
== Related widgets ==
* [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets
* [[Widget:Google Form|Google Form]] - for embedding spreadsheet forms
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations
 
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="1" src="http://docs.google.com/<!--{if isset($id)}-->document/pub?id=<!--{$id|escape:'urlpathinfo'}-->&amp;embedded=1<!--{elseif isset($key)}-->View?docID=<!--{$key|escape:'urlpathinfo'}-->&hgd=1<!--{/if}-->"></iframe></includeonly>

Revision as of 10:47, 21 November 2011

This widget allows you to add Google Spreadsheets to your wiki page.

Created by Sergey Chernyshev

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Ns274:Google Spreadsheet article.