Widget:MediaWiki: Unterschied zwischen den Versionen

Aus TUEpedia
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „{{Widget |description=Allows you to embed pages from MediaWiki wikis. |author=Mietchen |provider=Any MediaWiki site |providerurl=https://www.mediawiki.org/ |st…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
{{Widget
<noinclude>__NOTOC__
|description=Allows you to embed pages from MediaWiki wikis.
This widget allows you to embed pages from '''[https://www.mediawiki.org/ MediaWiki] wikis''' on your wiki page.
|author=Mietchen
|provider=Any MediaWiki site
|providerurl=https://www.mediawiki.org/
|status=active
|security=unknown
|addedon=08/17/2010
}}
----
This widget allows you to embed pages from '''[https://www.mediawiki.org/ MediaWiki] wikis''' on your wiki page. '''Note that this kind of page inclusion should generally be avoided and is actually not good practice at all!'''


To insert this widget, use the following code:
Created by [https://www.mediawikiwidgets.org/User:Mietchen Mietchen]


<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>|id=Observational astronomy}}</nowiki>
== Using this widget ==
For information on how to use this widget, see [https://www.mediawikiwidgets.org/MediaWiki widget description page on MediaWikiWidgets.org].


== Parameters ==
== Copy to your site ==
* '''baseurl''' - base URL for all the articles ([http://en.wikiversity.org/w/index.php?title=Educational_Media_Awareness_Campaign&oldid=581553 '''http<nowiki></nowiki>://en.wikiversity.org/w/index.php?title='''Educational_Media_Awareness_Campaign&oldid=581553])
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
* '''id''' - the wiki page to be loaded ([http://en.wikiversity.org/w/index.php?title=Educational_Media_Awareness_Campaign&oldid=581553 http<nowiki></nowiki>://en.wikiversity.org/w/index.php?title='''Educational_Media_Awareness_Campaign'''&oldid=581553])
</noinclude><includeonly><iframe src="<!--{$baseurl|default:'http://en.wikiversity.org/wiki/'|validate:'url'}--><!--{$id|default:'Educational Media Awareness Campaign'|escape:'urlpathinfo'}--><!--{if isset($oldid)}-->oldid=<!--{$oldid|escape:'urlpathinfo'}--><!--{/if}-->" width="<!--{$width|default:'100%'|escape:'html'}-->" height="<!--{$height|default:345|escape:'html'}-->"></iframe></includeonly>
* '''oldid''' - (optional) oldid of the wiki page to be loaded ([http://en.wikiversity.org/w/index.php?title=Educational_Media_Awareness_Campaign&oldid=581553 http<nowiki></nowiki>://en.wikiversity.org/w/index.php?title=Educational_Media_Awareness_Campaign&oldid='''581553'''])
* '''width''' and '''height''' define view dimensions, 100% by 345px is default
 
== Widget for specific wiki ==
If you'd like to simplify process for including content from specific wiki, you can create a template that calls this widget with predefined <code>baseurl</code> parameter. See sample templates for [[Template:AcaWiki|AcaWiki]],  [[Template:EoEarth|EoEarth]], [[Template:Citizendium|Citizendium]], [[Template:OpenWetWare|OpenWetWare]], [[Template:Scholarpedia|Scholarpedia]], [[Template:WikiEducator|WikiEducator]], [[Template:Wikipedia|Wikipedia]].
 
Please avoid adding widgets for specific wikis.
 
== Sample result ==
{{#widget:{{PAGENAME}}
|id=Observational astronomy
}}
{{Comments}}

Aktuelle Version vom 12. September 2018, 14:40 Uhr

This widget allows you to embed pages from MediaWiki wikis on your wiki page.

Created by Mietchen

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:MediaWiki.