<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>https://discopal.ispras.ru/index.php?action=history&amp;feed=atom&amp;title=WikiBookmarks%2FUsage</id>
		<title>WikiBookmarks/Usage - История изменений</title>
		<link rel="self" type="application/atom+xml" href="https://discopal.ispras.ru/index.php?action=history&amp;feed=atom&amp;title=WikiBookmarks%2FUsage"/>
		<link rel="alternate" type="text/html" href="https://discopal.ispras.ru/index.php?title=WikiBookmarks/Usage&amp;action=history"/>
		<updated>2026-04-20T18:40:42Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>https://discopal.ispras.ru/index.php?title=WikiBookmarks/Usage&amp;diff=870&amp;oldid=prev</id>
		<title>66.249.66.101: WikiBookmarks: load help page</title>
		<link rel="alternate" type="text/html" href="https://discopal.ispras.ru/index.php?title=WikiBookmarks/Usage&amp;diff=870&amp;oldid=prev"/>
				<updated>2011-08-01T04:34:57Z</updated>
		
		<summary type="html">&lt;p&gt;WikiBookmarks: load help page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''WikiBookmarks''' is a '''MediaWiki''' extension which lets you to manage shared bookmark&lt;br /&gt;
lists inside a Wiki article. The extension is written by [http://yourcmc.ru/wiki/User:VitaliyFilippov Vitaliy Filippov]&lt;br /&gt;
and is distributed under the terms of GNU GPL license version 3 or later. Also, here is a&lt;br /&gt;
[http://yourcmc.ru/wiki/WikiBookmarks_(MediaWiki) link to extension homepage].&lt;br /&gt;
&lt;br /&gt;
You always can find a fresh version of the '''WikiBookmarks''' documentation on the [[Special:Bookmarks]] page.&lt;br /&gt;
Actually, you've already found it :-).&lt;br /&gt;
&lt;br /&gt;
'''WikiBookmarks''' are used in the form of a tiny bookmarklet&lt;br /&gt;
([http://en.wikipedia.org/wiki/Bookmarklet what is a bookmarklet?]).&lt;br /&gt;
To install such a bookmarklet in your browser, you need to enter the title&lt;br /&gt;
of Wiki Article which you want to maintain as your bookmark list, click&lt;br /&gt;
''Make bookmarklet'' and drag-and-drop displayed link onto your browser's&lt;br /&gt;
panel or add it into your browser's bookmarks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- The following is Wikitext/HTML+JavaScript code for creating bookmarklet. It is localized using &amp;amp;lt;msgid&amp;amp;gt; templates and substituted into Wikitext help files. --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;div style=&amp;quot;display:inline-block&amp;quot;&amp;gt;&amp;lt;label for=&amp;quot;wb_page&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;/html&amp;gt;Article title:&amp;lt;html&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;wb_page&amp;quot; size=&amp;quot;40&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline-block&amp;quot;&amp;gt;&amp;lt;label for=&amp;quot;wb_text&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;/html&amp;gt;Button text:&amp;lt;html&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;wb_text&amp;quot; size=&amp;quot;20&amp;quot; value=&amp;quot;&amp;lt;/html&amp;gt;WikiBookmark it&amp;lt;html&amp;gt;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;&amp;lt;/html&amp;gt;Make bookmarklet for me&amp;lt;html&amp;gt;&amp;quot; onclick=&amp;quot;wb_make_link()&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wb_link_div&amp;quot; style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot; type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://&amp;lt;/html&amp;gt;{{SERVERNAME}}{{SCRIPTPATH}}/extensions/WikiBookmarks/WikiBookmarks.js&amp;lt;html&amp;gt;&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
function wb_make_link()&lt;br /&gt;
{&lt;br /&gt;
 var pg = document.getElementById(&amp;quot;wb_page&amp;quot;).value;&lt;br /&gt;
 var t = document.getElementById(&amp;quot;wb_text&amp;quot;).value;&lt;br /&gt;
 if (!t)&lt;br /&gt;
  t = &amp;quot;&amp;lt;/html&amp;gt;WikiBookmark it&amp;lt;html&amp;gt;&amp;quot;;&lt;br /&gt;
 if (pg == &amp;quot;&amp;quot;)&lt;br /&gt;
 {&lt;br /&gt;
  alert(&amp;quot;&amp;lt;/html&amp;gt;Please, enter non-empty bookmarks article title!&amp;lt;html&amp;gt;&amp;quot;);&lt;br /&gt;
  return;&lt;br /&gt;
 }&lt;br /&gt;
 var d = document.getElementById(&amp;quot;wb_link_div&amp;quot;);&lt;br /&gt;
 d.innerHTML = &amp;quot;&amp;quot;;&lt;br /&gt;
 d.appendChild(document.createTextNode(&amp;quot;&amp;lt;/html&amp;gt;Drag-and-drop the following link onto your browser's panel:&amp;lt;html&amp;gt;&amp;quot;));&lt;br /&gt;
 d.appendChild(document.createElement('br'));&lt;br /&gt;
 d.appendChild(document.createTextNode(&amp;quot;[[ &amp;quot;));&lt;br /&gt;
 var a = document.createElement('a');&lt;br /&gt;
 a.href = wb_bookmarklet(pg);&lt;br /&gt;
 a.innerHTML = t;&lt;br /&gt;
 d.appendChild(a);&lt;br /&gt;
 d.appendChild(document.createTextNode(&amp;quot; ]]&amp;quot;));&lt;br /&gt;
}&lt;br /&gt;
if (wgUserName)&lt;br /&gt;
{&lt;br /&gt;
 var defp = &amp;quot;&amp;lt;/html&amp;gt;{{ns:User}}&amp;lt;html&amp;gt;:&amp;quot; + wgUserName + &amp;quot;/&amp;lt;/html&amp;gt;Bookmarks&amp;lt;html&amp;gt;&amp;quot;;&lt;br /&gt;
 document.getElementById(&amp;quot;wb_page&amp;quot;).value = defp;&lt;br /&gt;
 document.getElementById(&amp;quot;wb_default&amp;quot;).innerHTML = &amp;quot;&amp;lt;/html&amp;gt; (&amp;lt;b&amp;gt;$1&amp;lt;/b&amp;gt; by default)&amp;lt;html&amp;gt;&amp;quot;.replace(&amp;quot;$1&amp;quot;, defp);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;!-- End HTML+JavaScript --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you click the newly added button when viewing some interesting Web page,&lt;br /&gt;
'''WikiBookmarks''' will remember current page's URL, title and selected text (if any),&lt;br /&gt;
on MediaWiki article you selected for bookmarks&amp;lt;span id=&amp;quot;wb_default&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The new bookmarks are added into beginning of an article, under certain count of headings.&lt;br /&gt;
By default the first-level headings are named '''== Year ==''' and the second-level headings&lt;br /&gt;
are named '''=== Month Year ===''' (&amp;lt;code&amp;gt;&amp;quot;%Y&amp;quot; &amp;quot;%B %Y&amp;quot;&amp;lt;/code&amp;gt;). This meant to be used for&lt;br /&gt;
bookmark classification by date. If you want to change heading count and/or heading date format,&lt;br /&gt;
you must add a line similar to the following one into the beginning of your bookmarks article:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;!--BookmarkHeadings:&amp;quot;%Y&amp;quot; &amp;quot;%Y-%m&amp;quot; &amp;quot;%Y-%m-%d&amp;quot;--&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''WikiBookmarks''' extracts all present quoted strings from such a comment and use them&lt;br /&gt;
as the date dependent headings. The format of formatting strings is the same as in PHP&lt;br /&gt;
function [http://php.net/manual/en/function.strftime.php strftime()] (as you know, actually it's&lt;br /&gt;
libc's, but it doesn't matter).&lt;br /&gt;
&lt;br /&gt;
You also have the option of changing format of the date-time string appended to list item&lt;br /&gt;
before each bookmark. To do this, you must add a line similar to the following one into the&lt;br /&gt;
beginning of your bookmarks article:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;!--BookmarkDate:&amp;quot;%d %H:%M:%S&amp;quot;--&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
If such a comment is present, '''WikiBookmarks''' will take the quoted string from it and use it&lt;br /&gt;
as date and time format.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>66.249.66.101</name></author>	</entry>

	</feed>