On 8/10/06, Simetrical Simetrical+wikitech@gmail.com wrote:
On 8/9/06, Steve Bennett stevage@gmail.com wrote:
Even using divs and spans didn't work.
It works for me. http://en.wikipedia.org/w/index.php?title=User:Simetrical/Sandbox&oldid=...
But not using a template. If you do it this way: {{template| *foo {{template2}} }}
the parsing borks at the nested template.
If you do it this way:
Define {{opendiv}} as <div style="..."> Define {{closediv}} as </div>
and then: {{opendiv}} *foo {{template2}} {{closediv}}
then MediaWiki automatically closes the div tag for you, and it doesn't work.
Steve