Difference between revisions of "Template:Pre2/doc"
(Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{tl|{{PAGENAME}}}} uses <code>[[HTML element#Other containers|<pre>]...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{{tl|{{PAGENAME}}}} uses <code>[[HTML element#Other containers|<pre>]]</code> tags, but with text that is either [[word wrap|wrapped]] or is contained in a horizontal scrollbox. This means the text will not stretch past the right side of the screen. | {{tl|{{PAGENAME}}}} uses <code>[[HTML element#Other containers|<pre>]]</code> tags, but with text that is either [[word wrap|wrapped]] or is contained in a horizontal scrollbox. This means the text will not stretch past the right side of the screen. | ||
− | As it uses real <pre> tags (unlike {{tl|pre}}), it will be displayed correctly regardless of how the user's Wikipedia | + | As it uses real <pre> tags (unlike {{tl|pre}}), it will be displayed correctly regardless of how the user's Wikipedia skin renders <pre> boxes. |
− | If you want to disable | + | If you want to disable wikitext in it, you should use <nowiki> tags inside the template (see [[#wikitext|below]]). |
==Usage== | ==Usage== | ||
Line 38: | Line 38: | ||
as opposed to: | as opposed to: | ||
{{Pre2|Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>}} | {{Pre2|Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>}} | ||
+ | |||
+ | === Autosized to Short Text === | ||
+ | <pre>{{Pre2|Your<br>text here.|width=auto}}</pre> | ||
+ | {{Pre2|Your<br>text here.|width=auto}} | ||
+ | |||
+ | === Nowiki Variations === | ||
+ | ==== Parameter ==== | ||
+ | <pre>{{Pre2|Your wiki<br>text here.|nowiki=yes}}</pre> | ||
+ | {{Pre2|Your wiki<br>text here.|nowiki=yes}} | ||
+ | |||
+ | ==== Parameter Fails ==== | ||
+ | <pre>{{Pre2|{{example}}|nowiki=yes}}</pre> | ||
+ | {{Pre2|{{example}}|nowiki=yes}} | ||
+ | |||
==See also== | ==See also== |
Latest revision as of 20:15, 16 August 2015
{{Pre2/doc}} uses <pre>
tags, but with text that is either wrapped or is contained in a horizontal scrollbox. This means the text will not stretch past the right side of the screen.
As it uses real <pre> tags (unlike {{pre}}), it will be displayed correctly regardless of how the user's Wikipedia skin renders <pre> boxes.
If you want to disable wikitext in it, you should use <nowiki> tags inside the template (see below).
Contents
Usage
Wrapped text
{{Pre2|Text to be displayed. And more and more and more... and a paragraph break.
And then more and more...}}</code></span>
- produces:
Text to be displayed. And more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and a paragraph break. And then more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more.
Scrollbox
<code>{{Pre2|scroll|Text to be displayed. And more and more and more... and a paragraph break. <p> And then more and more...}}</code>
- produces:
Text to be displayed. And more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and a paragraph break. And then more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more and more.
Using wikitext {{safesubst:#invoke:anchor|main}}
To disable wikitext (e.g. [[links]]), <nowiki> tags must be used in the form:
<code>{{Pre2|<nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}}</code>
This will produce this:
Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>
as opposed to:
Your textTemplate:Dn, which might include {{templates}}.
Autosized to Short Text
{{Pre2|Your<br>text here.|width=auto}}
Your
text here.
Nowiki Variations
Parameter
{{Pre2|Your wiki<br>text here.|nowiki=yes}}
Your wiki
text here.
Parameter Fails
{{Pre2|{{example}}|nowiki=yes}}
This is an example of a template.
For help with templates, see Help:Template.
See also
- {{pre}}, which mimics <pre> tags as rendered with the monobook Wikipedia skin
- <pre>…</pre>
- Word wrapping