「テンプレート:Video」の版間の差分
ナビゲーションに移動
検索に移動
KJP-System (トーク | 投稿記録) ページの作成:「<noinclude> KPOP JPWiki の映像情報テンプレートです。 {{#cargo_declare: _table=Videos |Title=String (mandatory) |VideoType=String (mandatory;allowed values=ミュージックビデオ,パフォーマンス映像,ダンスプラクティス,ファンカム,ステージ映像,インタビュー,番組クリップ,ティーザー,トレーラー,その他) |Platform=String (mandatory;allowed values=YouTube,Vimeo,TikTok,Instagram,その他) |PlatformVideoI…」 |
KJP-System (トーク | 投稿記録) 編集の要約なし |
||
| 58行目: | 58行目: | ||
| {{{OfficialStatus|}}} | | {{{OfficialStatus|}}} | ||
|} | |} | ||
== 関連人物 == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=人物,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Person' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=関連人物情報はありません。 | |||
}} | |||
== 関連グループ == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=グループ,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Group' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=関連グループ情報はありません。 | |||
}} | |||
== 関連楽曲 == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=楽曲,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Work' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=関連楽曲情報はありません。 | |||
}} | |||
== 関連音源 == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=音源,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Recording' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=関連音源情報はありません。 | |||
}} | |||
== 収録イベント == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=イベント,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Event' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=収録イベント情報はありません。 | |||
}} | |||
== 収録番組 == | |||
{{#cargo_query: | |||
tables=VideoConnections | |||
|fields=TargetPage=番組,ConnectionType=関係,Note=注記 | |||
|where=VideoPage='{{FULLPAGENAME}}' AND TargetType='Program' | |||
|order by=DisplayOrder | |||
|format=table | |||
|default=収録番組情報はありません。 | |||
}} | |||
== 別名・別表記 == | |||
{{#cargo_query: | |||
tables=Aliases | |||
|fields=AliasText=別名・別表記,AliasType=種別,Language=言語 | |||
|where=SubjectPage='{{FULLPAGENAME}}' AND SubjectType='Video' | |||
|format=table | |||
|default=別名・別表記はありません。 | |||
}} | |||
== 外部識別子 == | |||
{{#cargo_query: | |||
tables=ExternalIdentifiers | |||
|fields=Provider=提供元,Identifier=識別子,ExternalURL=外部URL,Region=国・地域,Note=注記 | |||
|where=SubjectPage='{{FULLPAGENAME}}' AND SubjectType='Video' | |||
|format=table | |||
|default=外部識別子はありません。 | |||
}} | |||
== 出典・根拠 == | |||
{{#cargo_query: | |||
tables=Evidence | |||
|fields=ClaimKey=対象項目,ClaimValue=値,SourcePage=出典,EvidenceRole=役割,Locator=位置,Note=注記 | |||
|where=SubjectPage='{{FULLPAGENAME}}' AND SubjectType='Video' | |||
|format=table | |||
|default=出典・根拠情報はありません。 | |||
}} | |||
</includeonly> | </includeonly> | ||