Jump to content

Template:Top Main 2 and Special:Badtitle/NS274:Google Document: Difference between pages

From A Place to Study
(Difference between pages)
robbiemcclintoc.org>Robbie
m 1 revision imported
 
robbiemcclintoc.org>Robbie
Created page with "<noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page. It was originally created by Sergey Chernyshev. To insert this widget, use the following code: <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki> |id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U |width=500 |height=300 }}</nowiki> == Parameters == * '''width''' and '''height''' define document dimens..."
 
Line 1: Line 1:
__NOTOC__ __NOTITLE__
<noinclude>__NOTOC__
<div class="apts">  
This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page.
{{Top|Dialogs|NavCircles|LinksMain}}
 
It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]].
 
To insert this widget, use the following code:
 
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
|width=500
|height=300
}}</nowiki>
 
== Parameters ==
* '''width''' and '''height''' define document dimensions, 500x300 is default
* '''id''' - id parameter used in the URL
* '''key''' - docID parameter used in old document URL (use it instead of '''id''' to embed old document)
 
; Note: In order for your embedded Google Doc to be visible on your wiki, you must first '''publish it to the web'''.
# Open your document.
# From the document menu, choose File > Publish to the Web...
# Click "Start publishing" button.
# See also: [http://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options]
 
== Sample result ==
{{#widget:{{PAGENAME}}
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
|width=500
|height=300
}}
 
=== Old document ===
Old document that has '''docID''' attribute in the URL instead of '''id'''.
 
{{#widget:{{PAGENAME}}
|key=dcn37mcz_34cvfjpmhf
|width=500
|height=300
}}
 
{{Template:Copy to your site}}
* Since Google Migration to Google Drive, the template reference has changed. See [http://wiki.glitchdata.com/index.php?title=Widget:Google_Document here] for latest template code.
 
 
== Related widgets ==
* [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets
* [[Widget:Google Form|Google Form]] - for embedding spreadsheet forms
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations
 
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" src="//docs.google.com/<!--{if isset($id)}-->document/pub?id=<!--{$id|escape:'urlpathinfo'}-->&amp;embedded=1<!--{elseif isset($key)}-->View?docID=<!--{$key|escape:'urlpathinfo'}-->&hgd=1<!--{/if}-->" style="border: none"></iframe></includeonly>

Revision as of 12:50, 28 October 2024

This widget allows you to add Google Documents to your wiki page.

It was originally created by Sergey Chernyshev.

To insert this widget, use the following code:

{{#widget:Google Document
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
|width=500
|height=300
}}

Parameters

  • width and height define document dimensions, 500x300 is default
  • id - id parameter used in the URL
  • key - docID parameter used in old document URL (use it instead of id to embed old document)
Note
In order for your embedded Google Doc to be visible on your wiki, you must first publish it to the web.
  1. Open your document.
  2. From the document menu, choose File > Publish to the Web...
  3. Click "Start publishing" button.
  4. See also: Publishing does not affect visibility options

Sample result

{{#widget:Google Document |id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U |width=500 |height=300 }}

Old document

Old document that has docID attribute in the URL instead of id.

{{#widget:Google Document |key=dcn37mcz_34cvfjpmhf |width=500 |height=300 }}

Template:Copy to your site

  • Since Google Migration to Google Drive, the template reference has changed. See here for latest template code.