About: dbkwik:resource/ojLN-r1uY0ThmSzUYiV-9g==   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : dbkwik.org associated with source dataset(s)

AttributesValues
rdfs:label
  • Użytkownik:Pandecybel/monobook.js
rdfs:comment
  • // zakoszone z en:User:Mr.Z-man/refToolbar.js var numforms = 0; var wikEdAutoUpdateUrl; function refbuttons() {if (mwCustomEditButtons && document.getElementById('toolbar')/* && wikEdAutoUpdateUrl == null*/) { button = document.createElement('a'); button.href = "javascript:easyCiteMain()"; button.title = "Wstaw szablon cytowania"; buttonimage = document.createElement('img'); buttonimage.src = ""; buttonimage.alt = "Wstaw szablon przypisu"; button.appendChild(buttonimage); document.getElementById('toolbar').appendChild(button); if (navigator.userAgent.indexOf('MSIE') == -1) { citemain = document.createElement('div'); citemain.style.display = 'none'; citemain.setAttribute('Id', 'citeselect'); citemain.appendChild( addOption("citeWeb()", "Strona
  • // var quickek_autosave = true; // From [[en:User:Lupin/autoedit.js]] function getParamValue(paramName) { var cmdRe=RegExp('[&?]'+paramName+'=([^&]*)'); var h=document.location; var m=cmdRe.exec(h); if (m) { try { return decodeURIComponent(m[1]); } catch (someError) {} } return null; } function quickek_ekIt () { var reason = prompt("Dlaczego chcesz zEKować ten art?", ''); if((reason) && (reason != "")) { var title = encodeURIComponent(wgPageName); window.location.href= "http://nonsensopedia.wikia.com/index.php?title" + title + "&action=edit&fakeaction=quickek&reason=" + encodeURIComponent(reason); } } function quickek_fastEk () { var title = encodeURIComponent(wgPageName); window.location.href= "http://nonsensopedia.wikia.com/index.php?title=" + title + "&action=edit&fakeaction=fastek";
