Module:Variable arguments: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 114: | Line 114: | ||
if string.lower(v) ~= "false" and string.lower(v) ~= "true" then | if string.lower(v) ~= "false" and string.lower(v) ~= "true" then | ||
result = result .. (v == debugg and "" or string.format("<div>{{wlink|%s}}</div>", v)) | result = result .. (v == debugg and "" or string.format("<div>'''{{wlink|%s}}'''</div>", v)) | ||
end | end | ||
i = i + 1 | i = i + 1 | ||