Difference between revisions of "Template:PhET"
Jump to navigation
Jump to search
KOER admin (talk | contribs) (Created page with "{{#widget:Iframe |url={{{1}}} |width={{{2|800}}} |height={{{3|600}}} }} Download this geogebra file from this [{{{1}}}?download link]. <noinclude> Example: <nowiki>{{PhET|htt...") |
KOER admin (talk | contribs) |
||
Line 9: | Line 9: | ||
Example: <nowiki>{{PhET|https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html}}</nowiki> <br/> | Example: <nowiki>{{PhET|https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html}}</nowiki> <br/> | ||
<br/> | <br/> | ||
+ | |||
+ | {{PhET|https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html}} | ||
+ | |||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "URL", | ||
+ | "description": "Copy the url from PhET website", | ||
+ | "example": "https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | }, | ||
+ | "2": { | ||
+ | "label": "Width", | ||
+ | "example": "800", | ||
+ | "type": "number", | ||
+ | "default": "800" | ||
+ | }, | ||
+ | "3": { | ||
+ | "label": "Height", | ||
+ | "example": "600", | ||
+ | "type": "number", | ||
+ | "default": "600" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Revision as of 16:58, 29 April 2019
Download this geogebra file from this [{{{1}}}?download link].
Example: {{PhET|https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html}}
Download this geogebra file from this link.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
URL | 1 | Copy the url from PhET website
| String | required |
Width | 2 | no description
| Number | optional |
Height | 3 | no description
| Number | optional |