Module:Cite:修订间差异
武外梗百科 爱国好学自强图新的百科全书
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第54行: | 第54行: | ||
local body = table.concat(lines, "\n") | local body = table.concat(lines, "\n") | ||
-- | ---------------------------------------------------------------- | ||
local hatnote = '<div | -- 帽注样式:灰色、斜体、小字号、开头空一点 | ||
---------------------------------------------------------------- | |||
local hatnote = '<div style="color:#555;font-size:90%;font-style:italic;margin-bottom:0.5em;"> 主条目:[[' .. page .. ']]</div>' | |||
return hatnote .. body | return hatnote .. "\n\n" .. body | ||
end | end | ||
return p | return p | ||