Szövegformázási tippek

Nyomtatóbarát változat
  • A webcímek és email címek automatikusan kattintható hivatkozásokká alakulnak.

  • Insert view filter allows to embed views using tags. The tag syntax is relatively simple: [view:name=display=args]
    For example [view:tracker=page=1] says, embed a view named "tracker", use the "page" display, and supply the argument "1".
    The display and args parameters can be omitted. If the display is left empty, the view's default display is used.
    Multiple arguments are separated with slash. The args format is the same as used in the URL (or view preview screen).
    Valid examples:
    [view:my_view]
    [view:my_view=my_display]
    [view:my_view=my_display=arg1/arg2/arg3]
    [view:my_view==arg1/arg2/arg3]

  • Minden email cím át lesz alakítva ember által olvasható módon, vagy (ha a JavaScript engedélyezett) ki lesz cserélve kattintható, de biztonságos hivatkozásra.
  • SWF Tools Filter

    The basic syntax for embedding a flash file (.swf), flash movie (.flv) or audio file (.mp3) is:

    [swf file="filename.swf"]

    If you would like to override SWF Tools and flash player default settings, you can specify additional parameters. For example:

    [swf file="song.mp3" flashvars="backcolor=#AABBCC&&forecolor=#11AA11"]

    If you would like to output a list of files then the format is:

    [swf files="image1.jpg&&image2.jpg&&..."]
    SWF Tools Filter will accept following:
    • params : You can specify values for parameters to be passed to Flash to control the appearance of the output. Typical values are bgcolor and wmode. Example: params="wmode=true&&bgcolor="#00FF00" Alternatively you can supply each parameter individually without using params. Example wmode="true" bgcolor="#00FF00"
    • flashvars : You can specify values for output as flashvars, which become available to the Flash movie that is playing. This is often done to control a media player. Refer to the documentation of the flash player you are using to know what flashvar options are available. Example: flashvars="autostart=true&&volume=80"
    • methods : Optional information about how to display the file. The most common usage is to specify a particular media player and thus override the default specified on the settings page. Example: methods="player=onepixelout_mp3"

    WARNING: with params, flashvars and othervars, pass multiple values separated by &&.

  • You can embed tablemanager tables within your nodes using the following syntax:
    [tablemanager:table_id,pagination,admin_links,column=?|start=?|end=?,attribute=?|attribute=?|...]
    All arguments bar table_id are optional:
    • table_id = table number
    • pagination = list length (numeric or NULL for all results)
    • admin_links = TRUE or FALSE to enable/ disable administrative links
    • column=?|start=?|end=? = can be in any order:
      • column = column to search on (numeric)
      • start = match from
      • end = match end (optional)
    • attributes = add as many attributes as you like separated by '|', for example border=2|bgcolor=yellow