Template:Pre2/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>UnitedStatesian
meta>UnitedStatesian
Line 41: Line 41:
To disable [[WP:Wikitext|wikitext]] (e.g. <nowiki>[[</nowiki>[[WP:Wikilink|links]]<nowiki>]]</nowiki>), {{tag|nowiki}} tags must be used in the form:
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:Examples]]</noinclude>&lt;/nowiki>}}</pre>
<pre>{{Pre2|&lt;nowiki>Your [[text]]{{dn|name=Pre2}}, which ''might'' include {{tl|templates}}.<noinclude>[[Category:Example]]</noinclude>&lt;/nowiki>}}</pre>


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


as opposed to (note, that {{tag|noinclude}} part is no present):
as opposed to (note, that {{tag|noinclude}} part is no present):


{{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:Example]]</noinclude>}}


==See also==
==See also==

Revision as of 11:53, 18 February 2019

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