这是Module:Wikidata/Formatters的当前版本,由Shizhao(留言 | 贡献)编辑于2013年4月27日 (六) 13:27(←建立内容为“--copy from https://test2.wikipedia.org/s/4h4 local p = {} function p.formatImage( value, options ) local str = '[[Image:' .. value .. '|thumb...”的新頁面)。这个网址是本页该版本的固定链接。
Revision as of 2013年4月27日 (六) 13:27 by Shizhao(留言 | 贡献)
--copy from https://test2.wikipedia.org/s/4h4localp={}functionp.formatImage(value,options)localstr='[[Image:'..value..'|thumb'ifoptions.legendthenstr=str..'|'..options.legendendreturnstr..']]'endreturnp