Lines Matching refs:a

5 An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc.
23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
65 You can have columns easily by adding the class ''column'' and a width, e.g.
100 ^''px''|''420px''|makes sense if your container contains images with a certain width|
111 * **''half''** fits two columns in a row
112 * **''third''** fits three columns in a row
113 * **''quarter''** fits four columns in a row
114 * **''twothirds''** together with ''third'' fits a 2/3 and a 1/3 column in a row
116 :!: Attention: In order to work properly, wraps with width keywords need an **additional ''%%<WRAP group>%%'' around a set** of them. If you mix several types in one group, you might need a ''%%<WRAP clear/>%%'' after a row.
122 You can use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn't make too much sense. :!: Widths on spans normally do not work (by design), but can make sense, when it is floating.
124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
130 When the ''emulatedHeadlines'' config option is enabled, every ''%%//**__text like this__**//%%'' or ''%%//**like that**//%%'' will create an "emulated headline" within a wrap. This feature is deprecated and will be removed at some point as standard headlines within wraps are supported for a while now.
185 * ''box'' creates a box around the container and uses the colours from the template's ''style.ini'' as default colours (''%%__background_alt__%%'' and ''%%__text__%%'')
186 * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon
188 * ''round'' can be added to anything with a background colour or a border and will only work in modern browsers (no IE8 and under)
283 You can create a row of tabs by simply wrapping a list of links in ''%%<WRAP tabs></WRAP>%%''.
297 :!: Please note, the styling of these tabs depend on the template you are using and not on the wrap plugin. If you only see a list of links and no tabs, please make sure to add "tabs" to the ''noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki release.
309 You can set the width of a table via ''tablewidth'' as every table inside that wrap will always be 100% wide. This makes it possible to give tables any width by adding an additional width to the wrap (or none for 100%).
337 Inside this code block the words will wrap to a new line although they are all in one line.
343 Inside this code block the words will wrap to a new line although they are all in one line.
349 Here follows a spoiler: <wrap spoiler>Darth Vader is Luke's father.</wrap>
351 Here follows a spoiler: <wrap spoiler>Darth Vader is Luke's father.</wrap>
357 A link that looks like a button: <wrap button>[[wiki:Syntax]]</wrap>
359 A link that looks like a button: <wrap button>[[wiki:Syntax]]</wrap>
371 The following will add a pagebreak: <WRAP pagebreak />
373 The following will add a pagebreak: <WRAP pagebreak />
375 This has no effect on the browser screen. A [[http://reference.sitepoint.com/css/page-break-after|pagebreak]] will force a new page in printouts.
379 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP>
381 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP>
383 This also has no effect on the browser screen. It will try to [[http://reference.sitepoint.com/css/page-break-inside|avoid a page break]] in printouts.
406 Inner nested box floats left and is partly <wrap em hi>__em__phasized and __hi__ghlighted with a nested <wrap notice>__notice__</wrap> inside</wrap>.
414 Round tip box underneath, after a ''clear''.
425 Inner nested box floats left and is partly <wrap em hi>__em__phasized and __hi__ghlighted with a nested <wrap notice>__notice__</wrap> inside</wrap>.
433 Round tip box underneath, after a ''clear''.
442 You can change the language and the reading direction of a wrap container by simply adding a colon followed by the language code, like this:
455 (If you specify a language not listed there, it simply won't do anything.)