Justin545
在2015年7月9日 (星期四)加入
可能需要关注
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.