模板:Cargotest:修订间差异
(创建页面,内容为“<noinclude> {{#cargo_declare: _table=Employees| Name=String, Position=String, YearJoined=Integer }} <!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> </noinclude> <includeonly> {{#cargo_store: _table=Employees| Name={{{Name|}}}| Position={{{Position|}}}| YearJoined={{{YearJoined|}}} }} </includeonly> {{Cargotest |Name=John Doe| |Position=Software Engineer| |YearJoined=2010 }} {{#cargo_query: tables=Employees| fields=Nam…”) |
无编辑摘要 |
||
第7行: | 第7行: | ||
}} | }} | ||
<!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | <!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | ||
{{Cargotest | |||
|Name=John Doe| | |||
|Position=Software Engineer| | |||
|YearJoined=2010 | |||
}} | |||
{{#cargo_query: | |||
tables=Employees| | |||
fields=Name, Position, YearJoined| | |||
format=table | |||
}} | |||
<!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | |||
</noinclude> | </noinclude> | ||
第18行: | 第31行: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
2024年5月21日 (二) 20:33的版本
此模板定义表格“Employees”。 查看表格.
Name | Position | YearJoined |
---|---|---|
John Doe | Software Engineer | 2,010 |
John Doeee | Software Engineerrr | 2,011 |