Content deleted Content added
hide icon if style Tag: Reverted |
sync with live Tags: Manual revert Reverted |
||
Line 204:
if args[v]['system'] then -- Header row
local stop_noun = data[v]['header stop noun'] or i18n[lang]['stop_noun']
table.insert(wikitable, table.concat({'\n|-',
'\n!', style['header cell'], i18n[lang]['preceding'](stop_noun),
'\n!', style['header midcell'],
'\n!', style['header cell'], i18n[lang]['following'](stop_noun)
}))
|