Template:FeatureListTable: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎Usage: link some other params)
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
Use HTML table tags to render a result from a semantic query as a table row.  Used by e.g. [[User:Dria/SMW/queries]]
== Usage ==
This expects to be passed
<pre>
| ?(the page title)
| ?roadmap
| ?team
| ?feature name
| ?priority
| ?stage
| ?target
</pre>
[[Category:Templates that display semantic query results]]
</noinclude>
<tr>
<tr>
<td>[[{{{2}}}]]</td>
<td class="{{{3}}}">{{{3}}}</td>
<td>[[{{{3}}}]]</td>
<td>[[{{{1}}}|{{{2}}}]]</td> <!-- Feature Page | Feature Name -->
<td>[[{{{1}}} {{!}} {{{4}}}]]</td> <!-- Feature Page | Feature Name -->
<td>{{{4}}}</td>
<td class="{{{5}}}">{{{5}}}</td>
<td>{{{5}}}</td>
<td>{{{6}}}</td>
<td class="{{{6}}}">{{{6}}}</td>
<td>{{{7}}}</td>
<td>{{{7}}}</td>
</tr>
</tr>

Latest revision as of 15:17, 8 July 2011

{{{3}}} [[{{{1}}}|{{{2}}}]] {{{4}}} {{{5}}} {{{6}}} {{{7}}}