注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Template:DisplayBuilds"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#get_web_data:url=https://upload.funtoo.org/index.xml|format=xml|use xpath|data=build=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@build,variant=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@variant,openvz=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@openvz,latest=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@latest,path=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@path,download=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@download}}{{# | {{#get_web_data:url=https://upload.funtoo.org/index.xml|format=xml|use xpath|data=build=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@build,variant=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@variant,openvz=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@openvz,latest=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@latest,path=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@path,download=/subarches/subarch[@name='{{#var:subarch}}']/build[@id='{{{1}}}']/@download}}{{#ifeq:{{#external_value:latest}}|None|| | ||
<tr> | <tr> | ||
<td>{{# | <td>{{#switch:{{#external_value:build}}|funtoo-current=1.2-release-std||1.3-release-std=1.3-release-std ('''ALPHA''')|{{#external_value:build}}</td> | ||
<td>{{# | <td>{{#switch:{{#external_value:variant}}|=<span style="font-weight: bold;">compatible</span>|{{#external_value:variant}}}}</td> | ||
<td>{{# | <td>{{#external_value:latest}}</td> | ||
<td><div style="display: flex; align-items: center; justify-content: space-evenly; "><span style="float: left;">'''Download from [https://build.funtoo.org{{#external_value:download}} funtoo.org]''' ([https://build.funtoo.org{{#external_value:download}}.gpg GPG sig])</span>{{CDN77}}</div></td> | <td><div style="display: flex; align-items: center; justify-content: space-evenly; "><span style="float: left;">'''Download from [https://build.funtoo.org{{#external_value:download}} funtoo.org]''' ([https://build.funtoo.org{{#external_value:download}}.gpg GPG sig])</span>{{CDN77}}</div></td> | ||
<td>[https://build.funtoo.org{{#external_value:path}} funtoo.org]</td> | <td>[https://build.funtoo.org{{#external_value:path}} funtoo.org]</td> | ||
</tr>}} | </tr>}} | ||
</includeonly> | </includeonly> |