« Widget:Google Presentation » : différence entre les versions
De Wiki des possibles
m (testing) |
Aucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
== Sample result == | == Sample result == | ||
{{#widget:Google_Presentation|key=2PACX-1vTm6CBGHSIF8GUW0crKNJJXxaZ14r3QQBWYqXbXT1KKBkLXPLTWl7r6Xb_KOL4dqulWMbVFhIlLZyFJ}} | {{#widget:Google_Presentation|key=2PACX-1vTm6CBGHSIF8GUW0crKNJJXxaZ14r3QQBWYqXbXT1KKBkLXPLTWl7r6Xb_KOL4dqulWMbVFhIlLZyFJ}} | ||
==Widget internals== | ==Widget internals== | ||
Ligne 21 : | Ligne 19 : | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<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> | |||
<iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="0" src="//docs.google.com/presentation/d/<!--{$key|escape:'urlpathinfo'}-->/embed?start=false&loop=false&delayms=3000"></iframe> | <iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="0" src="//docs.google.com/presentation/d/<!--{$key|escape:'urlpathinfo'}-->/embed?start=false&loop=false&delayms=3000"></iframe> | ||
</includeonly> | </includeonly> |
Version du 24 janvier 2022 à 19:37
This widget allows you to add Google Slides to your wiki page.
Documentation for this widget can be found at MediaWiki Widgets, but has been modified to be similar to Widget:Google Spreadsheet.
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.