10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 114: | Line 114: | ||
return "<div class=\"noprint maintenance-box maintenance-box-yellow\" style=\"background:#FFFFDD; width:{{{width|90}}}%; margin: 0.75em auto; border:1px dashed #888822; padding: 0.25em; \">\n{|\n| rowspan=\"2\" | [[File:Nuvola apps important yellow.svg|50px]]\n! style=\"text-align: left;\" | Possible <code>{{[[Template:also|also]]}}</code> group detected!\n|-\n| Please add this term to the [[Module:also/data|data set]].\n|}</div>" | return "<div class=\"noprint maintenance-box maintenance-box-yellow\" style=\"background:#FFFFDD; width:{{{width|90}}}%; margin: 0.75em auto; border:1px dashed #888822; padding: 0.25em; \">\n{|\n| rowspan=\"2\" | [[File:Nuvola apps important yellow.svg|50px]]\n! style=\"text-align: left;\" | Possible <code>{{[[Template:also|also]]}}</code> group detected!\n|-\n| Please add this term to the [[Module:also/data|data set]].\n|}</div>" | ||
else | else | ||
return | return nil | ||
end | end | ||
end | end | ||
Line 129: | Line 129: | ||
return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>" | return "<dt><dd>''See also:'' " .. table.concat(links, ", ") .. "</dd></dt>" | ||
else | else | ||
return | return nil | ||
end | end | ||
end | end | ||
return export | return export |