47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
if not m_data[word] then | if not m_data[word] then | ||
if frame.args.decl then | |||
decl_type = frame.args.decl | |||
else | |||
if parent_args.n and parent_args.c and parent_args[1] then | |||
decl_type = parent_args.n .. "-" .. parent_args.c | |||
numbers = {parent_args[1]} | |||
else | |||
decl_type, numbers = export.detect_decl(word, parent_args.n, parent_args.c, reanalyzed) | |||
end | |||
end | |||
if not decl_type then | if not decl_type then |