Navigation menu

Module:Infobox: Difference between revisions

From The Kodiak Republic Wiki

Reverted good faith edits by Izno (talk): This edit appears to cause extraordinarily high spaces between lines on Template:Infobox officeholder.
(move subbox to templatestyles, still working on the other 4k. will remove from common.css Soon)
(Reverted good faith edits by Izno (talk): This edit appears to cause extraordinarily high spaces between lines on Template:Infobox officeholder.)
Line 394:
Loads the templatestyles for the infobox.
 
TODO: FINISH loadingload base templatestyles here rather than in MediaWiki:Common.css
MediaWiki:Common.css.We Therearen't doing it here yet because there are 4-5000 pages with 'raw' infobox tables.
tables. See [[Mediawiki_talk:Common.css/to_do#Infobox]] and/or come help :).
When we do this we should clean up the inline CSS below too.
Will have to do some bizarre conversion category like with sidebar.
 
]=]
local function loadTemplateStyles()
local frame = mw.getCurrentFrame()
-- See function description
-- local base_templatestyles = frame:extensionTag{
-- name = 'templatestyles', args = { src = 'Module:Infobox/stylescfg.css'i18n.templatestyles }
-- }
 
local templatestyles = ''
if args['templatestyles'] then templatestyles = frame:extensionTag{
Line 428:
 
return table.concat({
-- base_templatestyles, -- see function description
templatestyles,
child_templatestyles,
grandchild_templatestyles
})
end
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.