Module:Command: Difference between revisions

That didn't quite do the trick
Link to command subpage rather than anchor -- avoids a pointless expansion
Line 99: Line 99:
end
end
else
else
commandName = '[[Commands#' .. commandName .. '|' .. commandName .. ']]'
commandName = '[[Commands/' .. commandName .. '|' .. commandName .. ']]'
end
end
table.insert( command, 1, commandName )
table.insert( command, 1, commandName )