User:Rurin/timeless.js: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
m
no edit summary
(Created page with "→‎############################################: →‎### ProfileTags ###: →‎### User:RurinGas ###: →‎############################################: $(function ($) { 'use strict'; var conf = mw.config.get([ 'wgTitle' ]); var params = { action: 'raw', title: 'MediaWiki:ProfileTags' }; $.get(mw.util.wikiScript(), params, function (data) { if (!data.length) {...")
 
mNo edit summary
Line 35: Line 35:
     var tardisProfileTag = document.createElement("p");
     var tardisProfileTag = document.createElement("p");
     tardisProfileTag.id = 'tardisProfileTag';
     tardisProfileTag.id = 'tardisProfileTag';
         var textToInsert = 'TARDIS';
         var textToInsert = profileTags.join(', ');
         tardisProfileTag.innerHTML = textToInsert;
         tardisProfileTag.innerHTML = textToInsert;
         $('.mw-page-title-main').append(tardisProfileTag);
         $('.mw-page-title-main').append(tardisProfileTag);
     }
     }
});
});
8

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.