Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Using example-formatting templates in general  





2 Parameters  





3 Accessibility  





4 Examples of {{xt}} syntax and result  





5 User CSS for a monospaced coding font  





6 See also  














Template:!xt






Аԥсшәа
العربية

Azərbaycanca
تۆرکجه

 / Bân-lâm-gú
Беларуская
Bosanski
Català
Chi-Chewa
Corsu
Dansk
Ελληνικά
Esperanto
فارسی
Føroyskt
Galego

  / Gõychi Konknni
Gungbe

Հայերեն
Ilokano
Bahasa Indonesia
Kurdî
Кыргызча
Ladin
Latviešu
ि
Македонски
مصرى
Bahasa Melayu


Norsk bokmål
ି
Oʻzbekcha / ўзбекча

Português
Qaraqalpaqsha
Română
Русский
Scots
Simple English
Slovenščina
کوردی
Српски / srpski
Srpskohrvatski / српскохрватски
ி
Татарча / tatarça
 



Türkçe
Українська
اردو
Tiếng Vit


 

Edit links
 









Template
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
Wikimedia Foundation
Meta-Wiki
Multilingual Wikisource
Wikispecies
Wikidata
Wikiversity
 
















Appearance
   

 





Permanently protected template

From Wikipedia, the free encyclopedia
 

(Redirected from Template:Not talk quote inline)

Example text

This and related templates produce an inline typeface change suitable to render eXample Text on Wikipedia's general help pages.

Using example-formatting templates in general

The category of example-formatting templates is used frequently in non-mainspace general help pages such as Wikipedia:Manual of Style (MOS) when inline typeface changes are needed.

This family of templates cannot be used in mainspace (the article namespace).


For cases where the serif typeface is not desirable (e.g. in blocks of computer code), use {{bxt}}, which substitutes boldfacing, or {{mxt}}, which substitutes a monospaced font. For style examples that break to their own line (e.g. paragraphs), use {{xt2}}.

For examples of bad/wrong style, in red, use {{!xt}}, {{!bxt}}, {{!mxt}}, or {{!xt2}}, respectively to the previous paragraph (the addition of the ! indicates the opposite effect). Use {{!xts}} for bad/wrong style with strikethrough formatting.

The {{xtd}} template exists for deprecated examples. Its alias {{xtg}} (for "grey") can be used to indicate uncertain, unavailable, disabled, lorem, etc., examples without implying deprecation. The bold, sans-serif equivalent is {{bxtd}} (and {{bxtg}} alias). The mono-spaced equivalent is {{mxtd}}.

The {{xtn}} template is for neutral examples, and has no color change, but is otherwise identical to {{xt}}. It can be used with {{xt}} and {{!xt}} to indicate usage that is neither advised nor advised against or deprecated. The bold, sans-serif equivalent is {{bxtn}}.

Parameters

Accessibility

The accompanying change in typeface to a serif or monospaced type style (as in example text) is to make it fully accessible for those with color blindness.

Keep accessibility more broadly in mind, and never construct examples such that a blind person, who may not be able to see the coloration, boldfacing, or monospace font change, cannot understand the examples. Especially indicate, with terms like "not", "don't", "wrong:", etc., that a negative example is a negative one, or with "deprecated", "avoid", etc., that deprecated material is deprecated.

Examples of {{xt}} syntax and result

What you write
...for example, {{xt|1=''T'' = 293.15 K}}, but not {{!xt|1=''m''=5.4kg}}.
What you get
...for example, T = 293.15 K, but not m=5.4kg.
What you type What you get
this is an {{xt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{!xt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{xtn|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{xtd|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{mxt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{!mxt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{mxtn|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{mxtd|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{bxt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{!bxt|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{bxtn|inline typeface change}} for comparison this is an inline typeface change for comparison
this is an {{bxtd|inline typeface change}} for comparison this is an inline typeface change for comparison

User CSS for a monospaced coding font

Have monospaced templates in this group – and your editing window – use your preferred monospaced font:

  • talk
  • edit
  • You can consistently use a monospaced font with well-designed characters for coding (e.g., to distinguish clearly between l, 1, and I, and between O and 0, and between -, , , and ).

    Add something like one of the code snippets below into your Special:MyPage/common.css page, replacing "Roboto Mono" with whatever your preferred coding font is (Roboto Mono was picked as a freely-available coding font for this example).

    If you don't want to manually add this code to your CSS page but would rather @import (transclude) it, see meta:User:SMcCandlish/codefont.css for quick instructions.

    This code will do the following:

    • Apply a consistent monospace font of your choice (and the fallback system-default monospace, should that font go missing or not have characters you need) to all the normally monospaced HTML elements like <code>, <pre>, etc.
    • Do the same for the classes used by {{mxt}} and other monospaced templates in the {{xt}} family
    • Do the same for additional site-wide classes (as identified so far, e.g. .monospaced) that output as monospace.
    • Make the three most frequently encountered editing fields also use this font stack: the main editing window, the edit summary line, and the search entry box.

    If you know of an additional class to add here, please update this page or mention it on the talk page.

    Horizontal style

    /* Use my font, when available, for code */
    code, pre, samp, kbd, tt, .example-mono, .userlinks-username, .monospaced, .keyboard-key, .button, .plaincode { font-family: "Roboto Mono", monospace !important; }
    /*  Make some of the editable stuff monospaced */
    #wpTextbox1, #wpSummary, #searchInput, #searchText { font-family: "Roboto Mono", monospace !important; }
    

    Vertical style

    /* Use my font, when available, for code */
    code,
    pre,
    samp,
    kbd,
    tt,
    .example-mono,
    .userlinks-username,
    .monospaced,
    .keyboard-key,
    .button
    .plaincode {
      font-family: "Roboto Mono", monospace !important;
    }
    /*  Make some of the editable stuff monospaced */
    #wpTextbox1,
    #wpSummary,
    #searchInput,
    #searchText {
      font-family: "Roboto Mono", monospace !important;
    }
    

    Cleanup efforts

    If you'd like to help clean up instances of the <tt>...</tt> element – which has not been valid HTML since the 1990s, and should usually be replaced with <code>...</code> (this may vary by context) – you can add something like the following to your common.css to make <tt> stick out like a sore thumb:

    /* Flag bad code for cleanup */
    tt { color: DarkRed; background: Pink; }
    

    You can also do this with <font>, <center>, <strike>, and other deprecated elements. For CSS you can just import for this, see meta:User:SMcCandlish/lint.css.

    See also

  • talk
  • edit

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:!xt&oldid=1232244790"

    Categories: 
    Lua-based templates
    Example-formatting templates
    Text color templates
    Hidden category: 
    Wikipedia template-protected templates
     



    This page was last edited on 2 July 2024, at 18:46 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki