Extension:GoogleForms

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
GoogleForms
Release status: betaCategory:Beta status extensions
Implementation Tag Category: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 />
Category:All extensionsCategory:Extensions not in ExtensionJson

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

See also

Category:Poll extensions
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