<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">A wikistyle may not be the right way to do this:<div><br></div><div>Here's what I need in the HTML output for a navigation menu:</div><div><br></div><div><div><ul class="flexnav" data-breakpoint="800"> <li>...</li> </ul></div><div><br></div><div><br></div><div>Here's the markup I'm trying to use:</div><div><br></div><div><div>*%apply=list class=flexnav db=800%First Menu Item</div><div>*Second Menu Item</div><div>**Nested Menu Item</div><div>*Third Menu Item</div></div><div><br></div><div>Here's the custom php I'm attempting to employ:</div><div><div>$WikiStyleRepl['/\\bdb(=\d+)/'] = 'data-breakpoint$1';</div><div><br class="webkit-block-placeholder"></div><div>And the output I'm getting:</div><div><ul class="flexnav"><li> <a class="wikilink" href="...</div><div><br></div><div>The whole "db" part disappears.</div><div><br></div><div>ideas?</div><div><br></div><div>Thanks!  Trying to make a responsive navigation plug-in...</div><div><br></div><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">Crisses</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><br></p>

</div>

<br></div></div></body></html>