Template:SMW display release-oneline: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(don't show the "OLPC firmware " part of e.g. OLPC Firmware q2e12)
 
(13 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 a link along with the build number
* display the build number as a link to [[Property:Download URL]]
* display objectives in a bulleted list.
* display objectives in a bulleted list.



[[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 17: 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
| ?Has feature
| ?Firmware
| ?Is part of <!-- (this is "ECO")-->
| ?Lead customer
| ?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 28: Line 39:
</noinclude>
</noinclude>
|-
|-
| {{{1}}} ([[Release notes/{{{1}}}|Release notes]])
| [[{{{2}}}| {{{1}}}]]
| [{{{4}}} {{{3}}}]
| {{{2}}}, ([http://download.laptop.org/xo-1/os/official/656 build URL])
| {{{3}}}
| {{{5}}}
| <ul>{{#arraymap:{{{4|}}}|,|x|<td>x</td>}}
| {{#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

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
  • |}}