Difference between revisions of "Template:Ebuild"

From Funtoo
Jump to navigation Jump to search
 
(51 intermediate revisions by 2 users not shown)
Line 11: Line 11:
</pre>
</pre>
Edit the page to see the template text.
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">
{{#cargo_declare:_table=ebuilds|CatPkg=Text|RepoID=Text|Homepage=Text|Summary=WikiText|USE_Vars=Text}}
<b><tt>[[CatPkg::{{{CatPkg|}}}]]</tt></b>
</noinclude><includeonly>{{#widget:AddThis}}
<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}}}}
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless|class=img-responsive]]</div><div id="ebuild_title">
<table border="0" width="100%">
= {{PAGENAME}} =
{{#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>
{{Tip|We welcome improvements to this page. To edit this page, {{CreateAccount}}. Then [[{{#special:userlogin}}|log in]] and then {{#formlink:form=Ebuild|link text=click here to edit this page|target={{FULLPAGENAME}}}}. See our [[Help:Funtoo_Editing_Guidelines|editing guidelines]] to becoming a wiki-editing pro.}}{{#cargo_store:
<b>Summary:</b> [[Summary::{{{Summary|}}}]]
_table=ebuilds
</div>
|CatPkg={{{CatPkg|}}}
{{#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}}
|RepoID={{#var:repoid}}
{{#set:Use={{#external_value:use}}}}
|Homepage={{{Homepage|}}}
{{#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">
|Summary={{{Summary|}}}
== 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">
</includeonly>
= {{PAGENAME}} =
</div></includeonly>

Latest revision as of 02:19, July 25, 2019

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.