Widget:Google Spreadsheet: Difference between revisions

test installation
refer to source documentation
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>__NOTOC__
<noinclude>__NOTOC__
This widget allows you to add '''[http://documents.google.com/support/spreadsheets/ Google Spreadsheets]''' 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.]
See this page for documentation:


See http://www.mediawikiwidgets.org/Widget:Google_Spreadsheet.
http://www.mediawikiwidgets.org/Google_Spreadsheet


To insert this widget, use the following code:
</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>
 
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|key=po-s58YMwf85Q3UxRzdGOBw
|width=500
|height=300
}}</nowiki>
 
== Parameters ==
* '''key''' - key parameter in document URL
* '''width''' and '''height''' define spreadsheet dimensions, 500x300 is default, but you might want to copy it from embed code since size depends on fields you have
 
== Security NOTE ==
Keep in mind that to use this widget you must make the document you're publishing to be open for everybody to see, which might be undesirable for some uses (intranets, closed groups, and etc.)
 
== Sample result ==
{{#widget:Google_Spreadsheet
|key=prmAzXfjwrEgNIXJOFYmbcA
|width=850
|height=400
}}
 
</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'}-->&output=html&widget=true"></iframe></includeonly>