Template:Prime/doc: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{dochead}}{{substitute|no}}{{clear}}{{wikipedia}}
{{dochead}}{{substitute|no}}{{clear}}{{wikipedia}}
This template produces a {{w|prime symbol}} ([http://www.compart.com/en/unicode/U+2032 U+2032] <code>′</code>) with a small amount of leading space so it does not collide with preceding '''bold''' (<code><nowiki>'''</nowiki></code>) or ''italic'' (<code><nowiki>''</nowiki></code>) characters. It eliminates the need to have to type out {{plaincode|<nowiki><span style{{=}}"padding-left: 0.05em; white-space: nowrap;">′</span></nowiki>}}.
This template produces a {{w|prime symbol}} ([http://www.compart.com/en/unicode/U+2032 U+2032] <code>′</code>) with a small amount of leading space so it does not collide with preceding '''bold''' (<code><nowiki>'''</nowiki></code>) or ''italic'' (<code><nowiki>''</nowiki></code>) characters.  


{{shortcut|´}} The {{w|acute accent}} ([http://www.compart.com/en/unicode/U+00B4 U+00B4]) is used as the shortcut character since {{plaincode|<nowiki>{{'}}</nowiki>}} and {{plaincode|<nowiki>{{`}}</nowiki>}}, the straight apostrophe-quote and grave accent (respectively), are used to escape the apostrophe.
{{shortcut|``}}
 
{{plaincode|<nowiki>{{``}}</nowiki>}} is significantly less messy than having to type out <code><nowiki><span style="padding-left: 0.05em; white-space: nowrap;">′</span></nowiki></code> every time.


=== Usage ===
=== Usage ===
Line 10: Line 12:
! You get
! You get
|-
|-
| <code><nowiki>A{{´}}</nowiki></code>
| <code><nowiki>A{{``}}</nowiki></code>
| A{{´}}
| A{{``}}
|}
|}


Line 19: Line 21:
=== See also ===
=== See also ===
* {{tlx|"|plaincode}} and {{tlx|-"|plaincode}} – used to insert a double prime
* {{tlx|"|plaincode}} and {{tlx|-"|plaincode}} – used to insert a double prime
* {{tlx|'|plaincode}} and {{tlx|`|plaincode}} – used to insert an apostrophe that is not interpreted as Wiki markup