Difference between revisions of "Template:PhET"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
(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...")
 
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 11:28, 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.

Template parameters

ParameterDescriptionTypeStatus
URL1

Copy the url from PhET website

Example
https://phet.colorado.edu/sims/html/energy-forms-and-changes/latest/energy-forms-and-changes_en.html
Stringrequired
Width2

no description

Default
800
Example
800
Numberoptional
Height3

no description

Default
600
Example
600
Numberoptional