Extension:GoogleForms
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | TagCategory:Tag extensions |
Description | This extension allows users to embed Google Forms |
Author(s) | Claire (BlankEclairtalk) |
Compatibility policy | Main branch maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | >= 1.42.0Category:Extensions with manual MediaWiki version |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
<googleforms /> <gforms /> |
|
This is an extension that allows you to embed Google Forms onto wiki pages via iframes.
Usage
Call the <gforms />
or <googleforms />
tag with the following attributes:
id
(required): The ID of the form. This is the "XYZ" part in "https://docs.google.com/forms/d/e/XYZ/viewform".width
(optional): The width of the iframe in CSS pixels, or a percentage.height
(optional): The height of the iframe in CSS pixels, or a percentage.style
(optional): Inline CSS for the iframe.class
(optional): Classes for the iframe.
Examples
<gforms id="1FAIpQLScPoWuT5Udr3gGi6YZoreUIEUY8sb1xCTtfidZmFr1mlDqBSQ" />
<gforms id="1FAIpQLScPoWuT5Udr3gGi6YZoreUIEUY8sb1xCTtfidZmFr1mlDqBSQ" width="100%" height="500" />
<gforms id="1FAIpQLScPoWuT5Udr3gGi6YZoreUIEUY8sb1xCTtfidZmFr1mlDqBSQ" width="100%" class="google-form" style="height: 50em" />
Credits
- Extension:BoilerPlate: Example extension that this extension is based off of
See also
- Extension:GoogleDocTag: Embed Google Docs onto wiki pages
- Extension:GoogleDocs4MW: Embed Google Spreadsheets onto wiki pages
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Category:All extensions
Category:Beta status extensions
Category:Extensions included in Miraheze
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions with master compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:ParserFirstCallInit extensions
Category:Poll extensions
Category:Tag extensions