Bbcode snippets

From Bluefish Wiki
Revision as of 15:25, 22 March 2010 by Fal7i (talk | contribs)
Jump to navigation Jump to search

<?xml version="1.0"?>

<!-- bbcode.xml $Revision: 22/3/2010   -->

<!--
              DO NOT COPY THIS FILE FROM THE WIKI MAIN PAGE!
     BUT FROM THE EDIT TAB (OR THE VIEW SOURCE IF YOU ARE NOT LOGGIN IN)
               ONLY THE PART WITHIN: <pre> </pre>
-->

<!-- USAGE:
	Copy and import this file in the snippets left panel menu.
 -->

<snippets>
 <branch title="bbcode">
  <leaf type="insert" title="bold" tooltip="[b]bolded text[/b]">
   <before>[b]</before>
   <after>[/b]</after>
  </leaf>
  <leaf type="insert" title="italic" tooltip="[i]italicized text[/i]">
   <before>[i]</before>
   <after>[/i]</after>
  </leaf>
  <leaf type="insert" title="underline" tooltip="[u]underlined text[/u]">
   <before>[u]</before>
   <after>[/u]</after>
  </leaf>
  <leaf type="insert" title="strike" tooltip="[s]strikethrough text[/s]">
   <before>[s]</before>
   <after>[/s]</after>
  </leaf>
  <leaf type="insert" title="url" tooltip="[url]http://example.org[/url]">
   <before>[url]</before>
   <after>[/url]</after>
  </leaf>
  <leaf type="insert" title="url=" tooltip="[url=http://example.com]Example[/url]">
   <before>[url=%0]</before>
   <after>[/url]</after><param name="url"/>
  </leaf>
  <leaf type="insert" title="image" tooltip="[img]http://example.org/example.png[/img]">
   <before>[img]</before>
   <after>[/img]</after>
  </leaf>
  <leaf type="insert" title="quote" tooltip="[quote]quoted text[/quote]">
   <before>[quote]</before>
   <after>[/quote]</after>
  </leaf>
  <leaf type="insert" title="quote=" tooltip="[quote=example]quoted text[/quote]">
   <before>[quote=%0]</before>
   <after>[/quote]</after><param name="personne"/>
  </leaf>
  <leaf type="insert" title="code" tooltip="[code]monospaced text[/code]">
   <before>[code]</before>
   <after>[/code]</after>
  </leaf>
  <leaf type="insert" title="size=" tooltip="[size=15]Large Text[/size]">
   <before>[size=%0]</before>
   <after>[/size]</after><param name="size"/>
  </leaf>
  <leaf type="insert" title="color=" tooltip="[color=red]Red Text[/color]">
   <before>[color=%0]</before>
   <after>[/color]</after><param name="color"/>
  </leaf>
 </branch>
</snippets>