Module:Infobox MOS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Added link to descendant scalesig
Ganaram inukshuk (talk | contribs)
m Reverted tamnams section header to be "tamnams information" under all cases
Line 245: Line 245:
local is_root_mos = input_mos.nL == input_mos.ns
local is_root_mos = input_mos.nL == input_mos.ns
local section_header = nil
local section_header = "TAMNAMS information"
local section_entries = nil
local section_entries = nil
if is_octave_equivalent then
if is_octave_equivalent then
if is_within_named_range then
if is_within_named_range then
-- Mos has a tamnams name
-- Mos has a tamnams name
section_header = "TAMNAMS information"
section_entries = {
section_entries = {
{"[[TAMNAMS#Mos_pattern_names | Name]]", tamnams_name},
{"[[TAMNAMS#Mos_pattern_names | Name]]", tamnams_name},
Line 268: Line 267:
end
end
section_header = "Descendant information"
section_entries = {
section_entries = {
{"Descends from", ancestor_entry}
{"Descends from", ancestor_entry}