Изменения

WikiBookmarks/Usage

98 байтов убрано, 16:12, 30 ноября 2010
м
Нет описания правки
panel or add it into your browser's bookmarks.
<!-- The following is Wikitext/HTML+JavaScript code for creating bookmarklet. It is localized using {{MediaWiki:&lt;msgid}} &gt; templates and substituted into Wikitext help files. --><html><div style="display:inline-block"><label for="wb_page"><b></html>{{MediaWikiArticle title:wikibookmarks-page-editlabel}}<html></b></label><br/><input type="text" id="wb_page" size="20" value="</html>{{ns:User}}:{{USERNAME}}/{{MediaWiki:wikibookmarks-bookmarks-page}}Bookmarks<html>" /></div><div style="display:inline-block"><label for="wb_text"><b></html>{{MediaWikiButton text:wikibookmarks-text-editlabel}}<html></b></label><br/><input type="text" id="wb_text" size="20" value="</html>{{MediaWiki:wikibookmarks-default-text}}WikiBookmark it<html>" /></div><input type="button" value="</html>{{MediaWiki:wikibookmarks-make-link}}Make bookmarklet for me<html>" onclick="wb_make_link()" />
<div id="wb_link_div" style="font-weight: bold"></div>
<script language="JavaScript">
if (pg == "")
{
alert("</html>{{MediaWiki:wikibookmarks-pagePlease, enter non-empty}}bookmarks article title!<html>");
return;
}
var d = document.getElementById("wb_link_div");
d.innerHTML = "";
d.appendChild(document.createTextNode("</html>{{MediaWiki:wikibookmarksDrag-dragand-bookmarklet}}drop the following link onto your browser's panel:<html>"));
d.appendChild(document.createElement('br'));
d.appendChild(document.createTextNode("[[ "));
</html>
<!-- End HTML+JavaScript -->
 
When you click the newly added button when viewing some interesting Web page,
'''WikiBookmarks''' will remember current page's URL, title and selected text (if any),
on MediaWiki article you selected for bookmarks ([[{{ns:User}}:{{USERNAME}}/{{MediaWiki:wikibookmarks-bookmarks-page}}Bookmarks]] by default).
The new bookmarks are added into beginning of an article, under certain count of headings.
[[Category:Help]]
[[ru:ВикиЗакладки/Справка]]