今天是2024年11月22日 第47周 星期五
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
模板:Para/doc
本模板原先来自中文维基百科的Template:Para/doc,依照 CC BY-SA 3.0 授权被引入;原始贡献者的名字可以在这里看到。 经过双方编辑者的修改,本模板可能已与它的来源大不相同。 |
此页面是Template:Para的Templatedocumentation。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此Templatedocumentation被引用于约75,000个页面中。 为了避免造成大规模的影响,所有对此Templatedocumentation的编辑应先于沙盒、测试样例或您的用户页上测试。 测试后无误的版本可以一次性地加入此Templatedocumentation中,但是修改前请务必于讨论页发起讨论。 |
用法
This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be empty, but it must be present), and the second (optional) parameter is a value for the first example parameter or, if the first {{para}}
parameter is empty, an unnamed example parameter.
举例
原始码 | 结果 | 备注 |
---|---|---|
{{para|name}}
|
|name=
|
|
{{para|title|{{var|book title}}}}
|
|title=book title
|
|
{{para| |section}}
|
|section
|
For未命名的参数; note empty first parameter in the code |
{{para|{{var|parameter}}|{{var|value}}}}
|
|parameter=value
|
When using literal, pre-specified values, simply provide the value (as in the third example above). When illustrating hypothetical, variable, or user-definable values, use {{var|value}}
(as in the second example above). The same should be done for non-literal, example parameters (fourth example above).
参见