User:Neumannz/Workshop

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:Neumannz
Revision as of 17:24, 10 May 2019 by Neumannz (talk | contribs) (→‎AWB regex)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Contents


<createbox>

break=no prefix=User:Neumannz/Notes/ preload=Template:Forumheader/Neumannz/Workshop buttonlabel=New page

</createbox>

Sandborx

First Second Third Fourth
Fifth Sixth Seventh Eighth
Ninth Tenth
HWHAT
Eleventh Twelfth
Thirteenth Fourteenth Eh! Steve Fifteenth Sixteenth

0

AWB regex

  • \[\[([^\)]+?)\s\(([^\)]+?)\)\|\1\]\]
    • {{c|$1|$2}}
  • \[\[wikipedia:([^\|\[\]]+?)\|\1\]\]
    • {{w|$1}}
  • \[\[wikipedia:([^\|\[\]]+?)\|([^\]]+?)\]\]
    • {{w|$1|$2}}
  • \[\[finalfantasy:([^\|\[\]]+?)\|\1\]\]
    • {{ff|$1}}
  • \[\[finalfantasy:([^\|\[\]]+?)\|([^\]]+?)\]\]
    • {{ff|$1|$2}}
  • \[\[w:c:finalfantasy:([^\|\[\]]+?)\|\1\]\]
    • {{ff|$1}}
  • \[\[w:c:finalfantasy:([^\|\[\]]+?)\|([^\]]+?)\]\]
    • {{ff|$1|$2}}
  • \[\[(?<ns>[^:\n\]]+?):([^\|\[\]\n]+?)\|\1\]\]
    • {{ns|${ns}|$1}}
  • \[\[(?<ns>[^(File)][^:\n\]]+?):([^\|\[\]\n]+?)\|([^\]]+?)\]\]
    • {{ns|${ns}|$1|$2}}