Difference between revisions of "Widget:Google Form"

From Deep Blue Robotics Wiki
Jump to: navigation, search
(Created page with " <noinclude>__NOTOC__<br/> This widget allows you to add '''[http://documents.google.com/support/spreadsheets/bin/answer.py?hl=en&answer=87809 Google Spreadsheet Forms]''' to...")
 
 
Line 1: Line 1:
 
+
<noinclude>__NOTOC__
<noinclude>__NOTOC__<br/> This widget allows you to add '''[http://documents.google.com/support/spreadsheets/bin/answer.py?hl=en&answer=87809 Google Spreadsheet Forms]''' to your wiki page.
+
This widget allows you to add '''[http://documents.google.com/support/spreadsheets/bin/answer.py?hl=en&answer=87809 Google Spreadsheet Forms]''' to your wiki page.
  
 
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.]
Line 6: Line 6:
 
To insert this widget, use the following code:
 
To insert this widget, use the following code:
  
&nbsp;<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki><br/> |key=po-s58YMwf85Q3UxRzdGOBw<br/> |width=600<br/> |height=750<br/> }}</nowiki>
+
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 +
|key=po-s58YMwf85Q3UxRzdGOBw
 +
|width=600
 +
|height=750
 +
}}</nowiki>
  
== Parameters ==<br/> * '''key''' - key parameter in emailing/embedding URL<br/> * '''width''' and '''height''' define form dimensions, 300x400 is default, but you might want to copy it from embed code since size depends on fields you have
+
== Parameters ==
 +
* '''key''' - key parameter in emailing/embedding URL
 +
* '''width''' and '''height''' define form dimensions, 300x400 is default, but you might want to copy it from embed code since size depends on fields you have
  
 
{{Template:Copy to your site}}
 
{{Template:Copy to your site}}
  
== Related widgets ==<br/> * [[Widget:Google Document|Google Document]] - for embedding documents<br/> * [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets<br/> * [[Widget:Google Presentation|Google Presentation]] - for embedding presentations
+
== Related widgets ==
 
+
* [[Widget:Google Document|Google Document]] - for embedding documents
== Sample result ==<br/> {{#widget:{{PAGENAME}}<br/> |key=po-s58YMwf85Q3UxRzdGOBw<br/> |width=600<br/> |height=750<br/> }}<br/> </noinclude><includeonly><iframe src="http://spreadsheets.google.com/embeddedform?key=<!--{$key|escape:'urlpathinfo'}-->" width="<!--{$width|escape:'html'|default:300}-->" height="<!--{$height|escape:'html'|default:400}-->" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></includeonly>
+
* [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets
 +
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations
  
&nbsp;
+
== Sample result ==
 +
{{#widget:{{PAGENAME}}
 +
|key=po-s58YMwf85Q3UxRzdGOBw
 +
|width=600
 +
|height=750
 +
}}
 +
</noinclude><includeonly><iframe src="http://spreadsheets.google.com/embeddedform?key=<!--{$key|escape:'urlpathinfo'}-->" width="<!--{$width|escape:'html'|default:300}-->" height="<!--{$height|escape:'html'|default:400}-->" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></includeonly>

Latest revision as of 05:06, 5 October 2016

This widget allows you to add Google Spreadsheet Forms to your wiki page.

It was originally created by Sergey Chernyshev for Semantic Communities LLC.

To insert this widget, use the following code:

{{#widget:Google Form
|key=po-s58YMwf85Q3UxRzdGOBw
|width=600
|height=750
}}

Parameters

  • key - key parameter in emailing/embedding URL
  • width and height define form dimensions, 300x400 is default, but you might want to copy it from embed code since size depends on fields you have

Template:Copy to your site

Related widgets

Sample result