Development:MediaWiki/Tables: Difference between revisions

no edit summary
(Created page with "See also: ''Development | Development:MediaWiki'' == Insert Google Sheet ==")
 
No edit summary
Line 1: Line 1:
See also: ''[[Development]] | [[Development:MediaWiki]]''
See also: ''[[Development]] | [[Development:MediaWiki]]''


== Insert Google Sheet ==
== Native Tables ==
Variations why native tables can be structured. [https://www.mediawiki.org/wiki/Help:Tables]
 
Apparently it is not possible to fix the header or the first row. <ref>https://phabricator.wikimedia.org/T42763</ref>
 
== Insert Google Sheet tables ==
In order to integrate google sheet tables into the wiki
 
# Open the google sheet you want to share. Go to File->Share-> Publish to Web -> Select the tab you want to publish -> Click publish.
# Go to edit source and add the following code: {{#widget:Google Spreadsheet
|key=1Ji9CK5Uf04SX4uYnD020Rnda9TMr-m9TbwRCqlHCuwA
|width=600
|height=400
}}
 
== References ==