私は Typo3 に非常に慣れていないので、非常に基本的な (ばかげているとは言えません) 質問があります: 複数のページ テンプレートを使用することは可能ですか、それともテンプレートを 1 つだけ使用することはできますか?
私がする必要があるのは、異なるテンプレートに異なるスクリプトを呼び出させることです。明らかに同じテンプレートを呼び出すと、すべてのスクリプトが競合するように見えるからです。
ご協力ありがとうございました!
ジェーン
Using TypoScript, you can include any number of scripts in your template.
You can even imagine the following page tree:
-Home
--Page 1
--Page 2
---Page A
---Page B
--Page 3
You can set a certain template for the homepage, and it will apply to all pages. But you can set a completely different template for page 3, and it will only apply to that page. You can also apply a slightly different template to page 2, overriding specific values (page background, CSS inclusion, etc), and it will apply to Page A and Page B as well.
はい、サイトにはさまざまなテンプレートを含めることができます。実際、各ページには独自のテンプレートを設定できます。非常にグラフィカルな templavoila をチェックすることに興味があるかもしれません。一度セットアップすると、Typo3 バックエンド内のテンプレートを簡単に変更できます。
別の方法は、難しくはないが TypoScript の理解が少し必要な元の TypoScript テンプレートを使用することです。
どのような方法でも、さまざまなテンプレートから選択できます。