Difference between revisions of "Template:Ebuild"

From Funtoo
Jump to navigation Jump to search
Line 21: Line 21:
{{#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}}
{{#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}}}}
{{#set:Use={{#external_value:use}}}}
{{#if: {{#external_value:use}}|<div style="float: right; clear: both; width: 30%; padding: 1em; margin-left: 1em; margin-bottom: 1em; border-radius: 10px; border: 1px solid #ddd; background-color: #efefef;" id="eb_infobox">
{{#if: {{#external_value:use}}|
== Use Flags ==
== Use Flags ==
{{#arraymaptemplate:{{#external_value:use}}|ExternUse|,|}}
{{#arraymaptemplate:{{#external_value:use}}|ExternUse|,|}}
</div>
}}
}}
<div class="col-xs-12 col-md-9 col-md-pull-3">
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless]]</div><div id="ebuild_title">
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless]]</div><div id="ebuild_title">
</div>
</div>
<div class="col-xs-12 col-md-9 col-md-pull-3">
= {{PAGENAME}} =
= {{PAGENAME}} =


</includeonly>
</includeonly>

Revision as of 05:55, October 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.