11.314
suntingan
(←Membuat halaman berisi 'local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of ta...') |
Tidak ada ringkasan suntingan Tag: Dikembalikan |
||
| Baris 354: | Baris 354: | ||
:attr('colspan', '2') | :attr('colspan', '2') | ||
:addClass('infobox-navbar') | :addClass('infobox-navbar') | ||
:wikitext(require(' | :wikitext(require('Module:Navbar')._navbar{ | ||
args.name, | args.name, | ||
mini = 1, | mini = 1, | ||
| Baris 406: | Baris 406: | ||
-- See function description | -- See function description | ||
local base_templatestyles = frame:extensionTag{ | local base_templatestyles = frame:extensionTag{ | ||
name = 'templatestyles', args = { src = ' | name = 'templatestyles', args = { src = 'Module:Infobox/styles.css' } | ||
} | } | ||