Extension:YouTube/sv

From Linux Web Expert

Manual för MediaWikitillägg
YouTube
Utgivningsstatus: stabil
Genomförande Tagg , Media
Beskrivning
Möjliggör inbäddning av YouTube och Google Videos-filmer, Archive.org-ljud och video, WeGame och Gametrailers-video, Tangler forum, och GoGreenTube-videor.
Författare Przemek Piotrowski
MediaWiki
Förändringar i databasen Nej
Licenser GNU General Public License 2.0 eller senare
Ladda ner
Exempel Any ShoutWiki site
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Översätt tillägget YouTube om det finns tillgängligt på translatewiki.net
Vagrant-roll youtube

Tillägget YouTube möjliggör för användare att inbädda YouTube och Google Videos-filmer, Archive.org-ljud och video, WeGame och Gametrailers-video, Tangler forum, och GoGreenTube video.

Ursprungligen skapad av och för Fandom , fast Fandom använder inte längre tillägget.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/YouTube/sv</tvar>|Download]] and move the extracted <tvar name=name>YouTube/sv</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YouTube%2Fsv
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'YouTube/sv' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Användning

För att bädda in en YouTube-video:

‎<youtube>foo‎</youtube>

där foo är videons ID från webbadressen. T.ex. är videons webbadress https://www.youtube.com/watch?v=VyBSS48E4xI, så skulle den inbäddade koden bli:

Andra videotjänster som stöds

Läs ShoutWikis hjälpsida om hur man använder tillägget YouTube för mer information, som att använda alternativa, icke-YouTube-tjänster för att bädda in innehåll.

Tillägget YouTube tillåter också inbäddade videor från dessa tjänster:

Google Videos ‎<gvideo>
Archive.org-video ‎<aovideo>
WeGame ‎<wegame>
Tangler forum ‎<tangler>
Gametrailers ‎<gtrailer>
Nicovideo ‎<nicovideo>
GoGreenTube ‎<ggtube>

Setting width and height

Example:

You can change the width and height of the video box

  • Width is controlled with width="xxx", where xxx is the number of pixels.

The default is 640 pixels.

  • Height is controlled in the same way with height="xxx".

The default is 385 pixels.