Extension:GoogleDocs4MW/pl

From mediawiki.org
This page is a translated version of the page Extension:GoogleDocs4MW and the translation is 7% complete.
Podręcznik rozszerzeń MediaWiki
GoogleDocs4MW
Status wydania: stabilne
Realizacja Znaczniki
Opis Adds ‎<googlespreadsheet> tag for Google Docs' spreadsheets display
Autor(zy) Jack Phoenix
Ostatnia wersja 1.4 (2020-04-19)
MediaWiki 1.39.7+
Zmiany w bazie danych Nie
Licencja GNU General Public License 2.0 or later
Pobieranie
Przykład ShoutWiki
‎<googlespreadsheet>
Quarterly downloads 14 (Ranked 124th)
Public wikis using 1,188 (Ranked 231st)
Przetłumacz rozszerzenie GoogleDocs4MW jeżeli jest dostępne na translatewiki.net

The GoogleDocs4MW extension embeds Google Docs' spreadsheets into the wiki.

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie GoogleDocs4MW w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleDocs4MW
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'GoogleDocs4MW' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

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.

Zobacz też