2012-08-29, 04:19 PM
(This post was last modified: 2012-10-10, 04:25 PM by JordanMussi.)
For this to work you need to make two MyCodes
First MyCode
Title:
Description:
Regular Expression:
HTML Replacement:
Useage in MyCode:
Output in HTML:
Output in Plain Text:
Second MyCode
Title:
Regular Expression:
HTML Replacement:
Useage in MyCode:
Output in HTML:
Output in Plain Text:
First MyCode
Title:
Quote:Area
Description:
Quote:Linking to #MyArea will jump to where [postarea=MyArea] is on the post.
Regular Expression:
\[postarea=(.*?)\]
HTML Replacement:
<a name="$1" />
Useage in MyCode:
[postarea=examplemycode]MyCode Exmaples:
Output in HTML:
<a name="examplemycode" />MyCode Examples:
Output in Plain Text:
MyCode Examples:
Second MyCode
Title:
Quote:Jump toDescription:
Quote:Jumps to a place on the page
Regular Expression:
\[jumpto=(.*?)\](.*?)\[/jumpto\]
HTML Replacement:
<a href="#$1">$2</a>
Useage in MyCode:
[jumpto=examplemycode]MyCode examples[/jumpto]
Output in HTML:
<a href="#examplemycode" />MyCode Examples</a>
Output in Plain Text:
MyCode Examples