Module:snon-mut: Difference between revisions
No edit summary |
No edit summary |
||
| Line 154: | Line 154: | ||
local result = frame:expandTemplate{ title = 'inflection-table-top', | local result = frame:expandTemplate{ title = 'inflection-table-top', | ||
args = { title = '[[Appendix: | args = { title = '[[Appendix:Scots Norse mutations|Mutated forms]] of ' .. require("Module:links").full_link({lang = lang, alt = title}, 'term'), palette = 'green' } } | ||
result = result .. '\n! [[radical]]' | result = result .. '\n! [[radical]]' | ||
result = result .. '\n! [[soft mutation|soft]]' | result = result .. '\n! [[soft mutation|soft]]' | ||
| Line 169: | Line 169: | ||
end | end | ||
if has_soft or has_nasal or has_aspirate then | if has_soft or has_nasal or has_aspirate then | ||
notes = notes .. '<p style="font-size:85%;"><i>Note:</i> Certain mutated forms of some words can never occur in standard | notes = notes .. '<p style="font-size:85%;"><i>Note:</i> Certain mutated forms of some words can never occur in standard Scots Norse.<br>All possible mutated forms are displayed for convenience.</p>' | ||
end | end | ||
result = result .. '\n' .. frame:expandTemplate{ title = 'inflection-table-bottom', args = { notes = notes } } | result = result .. '\n' .. frame:expandTemplate{ title = 'inflection-table-bottom', args = { notes = notes } } | ||