2,010
回編集
(ページの作成:「<includeonly> <div class="ts-entitychronology ts-person-chronology"> <div class="ts-entitychron-list"> {{#cargo_query: tables=TensuraChronology |fields=DateLabel,Event,Summary,Detail |where=HistoryPeople HOLDS '{{{人物|{{PAGENAME}}}}}' |order by=SortKey ASC |format=template |template=年表行/人物 |named args=yes |delimiter= |limit=200 }} </div> <div class="ts-entitychron-more"> → 転スラ全史を見る </div> </div> </includeonly> <…」) |
編集の要約なし |
||
| 5行目: | 5行目: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=TensuraChronology | tables=TensuraChronology | ||
|fields=DateLabel,Event,Summary,Detail | |fields=EventID,DateLabel,Event,Summary,Detail,OrderCertainty | ||
|where=HistoryPeople HOLDS '{{{人物|{{PAGENAME}}}}}' | |where=HistoryPeople HOLDS '{{{人物|{{PAGENAME}}}}}' AND Continuity HOLDS '{{{媒体|書籍版}}}' | ||
|order by=SortKey ASC | |order by=SortKey ASC | ||
|format=template | |format=template | ||
| 24行目: | 24行目: | ||
<noinclude> | <noinclude> | ||
人物ページに、その人物の年表を自動表示します。 | |||
<pre> | <pre> | ||
| 32行目: | 30行目: | ||
</pre> | </pre> | ||
人物を指定: | |||
<pre> | |||
{{人物年表 | |||
|人物=リムル=テンペスト | |||
}} | |||
</pre> | |||
媒体を指定: | |||
<pre> | <pre> | ||
{{人物年表 | {{人物年表 | ||
|人物=リムル=テンペスト | |人物=リムル=テンペスト | ||
|媒体=Web版 | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||