แม่แบบ:Nowrap begin
นี่เป็นแม่แบบที่ถูกป้องกันถาวรเนื่องจากมีความเสี่ยงสูง กรุณาอภิปรายการเปลี่ยนแปลงใด ๆ ทางหน้าคุย คุณอาจส่งคำขอแก้ไขไปยังผู้ดูแลระบบเพื่อให้แก้ไขได้หากเป็นการแก้ไขที่ไม่มีการคัดค้านหรือมีความเห็นพ้องสนับสนุน คุณยังสามารถขอให้เลิกป้องกันหน้าได้ |
แม่แบบนี้มีเนื้อหาเป็นภาษาต่างประเทศ คุณสามารถช่วยพัฒนาแม่แบบนี้ได้ด้วยการแปล ยกเว้นหากเนื้อหาเกือบทั้งหมดไม่ใช่ภาษาไทย ให้แจ้งลบแทน |
This template prevents word wraps (line breaks) in text and links with spaces in. It is designed to handle the really tricky wrapping cases where you need full control. It works similarly to {{nowrap}} and {{nowraplinks}}. This template takes no parameters; instead, it works in tandem with {{nowrap end}}.
Note: The use of these templates in {{Navbox}} and similar templates is deprecated; see Template:Navbox/doc#See also. Use the hlist class and, when occasionally necessary, {{wrap}}. The nowrap behaviour implemented by the {{nowrap}} set has been made ambient, while hlist provides a more appropriate structure and improved accessibility. |
Helper templates
This template has a number of helper templates which allows you to tell the web browser exactly where line breaks may occur:
Note: These helper templates may only be used in sections surrounded by {{nowrap begin}} and {{nowrap end}} or they may cause weird behaviour of your page.
- {{wrap}} – Marks where a wrap may occur.
Usage
{{nowrap begin}}
[[Salt]] and{{wrap}} [[Pepper]] and{{wrap}} [[Curry]]
and{{wrap}} [[Saffron]].{{wrap}}
[[Salt]] and{{wrap}} [[Pepper]] and{{wrap}} [[Curry]]
and{{wrap}} [[Saffron]].
{{nowrap end}}
It will render something like this:
But it will not render like this:
To make your code readable and easy to edit, you can put each wrappable "line" on its own line. And let's use some dots too. Like this:
{{nowrap begin}}
[[Salt]] and [[Pepper]]{{·}}{{wrap}}
[[Pepper]] and [[Curry]]{{·}}{{wrap}}
[[Curry]] and [[Saffron]]{{·}}{{wrap}}
[[Saffron]] and [[Salt]]
{{nowrap end}}
It will render something like this:
But it will not render like this:
Examples
Here are the above examples in actual running code in a table. Try dragging the width of your web browser window so it becomes smaller and smaller and watch how the line wrapping behaves:
Salt and Pepper and Curry and Saffron. Salt and Pepper and Curry and Saffron. |
Salt and Pepper · Pepper and Curry · Curry and Saffron · Saffron and Salt |
An example demonstrating all the helper templates:
Salt Pepper Curry · Saffron · Salt • Pepper • Curry – Saffron – Salt | Pepper | Curry · Saffron · Salt |
Salt Pepper Curry · Saffron · Salt • Pepper • Curry – Saffron – Salt | Pepper | Curry · Saffron · Salt |
Technical details
The actual code that does the job is this HTML+CSS code:
<span class="nowrap"> Text and links <span class="wrap"> </span> More text and links </span>
{{·}} and the other helper templates should not have any spaces or newlines before them or they will render two spaces before the dot. They tolerate anything from no to several spaces and even a newline after them and they will still only render one space after the dot. If a wrap occurs then the wrap will come after the dot, even if there are spaces before the helper template.
The {{·}} causes problems if inside sections of bolded and/or italicised text. Do end the bold text before the {{·}} and continue the bold text after it to avoid the problems. {{•}} and the other helper templates only have this problem if the section is bolded and italicised at the same time.
See also
- {{nowrap end}} - The other end of this template.
- {{nowrap}} - A template with similar purpose.
- {{nowraplinks}} - Prevents wraps inside links and only allows wraps between the links and in normal text. Very useful for link lists and usually easier to use than this template.
- {{·}} and {{•}} - If you need dots/bullets when not using
{{nowrap begin}}+{{nowrap end}}
. - Wikipedia:Line break handling - The how-to guide detailing how to handle word wraps (line breaks) on Wikipedia.
คู่มือการใช้งานที่ปรากฏด้านบนนี้ดึงมาจาก แม่แบบ:Nowrap begin/doc (แก้ | ประวัติ) ผู้เขียนสามารถทำการทดลองได้ที่กระบะทราย (สร้าง | คัดลอก) และชุดทดสอบ (สร้าง) ของแม่แบบนี้ โปรดเพิ่มหมวดหมู่ไปที่หน้าย่อย /doc หน้าย่อยของแม่แบบนี้ |