Help:Template cheatsheet: Difference between revisions

Content deleted Content added
Line 1,174:
|
|<code><nowiki>{{font color | text color | background color | text }}</nowiki></code>
|<code><nowiki>{{font color|yellow|greenpurple|text with four words}}</nowiki></code>
|{{font color|yellow|greenpurple|text with four words}}
|Changes text and background to specified colours
|-
Line 1,187:
|{{Tl|em}}
|
|<code><nowiki>{{em|text to be emphasized}}</nowiki></code>
|<code><nowiki>Contrary to reports, she was {{em|not}} dead after all.</nowiki></code>
|Contrary to reports, she was {{em|not}} dead after all.
|
|Applies semantic {{tag|em}} emphasis markup as apposed to <code><nowiki>''...''</nowiki></code> typographic italicizations. This conveys meaning not just visible appearance and is used by screen readers.
|
|-
|{{Tl|strong}}
|
|<code><nowiki>{{strong|important text}}</nowiki></code>
|<code><nowiki>"The {{strong|soma}}, or {{strong|perikaryon}}, or {{strong|cyton}}, is the bulbous end of a neuron."</nowiki></code>
|"The {{strong|soma}}, or {{strong|perikaryon}}, or {{strong|cyton}}, is the bulbous end of a neuron."
|
|Applies semantic {{tag|strong}} emphasis markup as apposed to <code><nowiki>'''...'''</nowiki></code> typographic italicizations
|
|-
|{{tl|yesitalic}}