Module:UpdateExcerpt: Difference between revisionsGive feedback
Tag: Rollback |
Gammaton32 (talk | contribs) replaced with new version from Module:User:Kai/UpdateExcerpt Tag: Manual revert |
||
| Line 33: | Line 33: | ||
local html = string.format( | local html = string.format( | ||
'<div style="flex:1; min-height:0; overflow-y:auto | '<div style="flex:1; min-height:0; overflow-y:auto; padding:14px 18px; font-family: sans-serif; font-size:0.92em; line-height:1.7;">\n__NOEDITSECTION__\n%s\n</div>', | ||
frame:preprocess(notesRaw) | frame:preprocess(notesRaw) | ||
) | ) | ||
| Line 102: | Line 101: | ||
footer:tag("span") | footer:tag("span") | ||
:addClass("update-excerpt__readmore") | :addClass("update-excerpt__readmore") | ||
:wikitext("[[Update:" .. month .. " " .. day .. ", " .. year .. "|Read more]]") | |||
return tostring(html) | return tostring(html) | ||