Jump to content

Template:Bullseealso

Ibat king Wikipedia

Template:Usage div

This template is common cross-links for the various formatting typing aids incorporating bullets ("•") in their output streams.



There are several other templates with similar stream formatting purposes and such (or related) functionality:

  • {{·}} – Bold middot ["·"] (·): is mostly used for dotted lists.
  • {{}}{{••}} / {{bull}}{{bull2}}: are used for bullet separated lists.
  • {{-•}} - {{-bull}}: Creates a line break, bullet and non-breaking space. Equivalent to the HTML markup: <br/>&bull;&nbsp;.
  • {{ndash}} – Ndash "–" is a short dash.
  • {{mdash}} – Mdash "—" is a long dash.
  • {{\}} – For the occasional slash "/" in lists.* {{••}}/{{bull2}}/{{bullet2}} – The same kind of bullet but it "sticks" before a list item, instead of after a list item. It's useful in navigation lists so the links are prefixed by an attached bullet when wrapping occurs, instead of creating lines with hanging bullets at the lines ends, and the next lines beginning sans a lead bullet.
  • {{ibull}} && Wrap control templates follow next below.
Template:Ibull(More details and templates in See also details section below.)

Template:Usage div

  • {{ibull}} combines the subsidiary subordinate indentation of {{indent}} template (the {{I}} short form) and the {{Bull}} template. The effect of {{Ibull}} is shown below by example in the usage lines beginning with:

    {{ibull|2}} {{tl|nowraplinks}} – Prevents ... and also {{ibull}} {{tl|nowrap begin}} – Prevents wraps in both text...

    When making dotted lists you might need to handle proper word wrapping (line breaking):Template:Ibull {{nowraplinks}} – Prevents wraps inside links and only allows wraps between the links and in normal text, very useful for link lists and easy to use.Template:Ibull {{nowrap begin}} – Prevents wraps in both text and links. For the really tricky wrapping cases when you need full control, for instance in very complex link lists.

See also details

[alilan ya ing pikuwanan]
  • {{}} –creates the the html markup sequence ["&nbsp;&bull; "] (Note the plain 'regular' space and the non-break spaces on the flanks of both sides.)Template:Ibull(aka {{bull}})
  • {{••}} – This {{••}}/{{bull2}} template is similar to {{•}} but reverses the order of "&nbsp;" with the corresponding 'regular space' on either side of the bullet (•), so wraps at any given lines end with list data a bit differently.Template:Ibull(aka {{bull2}})
  • {{-}} –Use {{-}} after any floating elements and before elements you do not wish to float together with the first set. Template:Ibull(aka: ["<br clear="all" />"])
  • {{bullist}} – builds a bullet separated list, similar to a Comma separated list, but with delimiters as bullet characters flanked by spaces— one non-breaking space and one normal regular (soft) space.
  • {{ibull}} – an adaptation of {{I}}+{{bull}}: Gives upto twelve monospace cast spaces followed by a bullet and space. Template:IbullDefault effect is seen above in the lines incorporating "(aka: ..." phrasing, and this line which incorporates a non-default space prefixed stream.

  • Dot size reference list

    [alilan ya ing pikuwanan]
    Out
    put
    HTML effect name How-to
    (Code to impliment)
    ·

    <small> middot
     
    <small>&middot;</small>
    ·
    middot
     
    '''&middot;'''
    ·
    <small> bold middot
    <small>'''&middot;'''</small>
    Out
    put
    HTML effect name How-to
    (Code to impliment)
    · bold middot '''&middot;''' or
    <b> &middot; </b>

     

       <small> bullet
     
    <small>&bull;</small> or
    <small> {{bull}} </small>
    bullet &bull; or
    {{bull}}
    Out
    put
    HTML effect name How-to
    (Code to impliment)
    bold bullet '''&bull;''' or
    '''{{bull}}''' or <b>{{bull}}</b> etc.

      ndash
     
    &ndash;

      mdash
     
    &mdash;