Content deleted Content added
→Updating help: Non-urgent reply |
|||
Line 301:
::::::{{ping|Trappist the monk}} I just saw that you helped update on [[ht:]]—thank you!! This is not urgent and it looks like you have a lot on your hands today, but I have two questions: 1. When I copy [[en:Category:CS1]] and its subcategories to [[ht:Category:CS1]], how deep do I need to go? (there might be over 200 including the sub-subcategories) and 2. I can’t figure out why some entire reference areas are now [[ht:Michèle Bennett|italicized there]] (incorrect) but [[en:Michèle Bennett|not here]] (correct), when they’re using essentially the same references. Thoughts? Thank you again! —<span style="text-shadow:0 0 .15em #900;color:#900">[[User:LLarson|LLarson]]</span> <small>([[User talk:LLarson|said]] & [[Special:Contributions/LLarson|done]])</small> 16:14, 20 February 2016 (UTC)
::::::#Most important are the error and maintenance cats; there are only 46 of them. The properties cats won't help fix malformed cites so aren't as important. Perhaps add a few whenever you have nothing better to do ...
::::::#cs1|2 citations are wrapped in {{tag|cite}} tags which browsers tend to style in italics. Find a local admin who can modify [[ht:MedyaWiki:Common.css]] to contain this:
<pre style="margin-left:12.8em">/* Reset italic styling set by user agent */
cite, dfn {
font-style: inherit;
}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}</pre>
::::::::I included the css for {{tag|q}} because cs1|2 uses that tag as well. Both of those are at the top of [[en:MediaWiki:Common.css]]
::::::::—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 16:54, 20 February 2016 (UTC)
|