Editing
Module:Sandbox/User:B4rt0/Modules/Infobox Spell
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 = {} local Infobox = require('Module:Infobox') local parse = require('Module:Param Parse') function p.main(frame) local args = frame:getParent().args local config = { infobox_name = 'Spell', class = {Infobox.smw_param('episode')}, } local params = { parse.name, parse.image, parse.release, parse.episode, parse.premium, parse.examine, parse.profession_bubble_a, parse.profession_bubble_b, -- Include these next params just to export data to smw parse.profession_a_smw, parse.profession_a_level_smw, parse.profession_a_level_high_smw, parse.profession_b_smw, parse.profession_b_level_smw, parse.profession_b_level_high_smw, } local infobox = Infobox.new(config, params, args) infobox :add_row{ {tag='th', content=Infobox.param('name'), class='infobox-header', colspan='20'}, } :add_row{ {tag='td', content=Infobox.param('image'), class='infobox-image', colspan='20'}, } :add_row{ {tag='th', content='Release', colspan="6"}, {tag='td', content=Infobox.param('release'), colspan="14"}, } :add_row{ {tag='th', content='[[Episode]]', colspan="6"}, {tag='td', content=Infobox.param('episode'), colspan="14"}, } :add_row{ {tag='th', content='[[Premium Pass|Premium]]', colspan="6"}, {tag='td', content=Infobox.param('premium'), colspan="14"}, } :add_row{ {tag='th', content='Examine', colspan="6"}, {tag='td', content=Infobox.param('examine'), colspan="14"} } local bubble_a = infobox:is_param_defined(Infobox.param('profession_bubble_a')) > 0 local bubble_b = infobox:is_param_defined(Infobox.param('profession_bubble_b')) > 0 if bubble_a and bubble_b then infobox:add_row{ {tag='td', content=Infobox.param('profession_bubble_a'), class='infobox-bubble-item', colspan="10"}, {tag='td', content=Infobox.param('profession_bubble_b'), class='infobox-bubble-item', colspan="10"}, addClass = 'infobox-bubble-row' } elseif bubble_a then infobox:add_row{ {tag='td', content=Infobox.param('profession_bubble_a'), class='infobox-bubble-item', colspan="20"}, addClass = 'infobox-bubble-row' } elseif bubble_b then infobox:add_row{ {tag='td', content=Infobox.param('profession_bubble_b'), class='infobox-bubble-item', colspan="20"}, addClass = 'infobox-bubble-row' } else infobox:pad('20') end return infobox end return p
Summary:
Please note that all contributions to Brighter Shores Wiki are considered to be released under the CC BY-NC-SA 3.0 (see
Brighter Shores:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, 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.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
Template used on this page:
Module:Sandbox/User:B4rt0/Modules/Infobox Spell/doc
(
view source
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Module
Discussion
English
Views
Read
Edit source
View history
More
Refresh
Search
Discord
Discord
Navigation
About us
User help
Random page
Recent changes
Rainbow Cheese
3m
ago
-
Razreal
Pine Branches
8m
ago
-
Mudscape
Pumpkin
9m
ago
-
Razreal
Bananas
14m
ago
-
Razreal
Show more...
Brighter Shores
Professions
Factions
Episodes
Premium Pass
Monsters
Quests
Community
Policies
Tools
What links here
Related changes
Special pages
Page information