我有一个名为"problem“的模板,其定义如下:
⚠️<ref>⚠️ {{{1}}}</ref>
其目的是像这样使用它:{{problem|Describe the problem here.}},并让描述出现在<references>部分。
{{problem|Describe the problem here.}}
<references>
为每个引用实际呈现的内容:↑ ⚠️ {{{1}}}。(间隙文本可以正确呈现。)
↑ ⚠️ {{{1}}}
我该如何解决这个问题?
https://stackoverflow.com/questions/41431715
相似问题