Module:Dochead: Difference between revisions
m comments |
mNo edit summary |
||
| Line 97: | Line 97: | ||
elseif namespace == "Template" then | elseif namespace == "Template" then | ||
if has_module then | if has_module then | ||
result = string.format("This template is implemented by the Lua module [[%s]]. See its module page for Lua-based implementation.", corr_module) | result = string.format("This template is implemented by the Lua module [[%s]]. See its module page for Lua-based template implementation.", corr_module) | ||
else | else | ||
result = "This template is implemented by a module that is currently missing. [[create]]" | result = "This template is implemented by a module that is currently missing. [[create]]" | ||