साँचा वार्ता:ज्ञानसन्दूक वैज्ञानिक
Latest comment: 6 वर्ष पहले by SSastry (WMF) in topic Recommended fix to template
Recommended fix to template
संपादित करेंIn line |caption = <div style="padding-top:0.3em; line-height:1.2em;"><!--\n-->{{{caption|}}}</div>
, consider replacing the div>
with a span
। This is causing html5-misnesting linter errors since this caption that is wrapped in a div is then wrapped in a span in Template:ज्ञानसन्दूक SSastry (WMF) (वार्ता) 17:21, 19 मार्च 2018 (UTC)
- Even better, the best and right thing to do would be to remove that div wrapping around the caption and instead pass
|captionstyle="padding-top:0.3em; line-height:1.2em;"
since Template:ज्ञानसन्दूक has the functionality to style captions। It has this code:<span style="{{{captionstyle|}}}">{{{caption|{{{caption1}}}}}}</span>
। SSastry (WMF) (वार्ता) 17:27, 19 मार्च 2018 (UTC)- I've edited the template as per this recommendation। SSastry (WMF) (वार्ता) 17:32, 19 मार्च 2018 (UTC)