Template:Pre2/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Unused0029
(edit my comment (in box))
m (56 revisions imported)
 
(52 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


{{ambox|type=content|text=It would be great if someone who knows about coding templates could try to fix it - as it doesn't quite work at the moment, or I will get round to it soonish. Thanks, [[User:Drum guy|Drum guy]] ([[User talk:Drum guy|talk]]) 20:20, 25 February 2008 (UTC).}}
{{tl|{{PAGENAME}}}} uses <code>[[HTML element#Other containers|&lt;pre&gt;]]</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.


If you want to disable [[WP:Wikitext|wikitext]] in it, you should use &lt;nowiki> tags inside the template (see [[#wikitext|below]]).


==Usage==
===Wrapped text===
<pre>{{Pre2|Text to be displayed. And more and more and more... and an empty line
And then more and more...}}</pre>
:produces:
{{Pre2|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 an empty line.
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===
<pre>{{Pre2|scroll|Text to be displayed. And more and more and more... and an empty line.
And then more and more...}}</pre>
:produces:
{{Pre2|scroll|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 an empty line.
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.}}


This template simply uses [[HTML element#Other containers|<nowiki><pre></nowiki>]] tags, but with [[word wrap|wrapped text]]. This means the text will not stretch past the right side of the screen.
===Style===
When the text contains links is better to change the text color, thus highlighting:


==Usage==
<pre>{{Pre2|style=color:green|Text to be a [[Hyperlink|link]]. WARNING! To include A{{=}}B inside pf text, you must use Template:{{=}}. Like this: A{{((}}{{=}}{{)}}B.}}</pre>


{{tlx|Pre2|Text to be displayed.}}
:produces:
:produces:
{{Pre2|Text to be displayed.}}


If you don't mind cluttering the page with some coding, you can also use <nowiki>{{</nowiki>[[WP:subst|subst]]:Pre2<nowiki>}}</nowiki>. This is particularly useful where another set of <nowiki>{{template}}</nowiki> brackets would be more confusing to work with than the raw code.
{{Pre2|style=color:green|Text to be a [[Hyperlink|link]]. WARNING! To include A{{=}}B inside of text, you must use Template:{{=}}. Like this: A{{((}}{{=}}{{))}}B.}}
 
==<span id="wikitext"></span>Using wikitext==
 
To disable [[WP:Wikitext|wikitext]] (e.g. <nowiki>[[</nowiki>[[WP:Wikilink|links]]<nowiki>]]</nowiki>), {{tag|nowiki}} tags must be used in the form:
 
<pre>{{Pre2|&lt;nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Example]]</noinclude>&lt;/nowiki>}}</pre>


==Coding==
This will produce this:


The template contains:
{{Pre2|<nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Example]]</noinclude></nowiki>}}


<pre><nowiki>
as opposed to (note, that {{tag|noinclude}} part is no present):
<pre style="
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
">{{{1}}}&#60;/pre&#62;</nowiki>
</pre>


This tells all of the popular browsers to wrap the text. The <code>width=</code> attribute is now deprecated, so <nowiki><pre width=100%></nowiki> will not work in all browsers i.e. Internet Explorer.
{{Pre2|Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[:Category:Example]]</noinclude>}}


==See also==
==See also==
* {{tl|pre}}
* {{tl|pre}}, which mimics &lt;pre&gt; tags as rendered with the monobook Wikipedia skin
* [[HTML element#Other containers|<nowiki><pre>…</pre></nowiki>]]
* [[HTML element#Other block elements|<nowiki><pre>…</pre></nowiki>]]
* [[Word wrap]]ping
* [[Word wrap]]ping


<includeonly><!--
<includeonly>{{Sandbox other||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
<!-- CATEGORIES HERE, THANKS -->
</includeonly>
[[Category:Programming typing-aid templates]]
[[Category:Wikipedia XHTML tag-replacing templates]]
 
}}</includeonly>

Latest revision as of 04:53, 3 September 2020

{{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.

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 an empty line

And then more and more...}}
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 an empty line.

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

{{Pre2|scroll|Text to be displayed. And more and more and more... and an empty line.

And then more and more...}}
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 an empty line.

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.

Style

When the text contains links is better to change the text color, thus highlighting:

{{Pre2|style=color:green|Text to be a [[Hyperlink|link]]. WARNING! To include A{{=}}B inside pf text, you must use Template:{{=}}. Like this: A{{((}}{{=}}{{)}}B.}}
produces:
Text to be a link. WARNING! To include A=B inside of text, you must use Template:=. Like this: A{{=}}B.

Using wikitext

To disable wikitext (e.g. [[links]]), <nowiki>...</nowiki> tags must be used in the form:

{{Pre2|<nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Example]]</noinclude></nowiki>}}

This will produce this:

Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Example]]</noinclude>

as opposed to (note, that <noinclude>...</noinclude> part is no present):

Your text[disambiguation needed], which might include {{templates}}.Category:Example

See also