The new wiki!

Ask and answer any and all questions pertaining to Salem's game-play.

Re: The new wiki!

Postby Cheena » Mon Jun 22, 2015 1:19 pm

Actually I'm just plain blind, I wasn't searching for it from the search bar (cause I knew I'd be mispelling it) but on the Skills page. Thanks Yes :)

...for the record my problem was I was not looking at "The" -_-
Trust your enemies more than your friends. Your enemies will never betray you.
loftar wrote:***** the treaty.

(Note: Citation is severely out of context.)
User avatar
Cheena
 
Posts: 1264
Joined: Sat Mar 09, 2013 11:46 am
Location: Providence

Re: The new wiki!

Postby Rifmaster » Tue Jun 23, 2015 1:00 pm

Town Bell page, under "Area Size" says that Cross of saint george gives 51x51 more tiles to the area of the vclaim, but that is old info as now it's just for raising authority.
User avatar
Rifmaster
 
Posts: 1698
Joined: Fri Jun 27, 2014 9:13 am
Location: Chernobyl

Re: The new wiki!

Postby reeper_aut » Tue Jun 23, 2015 2:53 pm

Journeyman Toolbelt

needs tanning (at least)
reeper_aut
 
Posts: 367
Joined: Thu Aug 30, 2012 5:07 pm

Re: The new wiki!

Postby pistolshrimp » Tue Jun 23, 2015 8:19 pm

Thanks for all the updates and info. Trying to stay on top of it all.

Also trying to make a crafted box to put on forged items than can also be crafted, but having a hell of a time at it. Here's what I have:

Code: Select all
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
 | style="color:black; font-size:1.4em" | '''When Crafted:'''
|-
 | style="width:100px" |'''Skill(s) required:'''
 | colspan=2 | {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}
|-
 | style="width:100px" |'''Object(s) required:''' || colspan=2 |
 | {{i|Dirt}} x1, {{i|Milk of Lime}} x1, {{i|Clay Trough}} x1
 |}


And here's the result:
Image

Does anyone know how to A) get my column to line up underneath the skills image like in the crafted template?
B) get those nice little blue dots before the items?
User avatar
pistolshrimp
 
Posts: 1826
Joined: Sun Mar 31, 2013 6:38 pm

Re: The new wiki!

Postby Kandarim » Tue Jun 23, 2015 8:33 pm

As far as I gather, the "ask" action in mediawiki will return a bulleted list (or some kind of list). I think the bullets will solve your issue of right justification. Not sure at all, I don't actually speak mediawiki :)
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: The new wiki!

Postby ShadowTani » Tue Jun 23, 2015 9:30 pm

Well, this will at least create the look I think you're looking for:

Code: Select all
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
| style="color:black; font-size:1.4em" | '''When Crafted:'''
|-
| style="width:100px" |'''Skill(s) required:'''
| colspan="2" | {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}
|-
| style="width:100px" |'''Object(s) required:''' || colspan="2" |
*{{i|Dirt}} x1
*{{i|Milk of Lime}} x1
*{{i|Clay Trough}} x1
|}

A) Problem here is that the items got placed in a third (actually fourth if you consider the colspan, lol) column. You need to remove the | behind the list of items - as you already created the column on the line above.

B) Is done with the * sign at the very beginning of a line or right after a column break (|). You will probably have to use explodes and the dots are put in those T? templates for other similar templates.
User avatar
ShadowTani
 
Posts: 419
Joined: Wed Aug 01, 2012 6:05 pm
Location: Norway

Re: The new wiki!

Postby pistolshrimp » Wed Jun 24, 2015 4:50 pm

Thanks for the info guys, I'll mess around with it for a bit today and see what I can do!
User avatar
pistolshrimp
 
Posts: 1826
Joined: Sun Mar 31, 2013 6:38 pm

Re: The new wiki!

Postby pistolshrimp » Wed Jun 24, 2015 6:25 pm

