Module:Rank-n scale: Difference between revisions
mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
local p = {} | |||
local infobox = require('Module:Infobox') | local infobox = require('Module:Infobox') | ||
local function rotate_word(str, n) -- rotate word s by n steps | local function rotate_word(str, n) -- rotate word s by n steps | ||
| Line 116: | Line 116: | ||
{"Has strict variety?", mv["is strict?"]}, | {"Has strict variety?", mv["is strict?"]}, | ||
} | } | ||
return infobox.build_multilink( | return infobox.build_multilink(scale, entries) | ||
end | end | ||