Difference between revisions of "Module:Extension"
Jump to navigation
Jump to search
translation tweaks
>Bawolff (initial test. Implement needs db update from extension.json) |
>Shirayuki (translation tweaks) |
||
Line 138: | Line 138: | ||
end | end | ||
res = table.concat( dtypes, ', ' ) .. | res = table.concat( dtypes, ', ' ) .. | ||
'<br />\'\'(deprecated, please use [[Template:Extension/doc#type|type1,type2' | '<br />\'\'(deprecated, please use [[Special:MyLanguage/Template:Extension/doc#type|type1,type2' | ||
if #cnf > 2 then | if #cnf > 2 then | ||
res = res .. ',type3' | res = res .. ',type3' | ||
Line 153: | Line 153: | ||
else | else | ||
res = ( str or '\'\'unknown\'\'' ) .. | res = ( str or '\'\'unknown\'\'' ) .. | ||
' [[Template:Extension/doc#type|(\'\'\'\'\'invalid type\'\'\'\'\')]]' .. | ' [[Special:MyLanguage/Template:Extension/doc#type|(\'\'\'\'\'invalid type\'\'\'\'\')]]' .. | ||
tcat( 'Extensions with invalid or missing type' ) | tcat( 'Extensions with invalid or missing type' ) | ||
end | end |