<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Content Template - Simple Functions</title>
		<link>http://community.wikidot.com/forum/t-59713/content-template-simple-functions</link>
		<description>Posts in the discussion thread &quot;Content Template - Simple Functions&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-59713#post-163715</guid>
				<title>Re: Content Template - Simple Functions</title>
				<link>http://community.wikidot.com/forum/t-59713/content-template-simple-functions#post-163715</link>
				<description></description>
				<pubDate>Wed, 14 May 2008 22:10:59 +0000</pubDate>
				<wikidot:authorName>Snipes</wikidot:authorName>				<wikidot:authorUserId>126523</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I found a little bug with <em>Include</em>.<br /> You can't make the variables links…</p> <h2><span>The Content Template</span></h2> <div class="code"> <pre> <code>**Children:** {$children}</code> </pre></div> <h2><span>And at the page</span></h2> <div class="code"> <pre> <code>|children=[[[Eric]]]</code> </pre></div> <p>The results</p> <div class="code"> <pre> <code>[# | Eric] ]]</code> </pre></div> <p>Due to the ]]] in the variable.</p> <p>Can this be fixed?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-59713#post-163698</guid>
				<title>Content Template - Simple Functions</title>
				<link>http://community.wikidot.com/forum/t-59713/content-template-simple-functions#post-163698</link>
				<description></description>
				<pubDate>Wed, 14 May 2008 21:45:50 +0000</pubDate>
				<wikidot:authorName>Snipes</wikidot:authorName>				<wikidot:authorUserId>126523</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I use some Content Templates at my wiki for people info, like age, haircolor etc. Some thing that I would like is:</p> <p><strong>Age from Year</strong></p> <h2><span>The Content Template</span></h2> <div class="code"> <pre> <code>**Born:** {$WikidotAge(my_parameter)}</code> </pre></div> <h2><span>And at the page</span></h2> <div class="code"> <pre> <code>|my_parameter=1978</code> </pre></div> <h2><span>The results</span></h2> <p><strong>Born:</strong> 1978, age: 30</p> <p><em>Like it?</em></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>