Cèṭa'an:Nowrap begin

Dokumentasi cèṭaan[tèngghu] [beccè] [sejarah] [purge]

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

TemplateStyles' src attribute must not be empty.

Helper templates

beccè'

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.

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

Salt and Pepper and Curry and
Saffron. Salt and Pepper and
Curry and Saffron.

But it will not render like this:

Salt and Pepper and Curry
and Saffron. Salt and Pepper
and Curry and Saffron.

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:

Salt and Pepper · Pepper and Curry ·
Curry and Saffron · Saffron and Salt

But it will not render like this:

Salt and Pepper · Pepper
and Curry · Curry and Saffron
· Saffron and Salt

Examples

beccè'

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 andCèṭa'an:Wrap Pepper andCèṭa'an:Wrap Curry andCèṭa'an:Wrap Saffron.Cèṭa'an:Wrap Salt andCèṭa'an:Wrap Pepper andCèṭa'an:Wrap Curry andCèṭa'an:Wrap Saffron.

Salt and Pepper · Cèṭa'an:Wrap Pepper and Curry · Cèṭa'an:Wrap Curry and Saffron · Cèṭa'an:Wrap Saffron and Salt

An example demonstrating all the helper templates:

SaltCèṭa'an:Wrap PepperCèṭa'an:Wrap Curry · Cèṭa'an:Wrap Saffron · Cèṭa'an:Wrap Salt • Cèṭa'an:Wrap Pepper • Cèṭa'an:Wrap CurryCèṭa'an:SndCèṭa'an:Wrap SaffronCèṭa'an:SndCèṭa'an:Wrap Salt |Cèṭa'an:Wrap Pepper |Cèṭa'an:Wrap Curry · Cèṭa'an:Wrap Saffron · Cèṭa'an:Wrap Salt

SaltCèṭa'an:Wrap PepperCèṭa'an:Wrap Curry · Cèṭa'an:Wrap Saffron · Cèṭa'an:Wrap Salt • Cèṭa'an:Wrap Pepper • Cèṭa'an:Wrap CurryCèṭa'an:SndCèṭa'an:Wrap SaffronCèṭa'an:SndCèṭa'an:Wrap Salt |Cèṭa'an:Wrap Pepper |Cèṭa'an:Wrap Curry · Cèṭa'an:Wrap Saffron · Cèṭa'an:Wrap Salt

Technical details

beccè'

The actual code that does the job is this HTML+CSS code:

Cèṭa'an:Sxhl

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

beccè'

Cèṭa'an:List of nowrap-like templates