<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using template variables in extension tags with Mediawiki</title>
	<atom:link href="http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/</link>
	<description>A few thoughts</description>
	<lastBuildDate>Sun, 31 May 2009 12:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-165614</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Wed, 12 Mar 2008 19:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-165614</guid>
		<description>Haven&#039;t taken a look to the new MediaWiki code.  But the patch is rather small and it shouldn&#039;t be really hard work to get something equivalent running.</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t taken a look to the new MediaWiki code.  But the patch is rather small and it shouldn&#8217;t be really hard work to get something equivalent running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Hutchings</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-165606</link>
		<dc:creator>Mark Hutchings</dc:creator>
		<pubDate>Wed, 12 Mar 2008 15:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-165606</guid>
		<description>I would also love a version of this which works with MediaWiki 1.10.0.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I would also love a version of this which works with MediaWiki 1.10.0.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-151972</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 15 Sep 2007 04:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-151972</guid>
		<description>Take 2..
———————————————————– Template:IssuesList
{{{}}}
*{{{Number}}}:
*{{{Accountable}}}:
*{{{Impact}}}:
{{{/Issue&gt;}}}</description>
		<content:encoded><![CDATA[<p>Take 2..<br />
———————————————————– Template:IssuesList<br />
{{{}}}<br />
*{{{Number}}}:<br />
*{{{Accountable}}}:<br />
*{{{Impact}}}:<br />
{{{/Issue&gt;}}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-151971</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 15 Sep 2007 04:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-151971</guid>
		<description>Sorry, in the above I forgot to include the extension tags in the template:
———————————————————– Template:IssuesList

*{{{Number}}}:
*{{{Accountable}}}:
*{{{Impact}}}:
</description>
		<content:encoded><![CDATA[<p>Sorry, in the above I forgot to include the extension tags in the template:<br />
———————————————————– Template:IssuesList</p>
<p>*{{{Number}}}:<br />
*{{{Accountable}}}:<br />
*{{{Impact}}}:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-151970</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 15 Sep 2007 04:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-151970</guid>
		<description>Hi Bas!
You must be a genius to work this out mate.
I so much hope you can help me on this.
Bas!
Im running Mediawiki 1.10.1 and trying to get the following to work, and I cant find anything on this anywhere, so I turn to you in desperation.

Just wanted to know if you can use an extension as a template?

What im trying to do is the following....

We have an extension that we can use as follows:



* Number:
* Accountable:
* Impact:



So an example in a wiki page is:



* Number:1
* Accountable:Simon
* Impact:HIGH



The reason I want to place the extension stuff in a Template is to try and use a form (SemanticForm) where the parameters of the extension are on the form itself, and the user simply has to enter values for each one, instead of typing &quot;*Number:1&quot; for example. Instead, a field on the form would be called &quot;Number&quot; with a textbox where they would type the number in. I cant for the life of me get this to work.

If I build the template like the following:

----------------------------------------------------------- Template:IssuesList

*{{{Number}}}:
*{{{Accountable}}}:
*{{{Impact}}}:


This doesnt work.


Any help greatly appreciated Bas!

Simon</description>
		<content:encoded><![CDATA[<p>Hi Bas!<br />
You must be a genius to work this out mate.<br />
I so much hope you can help me on this.<br />
Bas!<br />
Im running Mediawiki 1.10.1 and trying to get the following to work, and I cant find anything on this anywhere, so I turn to you in desperation.</p>
<p>Just wanted to know if you can use an extension as a template?</p>
<p>What im trying to do is the following&#8230;.</p>
<p>We have an extension that we can use as follows:</p>
<p>* Number:<br />
* Accountable:<br />
* Impact:</p>
<p>So an example in a wiki page is:</p>
<p>* Number:1<br />
* Accountable:Simon<br />
* Impact:HIGH</p>
<p>The reason I want to place the extension stuff in a Template is to try and use a form (SemanticForm) where the parameters of the extension are on the form itself, and the user simply has to enter values for each one, instead of typing &#8220;*Number:1&#8243; for example. Instead, a field on the form would be called &#8220;Number&#8221; with a textbox where they would type the number in. I cant for the life of me get this to work.</p>
<p>If I build the template like the following:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Template:IssuesList</p>
<p>*{{{Number}}}:<br />
*{{{Accountable}}}:<br />
*{{{Impact}}}:</p>
<p>This doesnt work.</p>
<p>Any help greatly appreciated Bas!</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-1427</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Fri, 16 Dec 2005 23:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-1427</guid>
		<description>Hi,

The patch file was generated using the GNU diff tool which compared the old and the altered version. You can apply it by the GNU patch tool, or any other diff patch tool that supports that markup...

Either you made a typo when altering it by hand, or the version on which this patch applies is just too old.

You can find the GNU diff tools here: &lt;a href=&quot;http://www.gnu.org/software/diffutils/diffutils.html&quot; rel=&quot;nofollow&quot;&gt;gnu.org/software/diffutills&lt;/a&gt;

If it&#039;s a problem with the version I could take a look, and try to fix it.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The patch file was generated using the GNU diff tool which compared the old and the altered version. You can apply it by the GNU patch tool, or any other diff patch tool that supports that markup&#8230;</p>
<p>Either you made a typo when altering it by hand, or the version on which this patch applies is just too old.</p>
<p>You can find the GNU diff tools here: <a href="http://www.gnu.org/software/diffutils/diffutils.html" rel="nofollow">gnu.org/software/diffutills</a></p>
<p>If it&#8217;s a problem with the version I could take a look, and try to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BC</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-1426</link>
		<dc:creator>BC</dc:creator>
		<pubDate>Fri, 16 Dec 2005 22:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-1426</guid>
		<description>Hi! I actually tried editing my parser.php... I figured out the way your document was set up and that the &quot;+&quot; meant to add that line and the numbers above the sections were the numbers that those lines should be on. However, when I made the edits, i got an error saying that it was expecting an &quot;}&quot; or something on line 3390. My 3390 says &quot;class ParserOutput&quot; only... 

I&#039;m currently running:
    *  MediaWiki: 1.5.2
    * PHP: 4.3.11 (cgi-fcgi)
    * MySQL: 4.0.24-max-log 

Any idea what I could be doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi! I actually tried editing my parser.php&#8230; I figured out the way your document was set up and that the &#8220;+&#8221; meant to add that line and the numbers above the sections were the numbers that those lines should be on. However, when I made the edits, i got an error saying that it was expecting an &#8220;}&#8221; or something on line 3390. My 3390 says &#8220;class ParserOutput&#8221; only&#8230; </p>
<p>I&#8217;m currently running:<br />
    *  MediaWiki: 1.5.2<br />
    * PHP: 4.3.11 (cgi-fcgi)<br />
    * MySQL: 4.0.24-max-log </p>
<p>Any idea what I could be doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BC</title>
		<link>http://blog.affien.com/archives/2005/08/23/using-template-variables-in-extension-tags-with-mediawiki/comment-page-1/#comment-1425</link>
		<dc:creator>BC</dc:creator>
		<pubDate>Fri, 16 Dec 2005 21:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=120#comment-1425</guid>
		<description>Hi! Just wondering how this patch can be installed? I&#039;ve got a new wiki devoted to trails, and I can&#039;t get the template to put the longitude or latitude into the awesome GoogleMap extension that I&#039;m using.</description>
		<content:encoded><![CDATA[<p>Hi! Just wondering how this patch can be installed? I&#8217;ve got a new wiki devoted to trails, and I can&#8217;t get the template to put the longitude or latitude into the awesome GoogleMap extension that I&#8217;m using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
