Exibir código-fonte para Módulo:String
Ir para navegação
Ir para pesquisar
Você não possui permissão para editar esta página, pelos motivos a seguir:
Você pode ver e copiar o código desta página.
--[[
This module is intended to provide access to basic string functions.
Most of the functions provided here can be invoked with named parameters,
unnamed parameters, or a mixture. If named parameters are used, Mediawiki will
automatically remove any leading or trailing whitespace from the parameter.
Depending on the intended use, it may be advantageous to either preserve or
remove such whitespace.
Global options
ignore_errors: If set to 'true' or 1, any error condition will result in
an empty string being returned rather than an error message.
error_category: If an error occurs, specifies the name of a category to
include with the error message. The default category is
[Category:Errors reported by Module String].
no_category: If set to 'true' or 1, no category will be added if an error
is generated.
000
1:0
Predefinições usadas nesta página:
- Predefinição:Alto-risco (ver código-fonte)
- Predefinição:Ambox/styles.css (ver código-fonte)
- Predefinição:Fmtn (ver código-fonte)
- Predefinição:Module other (ver código-fonte)
- Predefinição:Module rating (ver código-fonte)
- Predefinição:Ombox (ver código-fonte)
- Módulo:Arguments (ver código-fonte)
- Módulo:Effective protection level (ver código-fonte)
- Módulo:Fmtn (ver código-fonte)
- Módulo:Message box (ver código-fonte)
- Módulo:Message box/configuration (ver código-fonte)
- Módulo:No globals (ver código-fonte)
- Módulo:String (ver código-fonte)
- Módulo:String/doc (ver código-fonte)
- Módulo:Yesno (ver código-fonte)
Retornar para Módulo:String.