模板: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…”) |
无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=Employees| | _table=Employees | ||
Name=String, | |Name=String, | ||
Position=String, | |Position=String, | ||
YearJoined=Integer | |YearJoined=Integer | ||
}} | |||
<!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | |||
{{Cargotest | |||
|Name=John Doe| | |||
|Position=Software Engineer| | |||
|YearJoined=2010 | |||
}} | |||
{{Cargotest | |||
|Name=John Doeee| | |||
|Position=Software Engineerrr| | |||
|YearJoined=2011 | |||
}} | |||
{{#cargo_query: | |||
tables=Employees| | |||
fields=Name, Position, YearJoined| | |||
format=table | |||
}} | }} | ||
<!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | <!-- 在此处添加文档和其他信息,因为它们不会影响数据表声明 --> | ||
</noinclude> | </noinclude> | ||
第18行: | 第38行: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
2024年5月21日 (二) 20:36的最新版本
此模板定义表格“Employees”。 查看表格.
Name | Position | YearJoined |
---|---|---|
John Doe | Software Engineer | 2,010 |
John Doeee | Software Engineerrr | 2,011 |