跳转到内容
可能需要關注
NumBlk 相關
- 不能透過模板參數傳遞方式把參數值傳到被<ref></ref>包住的參數(如「<ref>{{{1}}}</ref>」。解決方法:透過tag魔術字產生<ref>標籤。
- Module:LuaCall
{{#invoke:LuaCall|call|string.format|%04x|127}} → 007f
{{#invoke:LuaCall|call|string.format|[[%s]]|不等}}
{{#invoke:LuaCall|main|fmt=[[%s|%s]]|s1=不等|s2=數學不等關係|n1=5|reserved_debug=1|string.format(fmt,s1,s2,s2,s2,s2,s2)}}
{{#invoke:LuaCall|main|fmt=(%s,%s)|s1=ccc|s2=vvv|n1=5|reserved_debug=1|string.format(fmt,s1,n1,s2,s2,s2,s2,s2)}}
- string.format、string.format (formatstring, ···)
- en:Module:ArgRest、模組:Params、模組:Arguments
- {{For loop}}、{{Loop}}
- en:Help:Substitution、en:Help:Metatemplating、en:Template:Eval、en:Template:Expand wikitext
- en:Template:Var nowiki(frame:preprocess)、en:Template:Format item、en:Template:Item
- en:Template:PD-art、en:Module:Template wrapper
- The Template:TeX code has to be put literally: MediaWiki templates, predefined templates, and parameters cannot be used within math tags: pairs of double braces are ignored and "#" gives an error message.