Home
Random
Log in
Settings
About Brighter Shores Wiki
Disclaimers
Search
Editing
Module:Dye Gallery
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!
p = {} function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) -- sanitise inputs local stringBase = tostring(mw.title.getCurrentTitle()) if args.base then stringBase = args.base end local stringMask = tostring(mw.title.getCurrentTitle()) .. ' dye' if args.mask then stringMask = args.mask elseif args.base then stringMask = args.base .. ' dye' end -- complete image file path, currently unused -- Cannot combine these images in a Lua module, would have to be CSS or JS local imageBaseHost = ('https://brightershoreswiki.org/images/%s.png'):format(stringBase) local imageMaskHost = ('https://brightershoreswiki.org/images/%s.png'):format(stringMask) -- output table local out = mw.html.create('table') :wikitext('This item can be dyed at [[The Color Wheel]] or [[City Dyes]]. It may also spawn with a random dye color.') :addClass('align-center-1 align-center-2') :tag('tr') :tag('td') :wikitext(('[[File:%s.png|264x264px]]'):format(stringBase)) :done() :tag('td') :wikitext(('[[File:%s.png|264x264px]]'):format(stringMask)) :done() :done() :tag('tr') :tag('td') :wikitext('The base appearance') :done() :tag('td') :wikitext('The dyable regions') :done() :done() 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:Dye Gallery
(
edit
)
Template:Dye Gallery/doc
(
edit
)
Template:Extension DPL
(
edit
)
Template:No documentation
(
edit
)
Template:PageType
(
edit
)
Module:Array
(
edit
)
Module:DPLlua
(
edit
)
Module:DependencyList
(
edit
)
Module:Documentation
(
edit
)
Module:Dye Gallery
(
edit
)
Module:Dye Gallery/doc
(
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