Widget:Google Spreadsheet: Difference between revisions
test installation |
test installation |
||
| Line 3: | Line 3: | ||
It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.] | It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.] | ||
See http://www.mediawikiwidgets.org/Widget:Google_Spreadsheet. | |||
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
| Line 17: | Line 19: | ||
== Security NOTE == | == 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.) | 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 == | == Sample result == | ||
{{#widget: | {{#widget:Google_Spreadsheet | ||
|key= | |key=prmAzXfjwrEgNIXJOFYmbcA | ||
|width= | |width=850 | ||
|height= | |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> | </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> | ||