Extension:GoogleDocs4MW
Jump to navigation
Jump to search
GoogleDocs4MW 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.35+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
Example | ShoutWiki |
<googlespreadsheet> |
|
Translate the GoogleDocs4MW extension if it is available at translatewiki.net | |
The GoogleDocs4MW extension embeds Google Docs' spreadsheets into the wiki.
Installation[edit]
- 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' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Use[edit]
Supported parameters are:
- width (500 by default),
- height (300 by default) and
- style (width:100% by default).
As an example using all of the parameters:
<googlespreadsheet width="600" height="200" style="width: 50%">Google Docs' key goes here</googlespreadsheet>
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[edit]
This extension was inspired by the Wikia extension with the same name, but this extension was written back when Wikia wasn't open source.