CopyURL: Difference between revisions

Jump to navigation Jump to search
1,683 bytes added ,  25 July 2006
m
no edit summary
mNo edit summary
mNo edit summary
Line 76: Line 76:




Quick copy
<pre>
user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style alike)');
user_pref('copyurlplus.menus.1.copy', 'Author (). %TITLE%. Retrieved %LOCAL_TIME%, from %URL%');
user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No wrap text)');
user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%');
user_pref('copyurlplus.menus.3.label', 'Copy Sel+ URL');
user_pref('copyurlplus.menus.3.copy', '%SEL% %URL%');
user_pref('copyurlplus.menus.4.label', 'Copy Sel+ [Title]');
user_pref('copyurlplus.menus.4.copy', '%SEL%[%TITLE%]');
user_pref('copyurlplus.menus.5.label', 'Copy Sel+ [Title] + URL');
user_pref('copyurlplus.menus.5.copy', '%SEL%[%TITLE%] %URL%');
user_pref('copyurlplus.menus.6.label', 'HTML: Copy URL + Title + Sel (as Tooltip)');
user_pref('copyurlplus.menus.6.copy', '<a href="%URL%" title="%SEL%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)');
user_pref('copyurlplus.menus.7.label', 'HTML: Copy URL + Title (as Tooltip) ');
user_pref('copyurlplus.menus.7.copy', '<a href="%URL%" title="%TITLE%" target="_blank">%TITLE%</a>(last visited: %LOCAL_TIME%)');
user_pref('copyurlplus.menus.8.label', 'BB code');
user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]');
user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL Title]');
user_pref('copyurlplus.menus.9.copy', '[%URL% %TITLE%]');
user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)');
user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)');
user_pref('copyurlplus.menus.11.label', 'Wiki: Copy [URL Sel] + (visit date)');
user_pref('copyurlplus.menus.11.copy', '[%URL% %SEL%] (last visited: %LOCAL_TIME%)');
</pre>






[[Category:Mozilla]] [[Category:Academic]] [[Category:citation_format]]
[[Category:Mozilla]] [[Category:Academic]] [[Category:citation_format]]

Navigation menu