Відмінності між версіями «Widget:Google Form»

Матеріал з Київський столичний університет імені Бориса Грінченки
Перейти до: навігація, пошук
(Створена сторінка: <noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/spreadsheets/bin/answer.py?hl=en&answer=87809 Google Spreadsheet Forms]'...)
 
Рядок 1: Рядок 1:
<noinclude>__NOTOC__
+
<noinclude>2014.03.18 Google Form Widget: [http://www.mediawikiwidgets.org/w/index.php?title=Widget:Google_Form http://www.mediawikiwidgets.org/]</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>
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.]
+
 
+
To insert this widget, use the following code:
+
 
+
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
+
|key=po-s58YMwf85Q3UxRzdGOBw
+
|width=600
+
|height=750
+
}}</nowiki>
+
 
+
== 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 ==
+
* [[Widget:Google Document|Google Document]] - for embedding documents
+
* [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets
+
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations
+
 
+
== 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>
+

Версія за 17:46, 18 березня 2014

2014.03.18 Google Form Widget: http://www.mediawikiwidgets.org/