![]() Release status: stable |
|
---|---|
Implementation | Tag |
Description | Adds โ<googlespreadsheet> tag for Google Docs' spreadsheets display |
Author(s) | Jack Phoenix |
Latest version | 1.4 (2020-04-19) |
MediaWiki | 1.39.4+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Example | ShoutWiki |
Tags
โ<googlespreadsheet> |
|
Hooks used
|
|
Quarterly downloads | 30 (Ranked 140th) |
Public wikis using | 1,188 (Ranked 231st) |
Translate the GoogleDocs4MW extension if it is available at translatewiki.net | |
The GoogleDocs4MW extension embeds Google Docs' spreadsheets into the wiki.
Installation
- Download and place the file(s) in a directory called
GoogleDocs4MW
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'GoogleDocs4MW' );
file: Done โ Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
Supported parameters are:
Name | Default |
---|---|
width | 500 |
height | 300 |
style | width:100% |
As an example using all of the parameters:
<googlespreadsheet width="600" height="200" style="width:50%">Google Docs' key goes here</googlespreadsheet>
The Google Docs' key is the ID, encoded in the URL. For example, https://docs.google.com/spreadsheets/d/4cmYOu9kuIfCzbu-Dsu9XaGHUnUHG32PK9wHe5yMv3VZ/edit#gid=0
has ID 4cmYOu9kuIfCzbu-Dsu9XaGHUnUHG32PK9wHe5yMv3VZ
.
To actually embed a spreadsheet, the spreadsheet needs to be published with Google's File > Publish to Web... option. It is not sufficient to just have a shareable link.
Note
This extension was inspired by the Fandom extension with the same name, but this extension was written back when Fandom wasn't open source.
See also
- Extension:GoogleDocTag
- Extension:Widgets
![]() | 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. |
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.