模板:Demo inline/doc
跳至導覽
跳至搜尋
| File:Edit-copy green.svg | 此頁面是Template:Demo inline的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
| File:Lua-Logo.svg | 此模板使用Lua語言: |
Usage[編輯]
Used to include examples of template use in documentation pages.
Like {{demo}}, this template takes an unnamed argument in <nowiki> tags, and displays it unprocessed (as code), then as processed wikitext.
Unlike {{demo}}, this template presents the processed output on the same line as the unprocessed input, separated by an arrow. This is useful for compactly demonstrating a series of different behaviors of the same template.
Example[編輯]
The code
{{demo inline|<nowiki>{{USHRseats|California}}</nowiki>}}
produces the template example:
{{USHRseats|California}} → Template:USHRseats
See also[編輯]
- {{Nowiki template demo}}, which uses Module:Template test case
- {{Automarkup}}, which uses Module:Automarkup