Changes

Template:Pre/doc

3,471 bytes added, 03:35, 18 March 2012
remove cats and interwikis from sandbox
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
__NOTOC____NOEDITSECTION__

This template implements a version of the functionality provided by the [[HTML]] <tt><nowiki><pre></nowiki></tt> tag.

===Usage===
{{Table|row1=<pre>
{{Pre|
This Pre-format

can look

like this.
}}
</pre>}}

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 pre and are rendered as usual (thus if a parameter contains any wikitext, enclose it in <tt><nowiki><nowiki></nowiki></nowiki></tt> tags); similarly, multiple spaces are treated as a single one.
* If there are only two lines, they will be stuck together, even if the source has a blank line between them.

As with <nowiki><pre>, <tt>, and <code></nowiki>, {{tld|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===

; Code

<pre>
{{Pre|
'''First line, markup working:''' and HTML comment <!--HIDDEN--> 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.

'''Third line with raw | pipe is handled''', but the space before the pipe is lost. Up to raw 19 pipes are handled, else use <nowiki><nowiki></nowiki>{{!}}<nowiki></nowiki></nowiki> and {{!}} it's {{!}} OK.

'''Fourth line, multiple spaces collapsed into one''' as in HTML and wikitext.
'''Fifth line, stuck with the previous one''' if no blank line between them.

'''Last line''', is actually standalone with or without a blank line.
}}
</pre>

; Result

{{Pre|
'''First line, markup working:''' and HTML comment <!--HIDDEN--> 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.

'''Third line with raw | pipe is handled''', but the space before the pipe is lost. Up to raw 19 pipes are handled, else use <nowiki>{{!}}</nowiki> and {{!}} it's {{!}} OK.

'''Fourth line, multiple spaces collapsed into one''' as in HTML and wikitext.
'''Fifth line, stuck with the previous one''' if no blank line between them.

'''Last line''', is actually standalone with or without a blank line.
}}

===Alternatives===
* The &lt;source&gt; tag extension documented at [[MediaWiki]] [[mw:Extension:ASHighlight|Extension:ASHighlight]].
* The &#123;&#123;#tag:}} functionality documented at [[MediaWiki]] [[mw:Help:Magic words|Help:Magic words]].

===See also===
* {{tl|Pre2}}, a template with similar functionality but induces optional line wrap and optional scroll bars.
* [[HTML element#Other block elements|<nowiki><pre></nowiki>]], for information about the HTML <nowiki><pre></nowiki> tag.

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Programming typing-aid templates|{{PAGENAME}}]]
[[Category:Wikipedia XHTML tag replacing templates|{{PAGENAME}}]]

[[bg:Шаблон:Pre]]

}}</includeonly>
Anonymous user