Module:Biobox: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 399:
local personalSection, rowIndex
local success,
return BioboxPersonal.formatPersonalSection(state, args, title)
end)
if success then
personalSection, rowIndex =
else
personalSection
STYLES.INFOBOX,
STYLES.HEADER,
title)
rowIndex = 1
end
local bodySection = ""
success,
return BioboxBody.formatBodySection(state, args, rowIndex)
end)
if success then
bodySection =
end
local personalPagesSection, ppRowIndex = {}, rowIndex
success,
return BioboxPersonalPages.formatPersonalPagesSection(state, args, rowIndex)
end)
if success then
personalPagesSection, ppRowIndex =
end
local databasesSection, dbRowIndex = {}, ppRowIndex
success,
return BioboxDatabases.formatDatabasesSection(state, args, ppRowIndex)
end)
if success then
databasesSection, dbRowIndex =
end
if isEmpty(personalSection) or not string.find(personalSection, '{|%s+class="infoboxnew"') then
personalSection = string.format('{| %s\n|-\n! colspan="2" %s | \'\'\'%s\'\'\'',
STYLES.INFOBOX,
| |||