Module:Navbox: Difference between revisions
Created page with "-- Page is following provisonal style guide: User:Ganaram_inukshuk/Provisional_style_guide_for_Lua -- Loosely modeled off of Runescape Wiki's navbox, not Wikipedia's local p..." |
mNo edit summary |
||
Line 8: | Line 8: | ||
-- Rows is a jagged array where: | -- Rows is a jagged array where: | ||
-- - If a subtable has one entry, it's for a headerless row | -- - If a subtable has one entry, it's for a headerless row | ||
-- - If a subtable has two entry, it's a header-data pair | -- - If a subtable has two entry, it's a header-data pair; if the second entry | ||
-- is another table, then the data is a subtable | |||
function p._navbox(title, rows) | function p._navbox(title, rows) | ||