Editing Module:Documentation
Jump to navigation
Jump to search
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 858: | Line 858: | ||
) | ) | ||
then | then | ||
ret = ret .. makeCategoryLink(message('strange-usage-category')) | -- Generate the strange usage category link. This category is sorted by namespace. | ||
local sort = (title.namespace == 0 and message('strange-usage-category-mainspace-sort') or '') | |||
.. title.prefixedText | |||
ret = ret .. makeCategoryLink(message('strange-usage-category'), sort) | |||
end | end | ||
return ret | return ret |