Template:Iframe: Difference between revisions
Created page with '<includeonly><div class="NavFrame {{{collapsed|collapsed}}}"><div class="NavHead">{{{1}}} </div><div class="NavContent">{{#widget:Iframe |url={{{2}}} |width={{{3}}} |height={{{4}…' |
hidden widget page has been fixed |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class=" | <includeonly><div class="mw-collapsible {{{collapsed|mw-collapsed}}}" data-collapsetext="hide ▲" data-expandtext="show ▼">{{{1}}} <div class="mw-collapsible-content">{{#widget:Iframe | ||
|url={{{2}}} | |url={{{2}}} | ||
|width={{{3}}} | |width={{{3}}} | ||
|height={{{4}}} | |height={{{4}}} | ||
|border={{{5|1}}} | |border={{{5|1}}} | ||
}}</div></div></includeonly><noinclude> | }}</div></div></includeonly><noinclude>__TOC__ | ||
This template is used to dynamically reveal another web page within a wiki page. It is wrapped in a collapsible frame so that | This template is used to dynamically reveal another web page within a wiki page. It is wrapped in a collapsible frame so that the retrieved page can be hidden or revealed through a [show ▼]/[hide ▲] frame on the wiki page. | ||
See [[Widget:Iframe]] for information on the wiki extension enabling this feature. | See [[Widget:Iframe]] and http://www.mediawikiwidgets.org/Iframe for information on the wiki extension enabling this feature. | ||
==Usage== | ==Usage== | ||
<big><code><nowiki>{{Iframe|collapsed=collapsed|headline|URI|width|height|border}}</nowiki></code></big> | <big><code><nowiki>{{Iframe|collapsed=mw-collapsed|headline|URI|width|height|border}}</nowiki></code></big> | ||
Required parameters: | Required parameters: | ||
| Line 19: | Line 19: | ||
Optional, named parameter: | Optional, named parameter: | ||
# collapsed -- may have one of 2 possible values: | # collapsed -- may have one of 2 possible values: | ||
#* collapsed -- (the default) -- hides the content and produces a [show] link after the headline | #* mw-collapsed -- (the default) -- hides the content and produces a [show ▼] link after the headline | ||
#* -- (nothing) entered as <big><code>|collapsed=|</code></big> -- the content will show below the header, which will have a [hide] link next to it. | #* -- (nothing) entered as <big><code>|collapsed=|</code></big> -- the content will show below the header, which will have a [hide ▲] link next to it. | ||
Optional, positional parameters: | Optional, positional parameters: | ||
| Line 33: | Line 33: | ||
Using an aliased link as the headline: | Using an aliased link as the headline: | ||
<big> | <big> | ||
<pre><nowiki>{{Iframe|[http://activities.sugarlabs.org Sugar Activity Library]|http://activities.sugarlabs.org | <pre><nowiki>{{Iframe|[http://activities.sugarlabs.org Sugar Activity Library] |http://activities.sugarlabs.org | ||
|900|600|1}}</nowiki> | |900|600|1}}</nowiki> | ||
</pre></big> | </pre></big> | ||