Editing
Module:Rail-interchange multi
From Thetacola Wiki
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
local p = {} function p.row(frame) local data = frame.args[1] local div = frame.args['div'] local result, sep, default = '', '' local args = {} data = mw.text.split(data, '+') for i1, v1 in ipairs(data) do args = {} if v1 ~= '' and v1 ~= '\\' then local tmp = mw.text.split(v1, '\\') if i1 == 1 then default = tmp[1] else sep = ' ' end for i2, v2 in ipairs(tmp) do if i2 < 5 then if i2 == 1 then args[i2] = (string.find((v2 or ''), '^%s*$') and default or v2) else args[i2] = (string.find((v2 or ''), '^%s*$') and nil or v2) end end end if args[1] or args[2] then result = result .. sep .. frame:expandTemplate{ title = 'Rail-interchange', args = args } end end end if div == 'yes' or div == 'y' then result = '<div style="display:table-cell;vertical-align:middle;padding-left:3px;white-space:nowrap">' .. result .. '</div>' end return result end function p.doublerow(frame) local data = frame.args[1] local result, sep, default = '', '' local args = {} local sep_code = { [0] = '<br/>', [1] = '</div><div style="display:table-cell;vertical-align:middle;padding-left:3px;white-space:nowrap">' } data = mw.text.split(data, '+') for i1, v1 in ipairs(data) do args = {} if v1 ~= '' and v1 ~= '\\' then local tmp = mw.text.split(v1, '\\') if i1 == 1 then default = tmp[1] else sep = sep_code[i1 % 2] end for i2, v2 in ipairs(tmp) do if i2 < 5 then if i2 == 1 then args[i2] = (string.find((v2 or ''), '^%s*$') and default or v2) else args[i2] = (string.find((v2 or ''), '^%s*$') and nil or v2) end end end if args[1] or args[2] then result = result .. sep .. frame:expandTemplate{ title = 'Rail-interchange', args = args } end end end result = '<div style="display:table-cell;vertical-align:middle;padding-left:3px;white-space:nowrap">' .. result .. '</div>' return result end return p
Summary:
Please note that all contributions to Thetacola Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Project:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Mlx
(
edit
)
Template:Module other
(
edit
)
Template:Module rating
(
edit
)
Template:Nowrap
(
edit
)
Template:Ombox
(
edit
)
Template:PAGENAMETDOC
(
edit
)
Template:Para
(
edit
)
Template:Rail-interchange
(
edit
)
Template:Sandbox other
(
edit
)
Template:Template link
(
edit
)
Template:Template link general
(
edit
)
Template:Tl
(
edit
)
Template:Tlg
(
edit
)
Module:Arguments
(
edit
)
Module:Effective protection level
(
edit
)
Module:Message box
(
edit
)
Module:Message box/configuration
(
edit
)
Module:Message box/ombox.css
(
edit
)
Module:Rail-interchange multi
(
edit
)
Module:Rail-interchange multi/doc
(
edit
)
Module:Separated entries
(
edit
)
Module:String
(
edit
)
Module:TableTools
(
edit
)
Module:Template link general
(
edit
)
Module:Yesno
(
edit
)
Navigation menu
Page actions
Module
Discussion
Read
Edit source
History
Page actions
Module
Discussion
More
Tools
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Search
Tools
What links here
Related changes
Special pages
Page information