Alex
Created page with "→* * YouTube video embedder * Injects an iframe, rather than uploading the video to Wikia's video library * See https://runescape.wiki/w/Template:Youtube for further documentation: ;(function ($, document) { 'use strict'; if ($('.youtube').length == 0) { return; } function injectVideo() { var tags = $('.youtube'), i, contents, iframe; if (tags.length === 0) { return; }..."