模板:Demo/doc

出自NeuroWiki
於 2024年11月1日 (五) 10:58 由 Selfice留言 | 貢獻 所做的修訂
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋

此模板使用了Module:Demo,此腳本使用Lua編寫。
更多詳情,請參閱Wikipedia:LuaExtension:Scribunto

該模板只是將模板代碼(或任何其他代碼)放在標籤中<syntaxhighlight lang="wikitext">...</syntaxhighlight>,然後將該代碼的呈現放在下面。

This template simply places template code (or any other code) in a Template:Tag tag and then places the rendering of that code below. <syntaxhighlight lang="wikitext">

{{your template}}


Template:Your template

</syntaxhighlight>

Template:Red You must wrap Template:Tag tags around the source to be demonstrated (or use {{escape}}, which has a demo-escape example), like so:

<syntaxhighlight lang="wikitext" inline>

[template source]


[template source]</syntaxhighlight>

Failure to wrap Template:Tag tags around the source may cause the source to be executed before it reaches this template.

<syntaxhighlight lang="wikitext" inline>

Template:Fail


Template:Fail</syntaxhighlight> produces:

Template:Fail


Template:Fail