This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Template:USEflag/doc

From Gentoo Wiki (test)
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.

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

Collapse
Parameter package set to a valid package name
Wiki 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

Collapse
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


Collapse
No parameter (error message)
Wiki code
{{USEflag}}
Main version
Cannot load package information. Is the atom {{{package}}} correct?
Sandbox version


Collapse
Old-style template call with multiple anonymous parameters (deprecated)
Wiki code
{{USEflag|package=app-editors/nano |debug++no|justify|magic+Yes|minimal++no|ncurses+yes|nls+yes|slang|spell+yes|unicode+yes}}
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
The above template uses deprecated functionality. Help us update this template!
Sandbox version