注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Template:Ebuild"
Jump to navigation
Jump to search
(de-SMWize) |
|||
Line 14: | Line 14: | ||
</noinclude><includeonly>{{#widget:AddThis}}<div class="container" style="margin-top: 20px;"><div class="row"> | </noinclude><includeonly>{{#widget:AddThis}}<div class="container" style="margin-top: 20px;"><div class="row"> | ||
<div class="col-md-3 col-md-push-9"> | <div class="col-md-3 col-md-push-9"> | ||
<b> | <b>{{{CatPkg|}}}</b> | ||
<hr>{{#vardefine:cat|{{#explode:{{{CatPkg}}}|/|0}}}}{{#vardefine:pkg|{{#explode:{{{CatPkg}}}|/|1}}}}{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=repo_id=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@repository}}{{#vardefine:repoid|{{#if:{{#external_value:repo_id}}|{{#external_value:repo_id}}|gentoo | <hr>{{#vardefine:cat|{{#explode:{{{CatPkg}}}|/|0}}}}{{#vardefine:pkg|{{#explode:{{{CatPkg}}}|/|1}}}}{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=repo_id=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@repository}}{{#vardefine:repoid|{{#if:{{#external_value:repo_id}}|{{#external_value:repo_id}}|gentoo}}}} | ||
<table border="0" width="100%"> | <table border="0" width="100%">Fask | ||
{{#if: {{{Maintainer|}}} |<tr><td><i>Current Maintainer(s):</i></td><td>{{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|<br>}}</td></tr> |}}<tr><td><i>Source Repository:</i></td><td>{{# | {{#if: {{{Maintainer|}}} |<tr><td><i>Current Maintainer(s):</i></td><td>{{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|<br>}}</td></tr> |}}<tr><td><i>Source Repository:</i></td><td>{{#cargo_query: | ||
<b>Summary:</b> | tables=repositories | ||
{{#get_web_data:url=http://127.0.0.1:8888/portage/meta/{{{CatPkg}}}|format=xml|use xpath|data=use=/package/@use}}{{#vardefine:use|{{#external_value | |where=RepoID="{{#var:repoid}}" | ||
|limit=1}} | |||
</td></tr> {{#if: {{{Homepage|}}} |<tr><td></td><td>{{{Homepage|}}}</td></tr> |}}</table><hr> | |||
<b>Summary:</b> {{{Summary|}}} | |||
{{#get_web_data:url=http://127.0.0.1:8888/portage/meta/{{{CatPkg}}}|format=xml|use xpath|data=use=/package/@use}}{{#vardefine:use|{{#external_value:use}}}}{{#if: {{#var:use}}| | |||
== Use Flags == | == Use Flags == | ||
{{#arraymaptemplate:{{#var:use}}|ExternUse|,|}} | {{#arraymaptemplate:{{#var:use}}|ExternUse|,|}} | ||
Line 27: | Line 31: | ||
{{NewsList|3}} | {{NewsList|3}} | ||
</div><div class="col-xs-12 col-md-9 col-md-pull-3">{{DISPLAYTITLE:{{PAGENAME}}}} | </div><div class="col-xs-12 col-md-9 col-md-pull-3">{{DISPLAYTITLE:{{PAGENAME}}}} |
Revision as of 07:29, June 28, 2015
This is the "Ebuild" template. It should be called in the following format:
{{Ebuild |Summary= |CatPkg= |Maintainer= |Homepage= }}
Edit the page to see the template text. This template defines the table "ebuilds". View table.