Extension talk:TagParser
Many thanks -- works very nicely with Extension:VideoFlash! Samdutton 16:14, 8 January 2008 (UTC)
GeSHi?
editDoes this extension work with the GeSHi syntax highlighting extension? I cannot imagine why it would not, but when I follow the installation instructions and type the following...
{{#tag:source|lang="tsql"| -- Test SQL comment. }}
... I get an invalid language error from GeSHi. I do not get this error when typing the following...
<source lang="tsql"> -- Test SQL comment. </source>
... and I would think that the former would simply render out the latter. Have I installed something incorrectly, or am I using the extension the wrong way? Thanks much in advance. -- Lance May 14:10, 27 June 2008 (UTC)
- Could you tell me a link to the wiki? --Revolus 16:15, 27 June 2008 (UTC)
- Are you using 1.12.0? --LemonSoup 16:08, 6 July 2008 (UTC)
(not needed in 1.12)
editCan someone please explain why this is the case (ie what replaced the need for this extension?). Thanks. --Stewarta 22:12, 31 July 2008 (UTC)
- In 1.12 #tag is a build in function. I don't know which implementation gets priority if both MediaWiki 1.12 and this extension is installed. Regards, --Revolus 23:41, 31 July 2008 (UTC)
Special:Version doesnt work when installing TagParser
editI'm using Mediawiki 1.11.1. When I install TagParser (and mention it in Localsettings before the ParserFunctions line), Special:Version is empty. When I comment the line out, it's there again - so the problem lies with TagParser. What's wrong? (No direct need for an answer, I'll just upgrade to 1.12 and remove the separate extension ;) ) CaAl 12:47, 3 August 2008 (UTC)
- The author had forgotten to wrap the {{#tag}} in the extension's description between <nowiki> tags. I've fixed it. --Sayuri 14:13, 3 August 2008 (UTC)
- Thanks - CaAl 08:40, 7 August 2008 (UTC)