導覽
近期變更
隨機頁面
新手上路
新頁面
優質條目評選
繁體
不转换
简体
繁體
3.145.63.131
登入
工具
閱讀
檢視原始碼
特殊頁面
頁面資訊
求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。
檢視 模块:Unsubst/doc 的原始碼
←
模块:Unsubst/doc
前往:
導覽
、
搜尋
由於下列原因,您沒有權限進行 編輯此頁面 的動作:
您請求的操作只有這個群組的使用者能使用:
用戶
您請求的操作只有這個群組的使用者能使用:
管理員
您可以檢視並複製此頁面的原始碼。
<!-- Categories and interwikis go at the bottom of this page. --> Helper module to facilitate a substituted template transform into a template transclusion. Maintenance templates, such as {{tl|Citation needed}} or {{tl|Refimprove}}, should never be substituted. A trick to avoid that is to make a template substitute to its transcluded form. === Usage === To turn a template into a self-substituting template, wrap the existing template code with: <pre> {{ {{{|safesubst:}}}#invoke:Unsubst||$N=TEMPLATENAME |$B= [ ... existing template code ... ] }} </pre> The name of the template must be given as "$N", and the wikitext to display when not substed must be given as "$B". All other parameters passed to the #invoke will be copied to the generated template invocation as default values. If the value of any of these default parameters is "__DATE__", that value in the generated template invocation will be the current month and year. Some templates have a <nowiki><noinclude></nowiki> but no matching <nowiki></noinclude></nowiki> at the end of the template. In such cases the missing <nowiki></noinclude></nowiki> must be added before the ending <code><nowiki>}}</nowiki></code>. === Example === Consider a template Template:Example containing the following code: <pre> {{ {{{|safesubst:}}}#invoke:Unsubst||$N=Example |foo=bar |date=__DATE__ |$B= [ ... Template code goes here ... ] }} </pre> {| class="wikitable" ! Original !! Result |- | <nowiki>{{subst:example}}</nowiki> || <nowiki>{{Example|foo=bar|date=</nowiki>{{#time:Y年n月}}}} |- | <nowiki>{{subst:example|foo=X}}</nowiki> || <nowiki>{{Example|foo=X|date=</nowiki>{{#time:Y年n月}}}} |- | <nowiki>{{subst:example|baz=X}}</nowiki> || <nowiki>{{Example|foo=bar|baz=X|date=</nowiki>{{#time:Y年n月}}}} |- | <nowiki>{{subst:example|date=January 2001}}</nowiki> || <nowiki>{{Example|foo=bar|date=January 2001}}</nowiki> |} <includeonly> <!-- Categories and interwikis go here: --> [[Category:Wikipedia metatemplates|{{PAGENAME}}]] </includeonly>
此頁面使用了以下模板:
Template:Tl
(
檢視原始碼
)
Template:Transclude
(
檢視原始碼
)
返回「
模块:Unsubst/doc
」頁面