User:Arkevorkhat

From FFXI Wiki

If there are 1,000 people who hate Maiden of the Dusk II I am one of them. If there's only 1 person who hates Maiden of the Dusk II, It's me. If nobody hates Maiden of the Dusk II, I am dead. Regular Expressions for future use:

Tooltips

<span class=> type

find:
\*<span class=".+">'''\[\[(?'itemid'.+)\]\](?'innertemplate' {{.+}})?'''(?'superscripttag'<sup>.+<\/sup>)?<span class=".+">\[\[.+\]\]<\/span><\/span>
replace:
*{{tooltip|text='''[[$itemid]]$innertemplate'''$superscripttag|tooltip=[[File:$itemid description.png]]}}

[[name]] type

find:
\\[\\[(?'name')\\]\\]
replace:
{{tooltip|text='''[[$name]]'''|tooltip=[[File:$name description.png]]}}