« Widget:Google Presentation » : différence entre les versions
De Wiki des possibles
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<noinclude>__NOTOC__ | <noinclude>__NOTOC__ | ||
This widget allows you to add '''[https://support.google.com/docs/answer/2763168?hl=en&ref_topic=19434 Google Slides]''' to your wiki page. | This widget allows you to add '''[https://support.google.com/docs/answer/2763168?hl=en&ref_topic=19434 Google Slides]''' to your wiki page. | ||
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
Ligne 20 : | Ligne 18 : | ||
<includeonly> | <includeonly> | ||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTm6CBGHSIF8GUW0crKNJJXxaZ14r3QQBWYqXbXT1KKBkLXPLTWl7r6Xb_KOL4dqulWMbVFhIlLZyFJ/embed?start=false&loop=false&delayms=3000"></iframe> | <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTm6CBGHSIF8GUW0crKNJJXxaZ14r3QQBWYqXbXT1KKBkLXPLTWl7r6Xb_KOL4dqulWMbVFhIlLZyFJ/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | ||
</includeonly> | </includeonly> |
Version du 24 janvier 2022 à 19:43
This widget allows you to add Google Slides to your wiki page.
To insert this widget, use the following code:
{{#widget:Google Presentation|key=1wUktKYpGaQ5atYjlFp1Cn1lRGSqlEHtGeQw9VHOYhrE}}
Parameters
- key - key parameter in document URL
- width and height define spreadsheet dimensions, 500x300 is default, but you might want to copy it from embed code since size depends on fields you have
Sample result
Widget internals
Widgets do not use parser functions. Instead, a template programming language known as "Smarty" is used. Refer to the Smarty 3 Manual for the details.