Difference between pages "Template:ExternUse" and "Template:Ebuild"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=desc=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/use/flag[@name='{{{1}}}']/text()}}
<noinclude>
;<code>{{{1}}}</code>: {{#external_value:desc}}
This is the "Ebuild" template.
It should be called in the following format:
<pre>
{{Ebuild
|Summary=
|CatPkg=
|Maintainer=
|Homepage=
}}
</pre>
Edit the page to see the template text.
</noinclude><includeonly>__NOTOC__<div style="float: right; width: 30%; padding: 1em; margin-left: 1em; margin-bottom: 1em; border-radius: 10px; border: 1px solid #ddd; background-color: #efefef;" id="eb_infobox">
<b><tt>[[CatPkg::{{{CatPkg|}}}]]</tt></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}}}}{{#set:RepoID={{#var:repoid}}}}
<table border="0" width="100%">
{{#if: {{{Maintainer|}}} |<tr><td><i>Current Maintainer(s):</i></td><td>{{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|<br>}}</td></tr> |}}{{#if: {{{Homepage|}}} |<tr><td></td><td>[[Homepage::{{{Homepage|}}}|Homepage]]</td></tr> |}}<tr><td><i>Source Repository:</i></td><td>{{#ask:[[Category:Repositories]] [[Repository ID::{{#var:repoid}}]]}}</td></tr></table><hr>
<b>Summary:</b> [[Summary::{{{Summary|}}}]]
</div>
{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=use=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@use}}
{{#set:Use={{#external_value:use}}}}
{{#if: {{#external_value:use}}|<div style="float: right; width: 30%; padding: 1em; margin-left: 1em; margin-bottom: 1em; border-radius: 10px; border: 1px solid #ddd; background-color: #efefef;" id="eb_infobox">
== Use Flags ==
{{#arraymaptemplate:{{#external_value:use}}|ExternUse|,|}}
</div>
}}
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless]]</div><div id="ebuild_title">
= {{PAGENAME}} =
</div></includeonly>

Revision as of 04:45, September 16, 2014

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.