Difference between revisions of "Template:Pre2/doc"
(Import from Wikipedia (CC BY-SA license)) |
m |
||
Line 29: | Line 29: | ||
==Using wikitext {{anchor|wikitext}}== | ==Using wikitext {{anchor|wikitext}}== | ||
− | To disable [[WP:Wikitext|wikitext]] (e.g. <nowiki>[[</nowiki>[[WP:Wikilink|links]]<nowiki>]]</nowiki>), <nowiki> tags must be used in the form: | + | To disable [[w:WP:Wikitext|wikitext]] (e.g. <nowiki>[[</nowiki>[[w:WP:Wikilink|links]]<nowiki>]]</nowiki>), <nowiki> tags must be used in the form: |
− | <span style="background:white"><code><nowiki>{{Pre2|<nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}}</nowiki></code></span> | + | <span style="background:white"><code><nowiki>{{Pre2|<nowiki>Your [[w:text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}}</nowiki></code></span> |
This will produce this: | This will produce this: | ||
− | {{Pre2|<nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}} | + | {{Pre2|<nowiki>Your [[w:text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}} |
as opposed to: | as opposed to: | ||
− | {{Pre2|Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>}} | + | {{Pre2|Your [[w:text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>}} |
==See also== | ==See also== | ||
* {{tl|pre}}, which mimics <pre> tags as rendered with the monobook Wikipedia skin | * {{tl|pre}}, which mimics <pre> tags as rendered with the monobook Wikipedia skin | ||
− | * [[HTML element#Other block elements|<nowiki><pre>…</pre></nowiki>]] | + | * [[w:HTML element#Other block elements|<nowiki><pre>…</pre></nowiki>]] |
* [[w:Word wrap]]ping | * [[w:Word wrap]]ping | ||
Latest revision as of 10:02, 7 March 2020
Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
This is a documentation subpage for Template:Pre2. It contains usage information, categories and other content that is not part of the original template page. |
{{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).
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
To disable wikitext (e.g. [[links]]), <nowiki> tags must be used in the form:
<code>{{Pre2|<nowiki>Your [[w:text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude></nowiki>}}</code>
This will produce this:
Your [[w:text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Examples]]</noinclude>
as opposed to:
Your w:textTemplate:Dn, which might include {{templates}}.
See also
- {{pre}}, which mimics <pre> tags as rendered with the monobook Wikipedia skin
- <pre>…</pre>
- w:Word wrapping