The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
-- Text used by Module:Convert for | -- Text used by Module:Convert for enwiki. | ||
-- This is a separate module to simplify translation for use on another wiki. | -- This is a separate module to simplify translation for use on another wiki. | ||
-- See [[:en:Template:Convert/Transwiki guide]]. | -- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki. | ||
-- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. | -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. | ||
Line 69: | Line 69: | ||
-- Message format string: $1=title, $2=text, $3=category, $4=anchor. | -- Message format string: $1=title, $2=text, $3=category, $4=anchor. | ||
-- Each displayed message starts with "Convert:" so can easily locate by searching article. | -- Each displayed message starts with "Convert:" so can easily locate by searching article. | ||
cvt_format = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i>[[ | cvt_format = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i>[[Help:Convert messages#$4|<span title="Convert: $1">convert: $2</span>]]</i>]</sup>$3<span class="error"></span>', | ||
cvt_format2 = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[[ | cvt_format2 = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[[Help:Convert messages#$4|<span title="Convert: $1">$2</span>]]</sup>$3<span class="error"></span>', | ||
cvt_format_preview = '<strong class="error">Error in convert: $1 [[ | cvt_format_preview = '<strong class="error">Error in convert: $1 [[Help:Convert messages#$4|(help)]]</strong>$3', | ||
-- Each of following messages is a table: | -- Each of following messages is a table: | ||
-- { [1] = 'title', -- mouseover title text | -- { [1] = 'title', -- mouseover title text |