コンテンツ作成のヒントコンテンツ作成のヒント

入力書式:
  • Filtered HTML:
    • ウェブページアドレスとメールアドレスは、自動的にハイパーリンクに変換されます。
    • 使用できるHTMLタグ: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      このサイトではHTMLで書かれたコンテンツの投稿を許可しています。 HTMLのすべてを習得するのは気が引けるかもしれませんが、ごく少数の基本的なHTML「タグ」の使い方を習得するのはとても簡単です。 以下の表では、このサイトで利用できるタグを、一例を挙げて説明しています。

      より詳細な情報は、W3CのHTML Specifications(英文)や、W3C 仕様書等の日本語訳集を参照するか、好みの検索エンジンからHTMLについて解説しているサイトを探し、それらを参考にしてください。

      タグの説明入力文表示例
      アンカーは他ページへのリンク作成に使用します。<a href="http://actbrain.cms-pr.com">Drupalサイト構築</a>Drupalサイト構築
      強調<em>強調</em>強調
      <strong>強</strong>
      引用<cite>引用</cite>引用
      テキストをプログラムのソースコードとして明示するために使われます。<code>コード</code>コード
      順序無しリスト - 各リスト項目を <li></li> で囲み、全体を <ul></ul> で囲みます。<ul> <li>1番目の項目</li> <li>2番目の項目</li> </ul>
      • 1番目の項目
      • 2番目の項目
      順序付きリスト - 各リスト項目を <li></li> で囲み、全体を <ol></ol> で囲みます。<ol> <li>1番目の項目</li> <li>2番目の項目</li> </ol>
      1. 1番目の項目
      2. 2番目の項目
      定義リストは他の HTML リストと似ています。 定義用語を <dt></dt> 、その用語の説明を<dd></dd> で囲み、全体を <dl></dl> で囲みます。<dl> <dt>1番目の用語</dt> <dd>1番目の定義</dd> <dt>2番目の用語</dt> <dd>2番目の定義</dd> </dl>
      1番目の用語
      1番目の定義
      2番目の用語
      2番目の定義

      ほとんどの特殊記号は、特に問題なく直接入力することができます。

      問題が生じた場合は、HTMLのエンティティー表記を使用してみてください。 例えば、&amp; と入力した場合はアンド記号の「&」のように表示されます。 エンティティーの全リストは、HTMLのエンティティーページを参照してください。

      エンティティー表記の一例:

      文字の説明入力文表示例
      アンパサンド(&)&amp;&
      大なり記号(>)&gt;>
      小なり記号(<)&lt;<
      引用符(")&quot;"
    • 行と段落は自動的に認識され、<br />(改行タグ)や <p> </p>(段落の開始・終了タグ)が自動的に挿入されます。 もし段落が認識されない場合は、空行を2つ加えてください。
    • The signwriter filter will replace headings matching the regular expression /<h3.*?>.*?<\/h3>/s with images according to the settings of the signwriter profile h3-title.
  • Full HTML:
    • ウェブページアドレスとメールアドレスは、自動的にハイパーリンクに変換されます。
    • 行と段落は自動的に認識され、<br />(改行タグ)や <p> </p>(段落の開始・終了タグ)が自動的に挿入されます。 もし段落が認識されない場合は、空行を2つ加えてください。
    • You may use [block:module=delta] tags to display the contents of block delta for module module. To discover module names and deltas, visit admin/build/block and hover over a block's configure link and look in your browser's status bar. The last "word" you see is the name of the module and the number following that is the delta. If you leave off the delta in an Insert Block tag, the default delta will be used.
    • The Views module allows administrators to create dynamic lists of content for display in pages or blocks. It is possible to insert those lists into existing node bodies and blocks, but such inclusion requires that PHP filtering be turned on. The Insert View module allows any user to insert view listings using tag syntax, without the need for PHP execution permissions. The Insert View tag syntax for embedding a view is relatively simple:

      [view:my_view]

      is replaced by the content listing corresponding to the named view. In this case it is my_view.

      [view:my_view=my_display]

      invokes the my_view view using the my_display view display ID. If the display slot is left empty, the view's "default" display is used.

      [view:my_view=my_display=1,2,3]

      uses the my_display view display, and passes a comma delimited list of arguments (in this case 1, 2, and 3) to the view.

      Here's an example you could use with the default view named "tracker" which uses the page display and takes a user ID as an argument:

      [view:tracker=page=1]

      In short this tag says, "Insert the view named tracker, use the "page" display, and supply the argument 1."

      Sometimes you want to pass an argument without specifying a display ID. You can do that by leaving the display ID slot empty, like so:

      [view:my_view==1]

      How to find a display ID: On the edit page for the view in question, you'll find a list of displays at the left side of the control area. "Defaults" will be at the top of that list. Hover your mouse pointer over the name of the display you want to use. A URL will appear in the status bar of your browser. This is usually at the bottom of the window, in the chrome. Everything after #views-tab- is the display ID. For example in http://localhost/admin/build/views/edit/tracker?destination=node%2F51#views-tab-page the display ID would be "page".

    • The signwriter filter will replace headings matching the regular expression /<h3.*?>.*?<\/h3>/s with images according to the settings of the signwriter profile h3-title.
    • The signwriter filter will replace headings matching the regular expression /<h2>.*?<\/h2>/ with images according to the settings of the signwriter profile h2-main.
Artisteer2テンプレート の ページTOPDrupalサイト構築 の サイトマップDrupalサイト構築 の TOPページ