Module:UpdateExcerpt: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 73: Line 73:
     if hasMore then
     if hasMore then
         html = html .. '<div style="flex-shrink:0; padding:10px 18px; text-align:center; border-top:1px solid rgba(255,255,255,0.1); font-family:\'Retail Demo\',\'Open Sans\',sans-serif;">'
         html = html .. '<div style="flex-shrink:0; padding:10px 18px; text-align:center; border-top:1px solid rgba(255,255,255,0.1); font-family:\'Retail Demo\',\'Open Sans\',sans-serif;">'
             .. frame:preprocess('[[' .. pageTitle .. '|<span style="color:#e8be86; font-weight:bold;">Read more →</span>]]')
             .. frame:preprocess('[[' .. pageTitle .. '|<span style="class="plain" style="color:#e8be86; font-weight:bold; text-shadow: 0px 2px 2px black, 0px 0px 2px black;">Read more →</span>]]')
             .. '</div>'
             .. '</div>'
     end
     end