Template:SMW display release-oneline: Difference between revisions
Jump to navigation
Jump to search
(CHECKPOINT: This version works) |
(don't show the "OLPC firmware " part of e.g. OLPC Firmware q2e12) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
The reason for this is to |
The reason for this is to |
||
* display a link to release notes |
* display the release title with a link to [[Property:release notes]] |
||
* display |
* display the build number as a link to [[Property:Download URL]] |
||
* display objectives in a bulleted list. |
* display objectives in a bulleted list. |
||
''Note: this version works for that, but now we have separate [[Property:Release note]] and [[Property:Download URL]]. |
|||
[[Category:Templates that display semantic query results]] |
[[Category:Templates that display semantic query results]] |
||
== Usage == |
|||
The query that calls it needs to request display of these fields in the same order |
The query that calls it needs to request display of these fields in the same order. |
||
<pre> |
<pre> |
||
{{#ask: |
{{#ask: |
||
Line 19: | Line 18: | ||
| format=template |
| format=template |
||
| template=SMW display release-oneline |
| template=SMW display release-oneline |
||
| link=none |
|||
| ?Release notes |
|||
| ?Build number |
| ?Build number |
||
| ?Download URL |
|||
| ?Also called |
| ?Also called |
||
| ?Firmware |
|||
| ?Is part of <!-- (this is "ECO")--> |
|||
| ?Lead customer |
|||
| ?Has objective |
| ?Has objective |
||
| default=Message alerting when query returns nothing for criteria! |
|||
}} |
}} |
||
</pre> |
</pre> |
||
== Notes == |
|||
Unfortunately, to make pages link to something else you have to pass link=none which makes nothing a link, so for now release notes is separate. |
|||
See query at [[Releases-test]]. |
See query at [[Releases-test]]. |
||
Line 30: | Line 39: | ||
</noinclude> |
</noinclude> |
||
|- |
|- |
||
| {{{ |
| [[{{{2}}}| {{{1}}}]] |
||
| [{{{4}}} {{{3}}}] |
|||
| {{{2}}}, ( [http://download.laptop.org/xo-1/os/official/656 build URL]) |
|||
| {{{ |
| {{{5}}} |
||
| |
| {{#arraymap:{{{6|}}}|,|x|[[x]]}} |
||
| [[{{{7}}}|{{#replace:{{{7}}}|OLPC Firmware |}}]] <!-- TODO: replace "OLPC Firmware" --> |
|||
| {{#arraymap:{{{8|}}}|,|x|[[x]]}} |
|||
| <ul>{{#arraymap:{{{9|}}}|,|x|<li>x</li>|}}</ul> |
Latest revision as of 00:21, 11 October 2008
In development You can use this template in a semantic query to display 'release' semantic information, e.g. the info from 7.1.2.
The reason for this is to
- display the release title with a link to Property:release notes
- display the build number as a link to Property:Download URL
- display objectives in a bulleted list.
Usage
The query that calls it needs to request display of these fields in the same order.
{{#ask: [[Category:Releases]] [[ some more criteria]] ... | format=template | template=SMW display release-oneline | link=none | ?Release notes | ?Build number | ?Download URL | ?Also called | ?Firmware | ?Is part of <!-- (this is "ECO")--> | ?Lead customer | ?Has objective | default=Message alerting when query returns nothing for criteria! }}
Notes
Unfortunately, to make pages link to something else you have to pass link=none which makes nothing a link, so for now release notes is separate.
See query at Releases-test.
|- | [[{{{2}}}| {{{1}}}]] | [{{{4}}} {{{3}}}] | {{{5}}} | {{#arraymap:|,|x|x}} | [[{{{7}}}|{{#replace:{{{7}}}|OLPC Firmware |}}]] | {{#arraymap:|,|x|x}}
|
- {{#arraymap:|,|x|
- x |}}