Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Pre: Difference between revisions

Template page
now pre
Add attribute for T353697
 
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<pre<includeonly></includeonly> style="overflow: auto;"><no<includeonly></includeonly>wiki>{{{1}}}</nowiki></pre><noinclude>
<pre<includeonly></includeonly> format="wikitext" {{#if:{{{class|}}}|class="{{{class|}}}"}} style="overflow:auto;word-wrap:{{#switch:{{lc:{{{wrap|}}}}}
 
|initial|unset|inherit|revert|normal|break-word|anywhere={{lc:{{{wrap|}}}}}
 
|#default=break-word
----
}};overflow-wrap:{{#switch:{{lc:{{{wrap|}}}}}
Same as using &lt;pre> and &lt;nowiki> tags but the text won't run off screen and instead will appear with a scrollbar.
|initial|unset|inherit|revert
 
|normal|break-word|anywhere={{lc:{{{wrap|}}}}}
[[Category:Formatting templates|{{PAGENAME}}]]
|#default=break-word
</noinclude>
}};word-break:{{#switch:{{lc:{{{break|}}}}}
|initial|unset|inherit|revert
|keep-all|normal|break-word|break-all={{lc:{{{break|}}}}}
|#default={{#switch:{{lc:{{{wrap|}}}}}<!--choose default for word-breaks (keep-all|normal|break-word|break-all) depending on wrap-->
  |initial|unset|inherit|revert={{lc:{{{wrap|}}}}}
  |normal=keep-all
  |break-word=break-word<!--legacy for word-break:-->
  |anywhere=break-all
  |#default=normal
  }}
}};hyphens:{{#switch:{{lc:{{{hyphens|}}}}}
|inherit|initial|revert|unset|none|manual|auto={{lc:{{{hyphens|}}}}}
|#default={{#switch:{{lc:{{{wrap|}}}}}<!--choose default for inserting hyphens (none|manual|auto) depending on wrap-->
  |initial|unset|inherit|revert={{lc:{{{wrap|}}}}}
  |normal|break-word|anywhere|#default=auto
  }}
}};{{{style|}}}">{{{1}}}</pre><noinclude>{{Documentation}}</noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.