Module:SubjectRow: Difference between revisions
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
Line 34:
local view
if viewLayout and viewLayout ~= '' then
view = frame:preprocess( '{{#view:' .. id .. '|layout=' .. viewLayout .. '}}' )
else
view = frame:preprocess( '{{#view:' .. id .. '}}' )
| |||