Extension:GoogleDocs4MW
From MediaWiki.org
|
GoogleDocs4MW Release status: stable |
|||
|---|---|---|---|
| Implementation | Tag | ||
| Description | Adds <googlespreadsheet> tag for Google Docs' spreadsheets display | ||
| Author(s) | Jack Phoenix | ||
| Last version | 1.1 | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
| Example | ShoutWiki | ||
|
|||
| Check usage and version matrix | |||
GoogleDocs4MW extension allows to embed Google Docs' spreadsheets on the wiki via the <googlespreadsheet> tag.
Supported parameters are width (500 by default), height (300 by default) and style (width:100% by default). Usage example with all the parameters: <googlespreadsheet width="600" height="200" style="width: 50%">Google Docs' key goes here</googlespreadsheet>
This extension was inspired by the Wikia extension with the same name, but this extension was written back when Wikia wasn't open source.
Installation [edit]
- Download the file and place it in $IP/extensions/GoogleDocs4MW/
- Add the line
into the wiki's LocalSettings.phprequire_once("$IP/extensions/GoogleDocs4MW/GoogleDocs4MW.php");
- Installation can now be verified through the wiki's Special:Version