Here a overview of some organization changes I'm proposing for the Newiki. Any thoughts?

What constitutes Crafted:
Anything you need a tool to do/get: digging clay, digging lime, chipping stone, smashing/prying face
Requires another item to make: woven reeds
is a random result of another action

To that end with a lot of help we have this hodgepodge template to make Forgaged + Crafted items

Code: Select all
{{Foraged
| Where found=
| Weight=
}}
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
| style="color:black; font-size:1.4em" | '''When Crafted:'''
|-
| style="width:100px" |'''Skill(s) required:'''
| colspan="2" | {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}
|-
| style="width:100px" |'''Object(s) required:''' || colspan="2" |
*{{i|Object}} x1
*{{i|Object}} x1
*{{i|Object}} x1
|}
|}


I'd also like to clarify recipes a bit, so to that end if an item has more than one recipe heres some new templates:

Code: Select all
{{Crafted
| Objects required=
| Weight=
}}
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
| style="color:black; font-size:1.4em" | '''Other Recipes:'''
|-
| style="width:100px" |'''Object(s) required:''' || colspan="2" |
*{{i|Any Shovel}} x1
*{{i|Dirt}} x1
*{{i|Milk of Lime}} x1
*{{i|Clay Trough}} x1
|}
|}


You can see this is action on Clay: http://www.thesalemwiki.com/wiki/index.php?title=Clay

Code: Select all
{{Crafted
| Objects required=
| Weight=
}}
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
| style="color:black; font-size:1.4em" | '''Other Recipes:'''
|-
| style="width:100px" |'''Object(s) required:''' || colspan="2" |
*{{i|Object}} x1
*{{i|Object}} x1
*{{i|Object}} x1
|}
{{Inspirational
| Arts & Crafts=
| Cloak & Dagger=
| Faith & Wisdom=850
| Flora & Fauna=
| Hammer & Nail=750
| Herbs & Sprouts=
| Hunting & Hideworking=
| Law & Lore=
| Mines & Mountains=950
| Sparks & Embers=1200
| Stocks & Cultivars=
| Sugar & Spice=
| Thread & Needle=
| Natural Philosophy=
| Perennial Philosophy=
| Uses=1
}}


You can see this in action on Misshapen Lump of Clay: http://www.thesalemwiki.com/wiki/index.php?title=Misshapen_Lump_of_Clay


Also you will see a couple of new Any Objects I've created, I've had a love/hate relationship with those recipes that list every tool you could use, because in one sense its good information, in the other sense it looks like hell. Hopefully this will make things look a little nicer

Made:
Any Shovel: http://www.thesalemwiki.com/wiki/index.php?title=Any_Shovel
Any Axe: [url]http://www.thesalemwiki.com/wiki/index.php?title=Any_Axe
[/url]
Intend make:
Any Pickaxe
Any Gardening Pot
Any Saw
Any Knife
Any Drying Frame
Any Baker's Table
Any Grindstone
etc
etc
User avatar
pistolshrimp
 
Posts: 1826
Joined: Sun Mar 31, 2013 6:38 pm

Re: The new wiki!

Postby Synnestry » Wed Jun 24, 2015 10:53 pm

Possibly need a bit of updating on the mining info?

viewtopic.php?f=5&t=14469
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: The new wiki!

Postby lachlaan » Fri Jun 26, 2015 12:30 am

Image

Flowers on thorn bush.

Has flower menu to Pick thorns, pick flower, uproot.

Also seems Pig keeping and sheep herding were unlocked with some combo of veternerian, beekeeping and turkey farming.

Image

Edit :

Image Unlocked by learning Pig keeping. Presumably the other one, ye cow skill, is unlocked by getting sheep herding. Soon TM
Exactly 6.022 x 10^23 worth of Lach molecules.
lachlaan
Customer
 
Posts: 2043
Joined: Tue Mar 12, 2013 3:11 pm

PreviousNext

Return to Help!

Who is online

Users browsing this forum: No registered users and 296 guests