From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
Line 16: Line 16:
::Once you've finalized the info required, you could use some kind of infobox if you want to keep the information on individual pages. Otherwise, if it's not a lot of information, putting it on one page like a table may be easier to use. Let me know if you need any help with layout or anything.  
::Once you've finalized the info required, you could use some kind of infobox if you want to keep the information on individual pages. Otherwise, if it's not a lot of information, putting it on one page like a table may be easier to use. Let me know if you need any help with layout or anything.  
::Also, when creating a new page, try to use the "Guide page" preload button at the top of the new pages, it'll add the navigation templates for you. -- [[User:Prod|Prod]] ([[User talk:Prod|talk]]) 02:00, 18 November 2020 (UTC)
::Also, when creating a new page, try to use the "Guide page" preload button at the top of the new pages, it'll add the navigation templates for you. -- [[User:Prod|Prod]] ([[User talk:Prod|talk]]) 02:00, 18 November 2020 (UTC)
:::So what do you think of the infobox? I might have to change things as I go deeper in the game. Let me know if you think of any improvements. --[[User:Silly Neko|Silly Neko]] ([[User talk:Silly Neko|talk]]) 05:39, 18 November 2020 (UTC)


== Lists and Prettytable ==
== Lists and Prettytable ==

Revision as of 05:39, 18 November 2020

Sakuna: Of Rice and Ruin

How much content is required for each item? Would it be better to put all the content in a table? Perhaps something like Harvest Moon/Animals? -- Prod (talk) 01:06, 18 November 2020 (UTC)

Depends, there are items that don't appear in the inventory like in cooking planning. Some appear in both. Some can be used as fertilizer and others don't. Some are used to craft equipment or other things. --Silly Neko (talk) 01:38, 18 November 2020 (UTC)
Also I have just started playing, so there's a lot of things I haven't found or figured out yet. So far here's a summary of what info we should display:
  • Descriptions (wherever they appear in-game)
  • Location and/or how to obtain the item
  • Recipes the item is used in. If the item is the product of a recipe, then all materials needed to make it.
  • Fertilizer information: how it changes the stats, or if it does something not shown by stats.
  • Upgrade costs, or requirements, if any.

--Silly Neko (talk) 01:44, 18 November 2020 (UTC)

Once you've finalized the info required, you could use some kind of infobox if you want to keep the information on individual pages. Otherwise, if it's not a lot of information, putting it on one page like a table may be easier to use. Let me know if you need any help with layout or anything.
Also, when creating a new page, try to use the "Guide page" preload button at the top of the new pages, it'll add the navigation templates for you. -- Prod (talk) 02:00, 18 November 2020 (UTC)
So what do you think of the infobox? I might have to change things as I go deeper in the game. Let me know if you think of any improvements. --Silly Neko (talk) 05:39, 18 November 2020 (UTC)

Lists and Prettytable

I want to include a list in prettytable inside a template. However the first item in the list doesn't format properly.

Example: Template:Infobox_Sakuna:_Of_Rice_and_Ruin/Item

--Silly Neko (talk) 05:05, 18 November 2020 (UTC)

The problem is actually the way you're writing the table itself.
| Header || * Text
* More text

This won't generate a proper list either. You either need to put the parameter on a new line, or use line breaks instead.

| Header || 
* Text
* More text
|-
| Header || Text<br/>More text

-- Prod (talk) 05:11, 18 November 2020 (UTC)