Template:InfoBox gitweb

From Gentoo Wiki
Jump to:navigation Jump to:search
[edit

Documentation

Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages. As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.

Use this template inside an {{InfoBox stack}} to provide a link to a GitWeb page in a right-floated box.

Parameters

Parameter name Required? Default value Description
Anonymous parameter 1 Yes (n/a) Path to project at GitWeb.Gentoo.com or other GitWeb site (see below).
header No (n/a) Set this to yes or true to display a Resources heading, but only if the infobox is the first one in an {{InfoBox stack}}.
text No GitWeb Can be used to change the link text.
raw No (n/a) If present, the anonymous parameter value is interpreted as a raw URL (see below).

If the GitWeb page is at Gentoo's GitWeb site, then the value of the required anonymous parameter must match the final portion of the target URL, after proj/. For example, using portage.git will give a link to https://gitweb.gentoo.org/proj/portage.git.

To link to a page at a different GitWeb site, the value of the anonymous parameter must be set to the full raw URL (including the leading https:// or just //), and raw must be set to any value (yes or true are good choices).

Usage

This template must be used inside of an {{InfoBox stack}}, as seen in the template's testcases:

Correct

One anonymous parameter (a GitWeb path)
Wiki code
{{InfoBox stack
| {{InfoBox gitweb|portage.git}}
}}
Main version
Sandbox version


Using header=true
Wiki code
{{InfoBox stack
| {{InfoBox gitweb|portage.git|header=true}}
}}
Main version
Resources
Sandbox version
Resources


Indicating a raw URL using raw
Wiki code
{{InfoBox stack
| {{InfoBox gitweb|https://gitweb.gentoo.org/proj/portage.git|raw=true}}
}}
Main version
Sandbox version


Specifying link text using text
Wiki code {{InfoBox stack | {{InfoBox gitweb|portage.git|text=Other text}} }}

Main version
Sandbox version

Incorrect

No parameter (error message)
Wiki code
{{InfoBox stack
| {{InfoBox gitweb}}
}}
Main version
{{InfoBox gitweb template error}}
Parameter 1 not defined. For correct usage see InfoBox gitweb template's documentation on the 1 parameter.
Sandbox version
{{InfoBox gitweb template error}}
Parameter unnamed not defined. For correct usage see InfoBox gitweb template's documentation on the unnamed parameter.


Used outside of an {{InfoBox stack}} (wide box, not right-floated)
Wiki code
{{InfoBox gitweb|portage.git}}
Main version
Sandbox version


See also[edit]

The templates below are implemented using {{InfoBox}}. They should also appear in Category:InfoBox templates, which may be more complete than this list.

These templates should be used within an {{InfoBox stack}}. Each should provide its own header parameter, but if necessary {{InfoBox header}} can be used.

Underlined text indicates the default heading provided by header=true for each type of template.

For use in articles
Resources
Article status
For use on talk pages
Talk status
(Note that the simpler {{Talk}} can be used in place of both of these.)
For use on user pages
User info
Babel (spoken-language indicators)
Note
The above documentation is transcluded from Template:InfoBox gitweb/doc. (edit | history)
Editors can experiment in this template's sandbox (edit) and testcases (edit) pages.
Please add categories and interwikis to the /doc subpage. (See the subpages of this template.)