As im sure many of you feel the same, editing templates is a true pain for 
users. You can not use any WYSIWYG systems, and you can not use the edit 
section buttons.

I was wondering if anyone was interested in helping make a plugin/or API system 
that would tackle this.

I wrote a very simple proof of concept last night that will take any template 
and break it up:
http://bildr.org/bridge/splitTemplate.php

It is splitting everything using this regular expression (if you wanted to 
know):
 /\|(.+) {0,5}= {0,5}([\S\s]{0,}?)(?=(?:\|.+ {0,5}=)|\}\})/g

This captures the input and the value so it should work on any template

Anyways, I didnt know if anyone was looking to do something like this and would 
want to join forces.

The end result I would like to be more like this (did this a few years ago but 
was very custom/hard)
http://www.risdpedia.net/interface/easy_edit/index.php?title=Golden_High_Sold_Gel
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to