Mudanças entre as edições de "Widget:Google Spreadsheet"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
(Criou página com '<noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/spreadsheets/ Google Spreadsheets]''' to your wiki page. * Created by [http://www.media...')
 
Linha 1: Linha 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 [http://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 [http://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 [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.
+
==Template 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>
+
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="http://docs.google.com/spreadsheet/ccc?key=<!--{$key|escape:'urlpathinfo'}--><!--{if not $page}-->&output=html&widget=true<!--{/if}-->">
 +
</iframe>
 +
</includeonly>

Edição das 22h24min de 19 de novembro de 2015

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.