Content deleted Content added
Zackmann08 (talk | contribs) No edit summary |
Zackmann08 (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 15:
function wpBuildCheckForUnknownParameters()
{
var
templateTitle = templateTitle.replace(/Editing\sTemplate\:(.*)\s\-\sWikipedia.*/, "{{unknown params category|$1}}");
var dummy = $('<input>').val(
document.execCommand('copy')
Line 139 ⟶ 140:
}
// -------------------------------------------------------------------------------- //
});
//</nowiki>
|