Widget:Google Spreadsheet: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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 is the [[Google Spreadsheet]] template supporting [[MediaWiki: Widgets Extension]].
* Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
* To get help on using the Google Spreadsheet widget [http://www.mediawikiwidgets.org/Google_Spreadsheet].
* Since Google Docs migrated to Google Drive, the reference for the template code has change. The latest is available [http://wiki.glitchdata.com/index.php?title=Widget:Google_Spreadsheet here].
* Install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension]


== Using this widget ==
==Related==
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Google_Spreadsheet widget description page on MediaWikiWidgets.org].
* [[Widget:Facebook Comments]]
* [[Widget:Google Spreadsheet]]
* [[Widget:Google Form]]
* [[Widget:Google Document]]
* [[Widget:Google Presentation]]
* [[Widget:Google Maps]]


== Copy to your site ==
 
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
==Template Code==
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="0" src="https://spreadsheets.google.com/pub?key=<!--{$key|escape:'urlpathinfo'}--><!--{if not $page}-->&output=html&widget=true<!--{/if}-->"></iframe></includeonly>
This template code needs to be created as a page in your MediaWiki site.
 
[{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude>
 
<includeonly>
<iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="0" src="https://docs.google.com/spreadsheet/ccc?key=<!--{$key|escape:'urlpathinfo'}--><!--{if not $page}-->&output=html&widget=true<!--{/if}-->">
</iframe>
</includeonly>

Latest revision as of 18:14, 3 January 2017

This is the Google Spreadsheet template supporting MediaWiki: Widgets Extension.

Related


Template Code

This template code needs to be created as a page in your MediaWiki site.

full source code of this page to your wiki as Widget:Google Spreadsheet article.