Module
TransportDiagram
From Dogcraft Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- Copyright (c) 2022, William278, Dogcraft.net and contributors
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
-- to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
-- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
--
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
--
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--
-- End license text.
-- A Module for generating mini diagrams of transport networks
local p = {}
local data = ""
local title = "Transport Diagram"
local totalTracks = 1
local name = ""
000
1:0
Templates used on this page:
- Template:Clear (view source)
- Template:Hlist/styles.css (view source)
- Template:Template other (view source)
- Template:TransportDiagram (view source)
- Template:TransportDiagram Ouranos Metro (view source)
- Template:TransportDiagram West Line (Survival 3) (view source)
- Template:Tt (view source)
- Module:Navbar (view source)
- Module:Navbar/configuration (view source)
- Module:Navbar/styles.css (view source)
- Module:TableTools (view source)
- Module:TransportDiagram (view source)
- Module:TransportDiagram/doc (view source)
- Module:TransportDiagram/styles.css (view source)
Return to Module:TransportDiagram.