This site is supported by donations to The OEIS Foundation.

Template:/

From OeisWiki
Jump to: navigation, search


This item is considered deprecated.

Use {{op|/}} instead. (You can't use {{/}} inside a template, because MediaWiki interprets it as a subpage.)

Deprecated items are items that should not be used anymore. If an item (a category page, an article page, an extras page, a help page, a template page, a file page, ...) should be deleted, please use the {{discarded}} template instead.

To categorize an item as Category:Deprecated items you just use the template tag {{deprecated|Reason for deprecation and/or description of replacement item}} in the item's (a category page, an article page, an extras page, a help page, a template page, a file page, ...) page, where "Reason for deprecation and/or description of replacement item" is a short explanation.


The {{/}} mathematical formatting template yields a big solidus ⧸ surrounded by 1mu spaces in HTML+CSS or LaTeX.

Usage:

{{/}}

or

{{/|format}}

where format is from

  • htm: HTML+CSS (default);
  • tex: LaTeX.

Examples:

{{math|''m''{{/}}''n''|&}} yields the text style HTML+CSS 
mTemplate://n
{{math|''m''{{/|tex}}''n''|$}} yields the text style LaTeX

Code:

<noinclude>{{Documentation}}<!--

  Issue: On a user page, the / solidus (slash) is interpreted by the MediaWiki server as a subpage of the user page.

  * Using the HTML hex code &#x2F; for the solidus (slash) / does not resolve the issue.
  * Using <nowiki>/</nowiki> does not resolve the issue.  

  See also:
 
  * https://www.mediawiki.org/wiki/Help:Subpages (they suggest using BIG SOLIDUS as a hack) 
  * https://en.wiktionary.org/wiki// 

    * SLASH or SOLIDUS    /   &#x002F;  &#47;  
    * FRACTION SLASH      ⁄   &#x2044;  &#8260;  
    * DIVISION SLASH      ∕   &#x2215;  &#8725; 
    * BIG SOLIDUS         ⧸   &#x29F8;  &#10744; (does not resolve the issue!)  
    * FULLWIDTH SOLIDUS   /  &#xFF0F;  &#65295;  
    * VERY HEAVY SOLIDUS  🙼  &#x1F67C, &#128636;  

--></noinclude><includeonly>{{#switch: {{lc: {{#if: {{{1|}}} |{{{1}}}|htm}} }} 
| htm = <span style="font-size: 1.0em; <!--vertical-align: -0.2ex;-->">{{sp|1}}&#x29F8;{{sp|1}}</span>
| tex = / 
}}</includeonly>

See also: