Editing
Module:Storm categories
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 categoryData = require("Module:Storm categories/categories") local colors = require("Module:Storm categories/colors").colors local icons = require("Module:Storm categories/icons").icons local cats = categoryData.cats local defaultCategory = categoryData.defaultCategory local p = {} function p.color(frame) return p._color(frame.args[1] or frame:getParent().args[1], false) end function p.name(frame) return p._name( frame.args[1] or frame:getParent().args[1], frame.args[2] or frame:getParent().args[2], false ) end function p.sortkey(frame) return p._sortkey(frame.args[1] or frame:getParent().args[1], false) end function p.icon(frame) return p._icon(frame.args[1] or frame:getParent().args[1], false) end function p._color(colorCode, nullIfMissing) -- This looks confusing, but it's actually nested ternaries (for nil checks) local color = (colorCode ~= nil and string.len(colorCode) ~= 0) and string.gsub(string.lower(colorCode), "[^%w]", "") or defaultCategory return colors[color] or ((cats[color] or ( nullIfMissing and { color = nil } or cats[defaultCategory] )).color) end function p._name(category, basin, nullIfMissing) local name_def = (cats[ (category ~= nil and string.len(category) ~= 0) and string.gsub(string.lower(category), "[^%w]", "") or defaultCategory ] or cats[defaultCategory]).name return type(name_def) == "table" and ( name_def[string.lower(basin or "default")] or name_def["default"] or (nullIfMissing and nil or error("No default name for basin-based category name.")) ) or name_def end function p._sortkey(category, nullIfMissing) -- This looks confusing, but it's actually nested ternaries (for nil checks) return (cats[ (category ~= nil and string.len(category) ~= 0) and string.gsub(string.lower(category), "[^%w]", "") or defaultCategory ] or (nullIfMissing and { sortkey = nil } or cats[defaultCategory])).sortkey end function p._icon(iconCode, nullIfMissing) -- This looks confusing, but it's actually nested ternaries (for nil checks) local icon = (iconCode ~= nil and string.len(iconCode) ~= 0) and string.gsub(string.lower(iconCode), "[^%w]", "") or defaultCategory return icons[icon] or (cats[icon] ~= nil and ( cats[icon].icon or cats["tropicalcyclone"].icon ) or (nullIfMissing and nil or cats[defaultCategory].icon)) end function p.demo(frame) return require("Module:Storm categories/demo").demo(frame) 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:Cbot
(
edit
)
Template:Collapse bottom
(
edit
)
Template:Collapse top
(
edit
)
Template:Collapse top/styles.css
(
edit
)
Template:Color box
(
edit
)
Template:Ctop
(
edit
)
Template:Gray
(
edit
)
Template:Greater color contrast ratio
(
edit
)
Template:Ifsubst
(
edit
)
Template:Legend/styles.css
(
edit
)
Template:Lua
(
edit
)
Template:Main other
(
edit
)
Template:Module other
(
edit
)
Template:Module rating
(
edit
)
Template:Nowrap
(
edit
)
Template:Nts
(
edit
)
Template:Number table sorting
(
edit
)
Template:Ombox
(
edit
)
Template:Reflist
(
edit
)
Template:Reflist/styles.css
(
edit
)
Template:T
(
edit
)
Template:Template link
(
edit
)
Module:Arguments
(
edit
)
Module:Check for unknown parameters
(
edit
)
Module:Color contrast
(
edit
)
Module:Color contrast/colors
(
edit
)
Module:Effective protection level
(
edit
)
Module:List
(
edit
)
Module:Lua banner
(
edit
)
Module:Math
(
edit
)
Module:Message box
(
edit
)
Module:Message box/configuration
(
edit
)
Module:Message box/ombox.css
(
edit
)
Module:Number table sorting
(
edit
)
Module:Sortkey
(
edit
)
Module:Storm categories
(
edit
)
Module:Storm categories/categories
(
edit
)
Module:Storm categories/colors
(
edit
)
Module:Storm categories/demo
(
edit
)
Module:Storm categories/doc
(
edit
)
Module:Storm categories/icons
(
edit
)
Module:TableTools
(
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