Exibir código-fonte para Módulo:Citação/CS1/Utilidades
Ir para navegação
Ir para pesquisar
Você não possui permissão para editar esta página, pelo seguinte motivo:
Você pode ver e copiar o código desta página.
local u = {}
local z = {
error_categories = {}; -- for categorizing citations that contain errors
error_ids = {};
message_tail = {};
maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work
properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance
};
--[[--------------------------< F O R W A R D D E C L A R A T I O N S >--------------------------------------
]]
local cfg; -- table of tables imported from slected Múdulo:Citação/CS1/Configuração
--[[--------------------------< I S _ S E T >------------------------------------------------------------------
Returns true if argument is set; false otherwise. Argument is 'set' when it exists (not nil) or when it is not an empty string.
This function is global because it is called from both this module and from Date validation
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:Module other (ver código-fonte)
- Predefinição:Module rating (ver código-fonte)
- Predefinição:Ombox (ver código-fonte)
- Predefinição:Pipe (ver código-fonte)
- Predefinição:Plnk (ver código-fonte)
- Predefinição:Testes outro (ver código-fonte)
- Módulo:Arguments (ver código-fonte)
- Módulo:Citação/CS1/Utilidades/doc (ver código-fonte)
- Módulo:Citação/CS1/doc (ver código-fonte)
- Módulo:Effective protection level (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:Yesno (ver código-fonte)
Retornar para Módulo:Citação/CS1/Utilidades.