Difference between revisions of "Template:Project"

From Funtoo
Jump to navigation Jump to search
Line 29: Line 29:
{{#cargo_query:
{{#cargo_query:
tables=project_components
tables=project_components
|intro=This page displays the "components" of the project, which are used to track the scope of the project, or in other words -- what is included in the effort.
|intro=This page displays the components of the project, which are used to track the scope of the project, or in other words -- what is included in the effort.
|where=_pageName="{{FULLPAGENAME}}"
|where=_pageName="{{FULLPAGENAME}}"
|fields=name=Component,support=Support Level,summary=Summary
|fields=name=Component,support=Support Level,summary=Summary
Line 36: Line 36:
|limit=0
|limit=0
|rows per page=10
|rows per page=10
|more results text=View Details...
|more results text=View Scope...
|default=}}</div></div></div>}}{{#if:{{{subpages|}}}|
|default=}}</div></div></div>}}{{#if:{{{subpages|}}}|
<div class="note" style="margin: 0px; margin-left: 14px; margin-bottom: 14px; background-color: #e6ede4;"><div class="note-head" style="background-color: #8da197;">{{#fas:scroll}}&nbsp;&nbsp;&nbsp;Subpages</div><div class="note-body" style="padding: 8px;">{{#arraymap:{{{subpages}}}|,|x|* [[{{FULLPAGENAME}}/x|x]]|\n}}</div></div>}}{{#if:{{{related pages|}}}|
<div class="note" style="margin: 0px; margin-left: 14px; margin-bottom: 14px; background-color: #e6ede4;"><div class="note-head" style="background-color: #8da197;">{{#fas:scroll}}&nbsp;&nbsp;&nbsp;Subpages</div><div class="note-body" style="padding: 8px;">{{#arraymap:{{{subpages}}}|,|x|* [[{{FULLPAGENAME}}/x|x]]|\n}}</div></div>}}{{#if:{{{related pages|}}}|

Revision as of 06:52, February 25, 2022

This is the "Project" template. It should be called in the following format:

{{Project
|summary=
|leads=''(comma-delimited User pages)''
|members=''(comma-delimited User pages)''
|contributors=''(comma-delimited User pages)''
|components=(a bunch of Project/Component templates here)
|updates=(a bunch of Project/Update templates here)
|subpages=(comma-delimited list of subpages to display in infobox)
|related pages=(comma-delimited list of subpages to display in infobox)
|status=
|status_date=
|translate=yes/no
}}

Edit the page to see the template text. This template defines the table "projects". View table.