dcterms:subject
dbkwik:nonsensoped...iPageUsesTemplate
abstract
  • // var quickek_autosave = true; // From [[en:User:Lupin/autoedit.js]] function getParamValue(paramName) { var cmdRe=RegExp('[&?]'+paramName+'=([^&]*)'); var h=document.location; var m=cmdRe.exec(h); if (m) { try { return decodeURIComponent(m[1]); } catch (someError) {} } return null; } function quickek_ekIt () { var reason = prompt("Dlaczego chcesz zEKować ten art?", ''); if((reason) && (reason != "")) { var title = encodeURIComponent(wgPageName); window.location.href= "http://nonsensopedia.wikia.com/index.php?title" + title + "&action=edit&fakeaction=quickek&reason=" + encodeURIComponent(reason); } } function quickek_fastEk () { var title = encodeURIComponent(wgPageName); window.location.href= "http://nonsensopedia.wikia.com/index.php?title=" + title + "&action=edit&fakeaction=fastek"; } function quickek_onload() { if (document.getElementById('ca-edit') == null) // not editable by non-admin return; addPortletLink('p-tb', 'javascript:quickek_fastEk()', "Błyskawiczne kasowanko", 'fast-ek', "Zgłoś artykuł do ekspresowego kasowanka bez podawania powodu"); addPortletLink('p-tb', 'javascript:quickek_ekIt()', "Ekspresowe kasowanko", 'quick-ek', "Zgłoś artykuł do ekspresowego kasowanka"); var fakeaction = getParamValue('fakeaction'); if(fakeaction=="quickek") { var reason = decodeURIComponent(getParamValue('reason')); editformval = document.editform.wpTextbox1.value; if((editformval) && (editformval != "") && !(editformval.match("{{ek")) && (reason) && (reason != "")) { editformval = "{{ek|1="+reason+"}} " + editformval; document.editform.wpTextbox1.value = editformval; document.editform.wpSummary.value = "[[Kategoria:EK" + "|ek]], powód: " + reason; if(quickek_autosave) { document.editform.wpSave.click(); } } } else if(fakeaction=="fastek") { editformval = document.editform.wpTextbox1.value; if((editformval) && (editformval != "") && !(editformval.match("{{ek"))) { editformval = "{{ek" +"}} " + editformval; document.editform.wpTextbox1.value = editformval; document.editform.wpSummary.value = "[[Kategoria:EK" + "|ek]]"; if(quickek_autosave) { document.editform.wpSave.click(); } } } } addOnloadHook(quickek_onload); //
  • // zakoszone z en:User:Mr.Z-man/refToolbar.js var numforms = 0; var wikEdAutoUpdateUrl; function refbuttons() {if (mwCustomEditButtons && document.getElementById('toolbar')/* && wikEdAutoUpdateUrl == null*/) { button = document.createElement('a'); button.href = "javascript:easyCiteMain()"; button.title = "Wstaw szablon cytowania"; buttonimage = document.createElement('img'); buttonimage.src = ""; buttonimage.alt = "Wstaw szablon przypisu"; button.appendChild(buttonimage); document.getElementById('toolbar').appendChild(button); if (navigator.userAgent.indexOf('MSIE') == -1) { citemain = document.createElement('div'); citemain.style.display = 'none'; citemain.setAttribute('Id', 'citeselect'); citemain.appendChild( addOption("citeWeb()", "Strona WWW") ); citemain.appendChild( addOption("citeBook()", "Książka") ); citemain.appendChild( addOption("citeJournal()", "Pismo") ); citemain.appendChild( addOption("citeNamedRef()", "Istniejące przypisy") ); citemain.appendChild( addOption("dispErrors()", "Sprawdzenie błędów") ); citemain.appendChild( addOption("hideInitial()", "Anuluj") ); document.getElementById('wpTextbox1').parentNode.insertBefore(citemain, document.getElementById('wpTextbox1')); } else {selection = ' '; document.getElementById('editform').innerHTML = selection + document.getElementById('editform').innerHTML; } } } function addOption(script, text) {option = document.createElement('input'); option.setAttribute('type', 'button'); option.setAttribute('onclick', script); option.setAttribute("value", text); return option; } function hideInitial() {document.getElementById('citeselect').style.display = 'none'; oldFormHide(); } function oldFormHide() {if (numforms != 0) { document.getElementById('citediv'+numforms).style.display = 'none'; } if (document.getElementById('errorform') != null) { document.getElementById('citeselect').removeChild(document.getElementById('errorform')); } } function easyCiteMain() {document.getElementById('citeselect').style.display = ; } function getTime() {var time = new Date(); var nowdate = time.getUTCDate(); if (nowdate<10) { nowdate = "0"+ nowdate.toString(); } var nowmonth = time.getUTCMonth()+1; if (nowmonth<10) { nowmonth = "0"+ nowmonth.toString(); } var nowyear = time.getUTCFullYear(); newtime = nowyear + '-' + nowmonth + '-' + nowdate; return (newtime); } function citeWeb() {oldFormHide(); template = "cytuj stronę"; var legend = "Cytowanie strony internetowej"; newtime = getTime(); numforms++; form = ' '+ ' '+legend+''+ ' '+ ''+ '+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ' '+ ''+ ' '; document.getElementById('citeselect').innerHTML += form; } function citeBook() {oldFormHide(); template = "cytuj książkę"; numforms++; form = ' '+ ' Cytowanie wydawnictw zwartych (książek)'+ ' '+ ''+ '+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ' '+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ' '+ ''+ ' '; document.getElementById('citeselect').innerHTML += form; createCollapseButtons(); } function citeJournal() {oldFormHide(); template = "cytuj pismo"; numforms++; form = ' '+ ' Cytowanie czasopisma, pracy naukowej, itp.'+ ' '+ ''+ '+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ' '+ ''+ ' '; document.getElementById('citeselect').innerHTML += form; } function addcites(template) {cites = document.getElementById('citediv'+numforms).getElementsByTagName('input'); var citebegin = '; var citeinner = ; for (var i=0; i && cites[i].id != "refname" && cites[i].id != "template") { citeinner += "|" + cites[i].id + "=" + cites[i].value; } else if (cites[i].value != && cites[i].id == "refname" && cites[i].id != "template") { citebegin += ' name="' + cites[i].value + '"'; } else if (cites[i].value != && cites[i].id != "refname" && cites[i].id == "template") { citename = '>"; insertTags(cite, , ); document.getElementById('citediv'+numforms).style.display = 'none'; } function getNamedRefs(calls) {text = document.getElementById('wpTextbox1').value; var regex; if (calls) { regex = /< *?ref +?name *?= *?(('([^']*?)')|("([^"]*?)")|([^'"\s]*?[^\/]\b)) *?\/ *?>/gi //' } else { regex = /< *?ref +?name *?= *?(('([^']*?)')|("([^"]*?)")|([^'"\s]*?[^\/]\b)) *?>/gi //' } var namedrefs = new Array(); var i=0; var nr=true; do { ref = regex.exec(text); if(ref != null){ if (ref[5]) { namedrefs[i] = ref[5]; } else if (ref[3]) { namedrefs[i] = ref[3]; } else { namedrefs[i] = ref[6]; } i++; } else { nr=false; } } while (nr==true); return namedrefs; } function citeNamedRef() {namedrefs = getNamedRefs(false); if (namedrefs == ) { oldFormHide(); numforms++; out = ' '+ 'Przypisy z artykułuNie znaleziono żadnych przypisów z przypisanymi nazwami (
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software