Template:Pre
- Assh@a
- Afrikaans
- Obolo
- l`rby@
- mSr~
- asmiiy'aa
- Az@rbaycanca
- toerkhjh
- Bashk'ortsa
- Belaruskaia (tarashkevitsa)
- Belaruskaia
- B'lgarski
- bhojpurii
- baaNlaa
- Catala
- Min Dong Yu / Ming-deng-ngu
- Nokhchiin
- khwrdy
- Dansk
- Espanol
- Eesti
- frsy
- Foroyskt
- Francais
- Galego
- gujraatii
- Ke Jia Yu / Hak-ka-ngi
- Hrvatski
- Magyar
- Hayeren
- Interlingua
- Bahasa Indonesia
- Ilokano
- G`alg`ai
- Ri Ben Yu
- k`art`uli
- Qaraqalpaqsha
- bhaasaakhmaer
- knndd
- hangugeo
- Kurdi
- Latina
- Ladin
- Lietuviu
- maithilii
- Mokshen'
- Maori
- Makedonski
- mlyaallN
- Bahasa Melayu
- Mirandes
- Erzian'
- nepaalii
- Norsk bokmal
- odd'iaa
- pNjaabii
- Portugues
- Russkii
- sNskRtm
- tt:
- Simple English
- Slovenscina
- Shqip
- Srpski / srpski
- tullu
- telugu
- Toch'iki
- aithy
- Tagalog
- Turkce
- Ukrayins'ka
- rdw
- Tieng Viet
- Min Nan Yu / Ban-lam-gi
- Yue Yu
- Zhong Wen
| This template uses TemplateStyles: |
This template implements a version of the functionality provided by the HTML tag.
Usage
This template supports two parameters
|width= The width of the pre "box"
|space= The way white space is handled in the pre "box"
| Markup | Renders as |
|---|---|
{{Pre|
This Pre-format can look like this. }} |
This Pre-format
can look like this. |
Main differences include:
- It wraps text that overflows the page.
- It allows mid-line-breaks (but not always consistently).
Main limitations include:
- If the text is a single long word, it won't be wrapped and will still break out to the right hand of the page.
- HTML and wikimarkup aren't disabled as in
and are rendered as usual (thus if a parameter contains any wikimarkup, enclose it in...
); however, multiple spaces are preserved....
As with and , {{pre}} displays text in the font specified as the monospace font in the user's browser options, or specified in the user's CSS pages.
Example
Markup
'''First line, markup working:''' and HTML comment hidden.
'''Second line, long text wrapping:''' all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy.
Pipes separate parameters, so literal pipes cannot be included.
^^^^^^^^^^^^^ Escape them as <nowiki>{{!}}nowiki> and {{!}} it's {{!}} OK.
Similarly, {{=}} is the parameter/value separator so a literal {{=}} must be escaped as <nowiki>{{=}}nowiki>.
<nowiki>Or, between
'''Fourth line, multiple spaces preserved''' unlike in HTML and wikitext.
'''Fifth line, following the previous one'''.
'''Last line''' preceded by two blank lines in markup and in display.
}}
- Result
Second line, long text wrapping: all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy all work and no play make jack a dull boy.
Pipes separate parameters, so literal pipes cannot be included.
^^^^^^^^^^^^^ Escape them as {{!}} and | it's | OK.
Similarly, = is the the parameter/value separator so a literal = must be escaped as {{=}}.
Or, between
Fourth line, multiple spaces preserved unlike in HTML and wikitext.
Fifth line, following the previous one.
Last line preceded by two blank lines in markup and in display.
Technical details
Since revision 619441399, this template uses a hack to output the element. See phab:T353697#9470436 for details.
Maintenance categories
TemplateData
TemplateData for Pre
The {{pre}} template creates a block of preformatted text, suitable for code. It provides a version of the functionality of the HTML
...tag. The main difference is that wikitext within the tag is not disabled, but processed normally. Thus, this template can be used to provide examples of code with styling, links, and so on.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | The text to wrap in ...tags. The characters | and = must be escaped in one of several available ways, for instance as {{!}} and {{=}}, respectively. | Content | required |
| Border | border | Set to 'no' if there should be no border around the box.
| String | optional |
| Width | width | The width of the box in CSS syntax (argument to 'width:').
| String | optional |
| Space | space | Indicates how white space is handled in the box. Argument to the CSS white-space property.
| String | optional |
| Style | style | CSS code to apply to the tag. | String | optional |
See also
- {{monodiv}}, a template with similar functionality but without border.
- {{tag}}
- {{code}}
<syntaxhighlight>
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.