Module:AocUtils: Difference between revisions

Jump to navigation Jump to search
Undo revision 864 by Leoetlino (talk)
imported>Leoetlino
No edit summary
imported>Leoetlino
(Undo revision 864 by Leoetlino (talk))
(3 intermediate revisions by the same user not shown)
Line 54: Line 54:


function pack.get_aoc_canonical_path(frame)
function pack.get_aoc_canonical_path(frame)
   path = frame.args['path']
   local path = frame.args.path
   if not path then
   if not path then
   return ""
   return "(unknown)"
   end
   end
   if should_use_aoc_file_device(path) then
   if should_use_aoc_file_device(path) then
Anonymous user

Navigation menu