root/bbcode.deviantart/bbcodes.xml @ 139

Revision 139, 481 bytes (checked in by d0nut, 5 years ago)

here is the code of deviantart bbcode 1.1 - packagerelease was two weeks ago, sorry.

Line 
1<?xml version="1.0"?>
2<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTDs/bbcodes.dtd">
3<data>
4        <import>
5                <bbcode name="deviantart">
6                        <classname>DeviantArtBBCode</classname>
7                        <allowedchildren>none</allowedchildren>
8                        <attributes>
9                                <attribute name="0">
10                                        <required>0</required>
11                                        <validationpattern>\d+x\d+</validationpattern>
12                                </attribute>
13                        </attributes>
14                        <sourcecode>1</sourcecode>
15                        <wysiwygicon>deviantartM.png</wysiwygicon>
16                </bbcode>
17        </import>
18</data>
Note: See TracBrowser for help on using the browser.