Template:FeatureListTable: Difference between revisions
Jump to navigation
Jump to search
(document) |
(→Usage: try using Template:! in place of pipe symbol in markup) |
||
| Line 5: | Line 5: | ||
This expects to be passed | This expects to be passed | ||
<pre> | <pre> | ||
| ?(the page title) | |||
| ?roadmap | | ?roadmap | ||
| ?team | | ?team | ||
| Line 17: | Line 18: | ||
<td>{{{2}}}</td> | <td>{{{2}}}</td> | ||
<td>{{{3}}}</td> | <td>{{{3}}}</td> | ||
<td>[[{{{1}}} | <td>[[{{{1}}}{{!}}{{{4}}}]]</td> <!-- Feature Page | Feature Name --> | ||
<td class="{{{5}}}">{{{5}}}</td> | <td class="{{{5}}}">{{{5}}}</td> | ||
<td>{{{6}}}</td> | <td>{{{6}}}</td> | ||
<td>{{{7}}}</td> | <td>{{{7}}}</td> | ||
</tr> | </tr> | ||
Revision as of 23:00, 2 June 2011
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
| ?(the page title) | ?roadmap | ?team | ?feature name | ?priority | ?stage | ?target
{{{2}}} {{{3}}} [[{{{1}}}|{{{4}}}]] {{{5}}} {{{6}}} {{{7}}}