Editing
Module:Infobox Quest Item
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 = 'Item', class = {Infobox.smw_param('episode')}, } local params = { parse.name, parse.image, parse.release, parse.episode, parse.premium, parse.quest, parse.description, parse.actions, } local infobox = Infobox.new(config, params, args) infobox :addClass('infobox-questitem') :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"}, } infobox:add_row{ {tag='th', content='[[Episode]]', colspan="6"}, {tag='td', content=Infobox.param('episode'), colspan="14"}, } infobox:add_row{ {tag='th', content='[[Premium Pass|Premium]]', colspan="6"}, {tag='td', content=Infobox.param('premium'), colspan="14"}, } infobox:add_row{ {tag='th', content='Quest', colspan="6"}, {tag='td', content=Infobox.param('quest'), colspan="14"} } if infobox:is_param_defined(Infobox.param('actions')) > 0 then infobox:add_row{ {tag='th', content='Actions', colspan="6"}, {tag='td', content=Infobox.param('actions'), colspan="14"} } end infobox:add_row{ {tag='th', content='Description', colspan="6"}, {tag='td', content=Infobox.param('description'), colspan="14"} } infobox:pad('20') 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
Templates used on this page:
Template:DependencyList
(
edit
)
Template:Documentation
(
edit
)
Template:Extension DPL
(
edit
)
Template:Infobox Quest Item
(
edit
)
Template:Infobox Quest Item/doc
(
edit
)
Template:No documentation
(
edit
)
Template:PageType
(
edit
)
Module:Array
(
edit
)
Module:DPLlua
(
edit
)
Module:DependencyList
(
edit
)
Module:Documentation
(
edit
)
Module:Infobox
(
edit
)
Module:Infobox Quest Item
(
edit
)
Module:Infobox Quest Item/doc
(
edit
)
Module:Param Parse
(
edit
)
Module:Paramtest
(
edit
)
Module:Tooltip
(
edit
)
Module:Yesno
(
view source
) (semi-protected)
This page is a member of a hidden category:
Category:Pages using DynamicPageList3 parser function
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
Blunt Spiky Ball
28m
ago
-
Alsang
Ragged Spiky Ball
28m
ago
-
Alsang
Puffy Spiky Ball
28m
ago
-
Alsang
Variegated Spiky Ball
28m
ago
-
Alsang
Show more...
Brighter Shores
Professions
Factions
Episodes
Premium Pass
Monsters
Quests
Community
Policies
Tools
What links here
Related changes
Special pages
Page information