Content deleted Content added
Add a new parameter as discussed at my talkpage and tested in sandbox |
Note id added as reference did not know what note to call for match notes, tested so should not brake anything |
||
Line 417:
if note_id_list[match_note] or ((note_local_num >= ii_start) and (note_local_num <= ii_end)) then
-- It exists
note_id = '"table_note_'..match_note..rand_val..'"' -- Identifier
note_string = frame:extensionTag{ name = 'ref', args = { group = 'lower-alpha', name = note_id} }
else
|