8
edits
(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 = ' | var textToInsert = profileTags.join(', '); | ||
tardisProfileTag.innerHTML = textToInsert; | tardisProfileTag.innerHTML = textToInsert; | ||
$('.mw-page-title-main').append(tardisProfileTag); | $('.mw-page-title-main').append(tardisProfileTag); | ||
} | } | ||
}); | }); |
edits