Editing
Module:Profession info
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 editbutton = require('Module:Edit button') local edit = editbutton("'''?''' (edit)") local hc = require('Module:Param Parse').has_content local qty = require('Module:Quantity box')._main local pcp = require('Module:Profession clickpic')._main function p.main(frame) local args = frame:getParent().args local function exparg(xp) if hc(xp) then return qty(xp) else return qty(0)..edit..'[[Category:Needs experience info]]' end end local function levelarg(profession, level) if hc(profession) and hc(level) then return pcp(profession, level) else return edit..'[[Category:Needs level info]]' end end local function durationarg(duration) if hc(duration) then return duration..' seconds' else return edit end end local smw_properties = { ['Skill node name'] = args.name, ['Uses profession'] = args.profession, ['Profession level'] = args.level, ['Profession experience'] = args.xp } mw.smw.set(smw_properties) local out = mw.html.create('table') :addClass('wikitable') :tag('tr') :tag('th') :attr{ colspan = '2' } :wikitext(args.name) :done() :done() :tag('tr') :tag('th') :wikitext('Level required') :done() :tag('td') :wikitext(levelarg(args.profession, args.level)) :done() :done() :tag('tr') :tag('th') :wikitext('[['..args.profession..'|'..args.profession..' XP]]') :done() :tag('td') :wikitext(exparg(args.xp)) :done() :done() :tag('tr') :tag('th') :wikitext('Duration') :done() :tag('td') :wikitext(durationarg(args.duration)) :done() :done() if hc(args.respawn) then out :tag('tr') :tag('th') :wikitext('Respawn time') :done() :tag('td') :wikitext(durationarg(args.respawn)) :done() :done() end if hc(args.tool) then out :tag('tr') :tag('th') :wikitext('Required tool') :done() :tag('td') :wikitext(args.tool) :done() :done() end if hc(args.input) then out :tag('tr') :tag('th') :wikitext('Required input') :done() :tag('td') :wikitext(args.input) :done() :done() end return out 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:No documentation
(
edit
)
Template:PageType
(
edit
)
Template:Profession info
(
edit
)
Template:Profession info/doc
(
edit
)
Module:Array
(
edit
)
Module:DPLlua
(
edit
)
Module:DependencyList
(
edit
)
Module:Documentation
(
edit
)
Module:Paramtest
(
edit
)
Module:Profession info
(
edit
)
Module:Profession info/doc
(
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
White Tangfruit
3m
ago
-
Californ1a
White Fluffy Feather
3m
ago
-
Californ1a
White Eared Ratman Chief
3m
ago
-
Californ1a
White Clover
3m
ago
-
Californ1a
Show more...
Brighter Shores
Professions
Factions
Episodes
Premium Pass
Monsters
Quests
Community
Policies
Tools
What links here
Related changes
Special pages
Page information