Difference between revisions of "WikiBookmarks/Usage"
(Новая страница: «'''WikiBookmarks''' is a '''MediaWiki''' extension which lets you to manage shared bookmark lists inside a Wiki article. The extension is written by [http://yourcmc....») |
(WikiBookmarks: load help page) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
panel or add it into your browser's bookmarks. | panel or add it into your browser's bookmarks. | ||
− | + | <div style="display:inline-block"><label for="wb_page"><b></html>Article title:<html></b></label><br/> | |
− | + | <input type="text" id="wb_page" size="40" value="" /></div> | |
− | <input type="text" id="wb_page" size=" | + | |
<div style="display:inline-block"><label for="wb_text"><b></html>Button text:<html></b></label><br/> | <div style="display:inline-block"><label for="wb_text"><b></html>Button text:<html></b></label><br/> | ||
<input type="text" id="wb_text" size="20" value="</html>WikiBookmark it<html>" /></div> | <input type="text" id="wb_text" size="20" value="</html>WikiBookmark it<html>" /></div> | ||
<input type="button" value="</html>Make bookmarklet for me<html>" onclick="wb_make_link()" /> | <input type="button" value="</html>Make bookmarklet for me<html>" onclick="wb_make_link()" /> | ||
<div id="wb_link_div" style="font-weight: bold"></div> | <div id="wb_link_div" style="font-weight: bold"></div> | ||
− | <script | + | <script type="text/javascript" src="//</html>{{SERVERNAME}}{{SCRIPTPATH}}/extensions/WikiBookmarks/WikiBookmarks.js<html>"></script> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </script | + | |
− | + | ||
− | + | ||
When you click the newly added button when viewing some interesting Web page, | 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), | '''WikiBookmarks''' will remember current page's URL, title and selected text (if any), | ||
− | on MediaWiki article you selected for bookmarks | + | on MediaWiki article you selected for bookmarks<span id="wb_default"></span>. |
The new bookmarks are added into beginning of an article, under certain count of headings. | The new bookmarks are added into beginning of an article, under certain count of headings. | ||
Line 85: | Line 45: | ||
[[Category:Help]] | [[Category:Help]] | ||
− |
Latest revision as of 18:42, 20 April 2018
WikiBookmarks is a MediaWiki extension which lets you to manage shared bookmark lists inside a Wiki article. The extension is written by Vitaliy Filippov and is distributed under the terms of GNU GPL license version 3 or later. Also, here is a link to extension homepage.
You always can find a fresh version of the WikiBookmarks documentation on the Special:Bookmarks page. Actually, you've already found it :-).
WikiBookmarks are used in the form of a tiny bookmarklet (what is a bookmarklet?). To install such a bookmarklet in your browser, you need to enter the title of Wiki Article which you want to maintain as your bookmark list, click Make bookmarklet and drag-and-drop displayed link onto your browser's panel or add it into your browser's bookmarks.
"%Y" "%B %Y"
). This meant to be used for
bookmark classification by date. If you want to change heading count and/or heading date format,
you must add a line similar to the following one into the beginning of your bookmarks article:
'''WikiBookmarks''' extracts all present quoted strings from such a comment and use them
as the date dependent headings. The format of formatting strings is the same as in PHP
function [http://php.net/manual/en/function.strftime.php strftime()] (as you know, actually it's
libc's, but it doesn't matter).
You also have the option of changing format of the date-time string appended to list item
before each bookmark. To do this, you must add a line similar to the following one into the
beginning of your bookmarks article:
If such a comment is present, '''WikiBookmarks''' will take the quoted string from it and use it
as date and time format.
[[Category:Help]]