模板:短语表:修订间差异
来自「荏苒之境」
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的21个中间版本) | |||
第1行: | 第1行: | ||
<includeonly><!-- | |||
-->{{#cargo_declare:_table={{{表名}}} | -->{{#cargo_declare:_table={{{表名}}} | ||
| Theme = String | | Theme = String | ||
| Language = String | | Language = String | ||
| Phrase = Wikitext | | Phrase = Wikitext | ||
| Time = Integer | |||
}} | |||
{{#cargo_query:tables={{{表名}}} | |||
| fields=Theme,Language,Phrase,Time | |||
| order by=Language,Theme | |||
| format=table | |||
}}<!-- | }}<!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
{{#cargo_declare:_table=PhraseThemes | |||
| PhraseTable = String | |||
| Theme = String | |||
| Language = String | |||
| Translation = Text | |||
}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
第20行: | 第28行: | ||
} | } | ||
}, | }, | ||
"description": "用于创建短语表的组件。" | "description": "用于创建短语表的组件。", | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:模板]] | [[Category:模板]] | ||
</noinclude> | </noinclude> |