Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 246

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ftemplate (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
ftemplate (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: ftemplate<br />
Author: <span class="createlink">rubykat</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<p>This plugin provides the <a href="./ftemplate/ikiwiki/directive/ftemplate.html">ftemplate</a> directive.</p>

<p>This is like the <a href="../../ikiwiki/directive/template.html">template</a> directive, with the addition
that one does not have to provide all the values in the call to the template,
because ftemplate can query structured data ("fields") using the <a href="./field.html">field</a>
plugin.</p>

<h2>Activate the plugin</h2>

<pre><code>add_plugins =&gt; [qw{goodstuff ftemplate ....}],
</code></pre>

<h2>PREREQUISITES</h2>

<pre><code>IkiWiki
IkiWiki::Plugin::field
HTML::Template
Encode
</code></pre>

<h2>DOWNLOAD</h2>

<ul>
<li>browse at GitHub: <a href="http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/ftemplate.pm">http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/ftemplate.pm</a></li>
<li>git repo at git://github.com/rubykat/ikiplugins.git</li>
</ul>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="../type/format.html" rel="tag">type/format</a>

<a href="../type/meta.html" rel="tag">type/meta</a>

</div>



<div id="backlinks">
Links:

<a href="./report/ikiwiki/directive/report.html">report/ikiwiki/directive/report</a>

<a href="./ymlfront.html">ymlfront</a>


</div>






<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>