模板:Pre

Chók-cê̤ṳ Wikipedia
Sample text
[káng] [gāi] [sṳ̄] [purge] Documentation icon 模板其說明文檔

This template implements a version of the functionality provided by the HTML @Pre and O: tag.

TemplateData[Gāi nguòng-mā]

This template implements a version of the functionality provided by the HTML <pre> tag.

模板參數[編輯模板資料]

參數描述類型狀態
Text1

The text which should be wrapped in pre tags.

字串必填
Stylestyle

Optional css styling applied to the pre tag

字串非必填
Widthwidth

The width of the pre box

字串非必填
Spacespace

The way white space is handled in the pre box

字串非必填
Borderborder

Set to 'no' if there should be no border around the box

字串非必填

Usage[Gāi nguòng-mā]

This template supports two parameters

|width= The width of the pre "box"
|space= The way white space is handled in the pre "box"

Markup Renders as
{{Pre|
This Pre-format

can look

like this.
}}
This Pre-format

can look

like this.

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 wikimarkup, enclose it in @Nowiki:); however, multiple spaces are preserved.

As with @Pre and O: and @Code and O:, {{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[Gāi nguòng-mā]

Markup

{{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 20 pipes are handled, else use <nowiki>{{!}}</nowiki> and {{!}} it's {{!}} OK.

'''Fourth      line,     multiple spaces preserved''' unlike in HTML and wikitext.
'''Fifth line, following the previous one'''.


'''Last line''' preceded by two blank lines in markup and in display.
}}
Result
First line, markup working: and HTML comment  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 20 pipes are handled, else use <nowiki>|</nowiki> and | it's | OK.

Fourth      line,     multiple spaces preserved unlike in HTML and wikitext.
Fifth line, following the previous one.


Last line preceded by two blank lines in markup and in display.

See also[Gāi nguòng-mā]

  • {{monodiv}}, a template with similar functionality but without border.
  • {{tag}}
  • {{code}}
  • 模板:Xtag
  • [[HTML element#pre|@Pre and O:]]
  • [[Help:Wikitext#Text_formatting|@Code and O:]]

模板:Sandbox other