Content deleted Content added
protect against nil |
add more logging Tag: Reverted |
||
Line 814:
elseif template_name and whitelist.wrapper_templates[template_name] then
mw.log(template_name..' is a wrapper')
anchor_id = anchor_id_make_wrapper (template); -- extract an anchor id from this template if possible
list_add (anchor_id, anchor_id_list, true);
|