Template:FeatureListTable: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎Usage: link some other params)
mNo edit summary
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>[[{{{1}}}|{{{2}}}]]</td> <!-- Feature Page | Feature Name -->
<td>[[{{{3}}}]]</td>
<td>{{{3}}}</td>
<td>[[{{{1}}} {{!}} {{{4}}}]]</td> <!-- Feature Page | Feature Name -->
<td>{{{4}}}</td>
<td class="{{{5}}}">{{{5}}}</td>
<td class="{{{5}}}">{{{5}}}</td>
<td>{{{6}}}</td>
<td>{{{6}}}</td>
<td>{{{7}}}</td>
<td>{{{7}}}</td>
<td>{{{8}}}</td>
</tr>
</tr>

Revision as of 20:20, 6 July 2011

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