Template:USEflag/doc
From Gentoo Wiki
Jump to:navigation
Jump to:search
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.
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 to show the USE flags of a package.
Parameters
Parameter name | Required? | Default value | Description |
---|---|---|---|
package |
Yes | (n/a) | Full package atom (category-subcategory/package) whose USE flags to display |
Usage
See the template's testcases:
Correct
Parameter
package
set to a valid package nameWiki code
{{USEflag|package=app-editors/nano}}
Main version
USE flags for app-editors/nano GNU GPL'd Pico clone with more functionality
+spell
|
Add dictionary support |
debug
|
Enable debug messages and assert warnings. Note that these will all be sent straight to stderr rather than some logging facility. |
justify
|
Enable justify/unjustify functions for text formatting. |
magic
|
Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting |
minimal
|
Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). |
ncurses
|
Add ncurses support (console display library) |
nls
|
Add Native Language Support (using gettext - GNU locale utilities) |
unicode
|
Add support for Unicode |
Sandbox version
Incorrect
Parameter
package
set to an invalid or non-existent package name (error message)Wiki code
{{USEflag|package=app-editors/nono}}
Main version
Cannot load package information. Is the atom app-editors/nono correct?
Sandbox version
No parameter (error message)
Wiki code
{{USEflag}}
Main version
Cannot load package information. Is the atom {{{package}}} correct?
Sandbox version