撰寫提示

  • The Views module allows administrators to create dynamic lists of content for display in pages or blocks. It is also possible to insert those lists into existing node bodies, but such inclusion requires that PHP filtering be turned on. This module allows any user to insert view listings using tag syntax, without the need for PHP execution permissions.

    [view:my view]
    will be replaced by the full listing of content defined by that view.
    [view:my view=10]
    will limit the listing to 10 items.
  • 會自動識別行與段。會自動插入 <br />分行、<p> 段落開始以及lt;/p>段落結束標記。 如果沒有自動分段,你可以手動插入一對分行符號。