मोड्युल:Citation/CS1/Utilities: संशोधनहरू बीचको भिन्नता
कुनै सम्पादन सारांश छैन |
कुनै सम्पादन सारांश छैन |
||
| पङ्क्ति १३: | पङ्क्ति १३: | ||
]] | ]] | ||
local cfg; -- table of tables imported from selected | local cfg; -- table of tables imported from selected मोड्युल:स्रोत/रूपरेखा | ||
| पङ्क्ति १०३: | पङ्क्ति १०३: | ||
if error_state == nil then | if error_state == nil then | ||
error( cfg.messages['undefined_error'] ); -- because missing error handler in | error( cfg.messages['undefined_error'] ); -- because missing error handler in मोड्युल:स्रोत/रूपरेखा | ||
elseif is_set( error_state.category ) then | elseif is_set( error_state.category ) then | ||
table.insert( z.error_categories, error_state.category ); | table.insert( z.error_categories, error_state.category ); | ||
| पङ्क्ति १५४: | पङ्क्ति १५४: | ||
Input: | Input: | ||
args – pointer to the arguments table from calling template | args – pointer to the arguments table from calling template | ||
alias – one of the list of possible aliases in the aliases lists from | alias – one of the list of possible aliases in the aliases lists from मोड्युल:स्रोत/रूपरेखा | ||
index – for enumerated parameters, identifies which one | index – for enumerated parameters, identifies which one | ||
enumerated – true/false flag used choose how enumerated aliases are examined | enumerated – true/false flag used choose how enumerated aliases are examined | ||