Modul:Vorlage:LuaModuleDoc: Unterschied zwischen den Versionen

(+)
(update)
Zeile 1: Zeile 1:
--[=[ 2013-10-23
--[=[ 2013-10-25
Support {{LuaModuleDoc}}
Support {{LuaModuleDoc}}
* nav()
* nav()
Zeile 261: Zeile 261:
             local suppress = LuaWiki.getArg( "noHint", "" )
             local suppress = LuaWiki.getArg( "noHint", "" )
             if #suppress == 0 then
             if #suppress == 0 then
                 r = r .. LuaWiki.transclude( s,  { collect[ 1 ] } )
                local swift = collect[ 1 ]
                if sub then
                    swift = string.format( "%s/%s", swift, sub )
                end
                 r = r .. LuaWiki.transclude( s,  { swift } )
             end
             end
         end
         end