From StrategyWiki, the video game walkthrough and strategy guide wiki
Revision as of 03:31, 12 March 2016 by Cedearia (talk | contribs) (add question)
Jump to navigation Jump to search
Archive

Archives


2006

Welcome to all users! This page is where you can ask StrategyWiki-related questions to the staff and senior community figures, and they will do their best to answer. If you want to raise a topic for discussion (rather than just ask about it), please use the community issues forum instead. New issues are entered here, with the most recent at the bottom of the page. If your question does not pertain to editing StrategyWiki (e.g. asking for hints or game-specific information), please ask on the guide's talk page or on the forums.

Please review the Table of Contents to see if your issue has already been raised; also check the archives (to the right) in case it was discussed some time ago.

To facilitate ease of browsing and replying, please:

  1. Place your question at the bottom of the list.
  2. Title the question (by placing the title between equals signs: ==Title==).
  3. Sign your name and date (by adding four tildes: ~~~~).

Kaiser Knuckle/Dan-Ku-Ga

Can anyone help me with this move list ?HHHanzo (talk) 21:00, 9 February 2016 (UTC)

Responding to on user's talk page. Procyon 01:36, 10 February 2016 (UTC)

Notifications Link Appears Twice

I am logged into SW using the Dolphin skin, and noticed that the Special:Notifications link box appears twice, one right next to the other. Both appear to function equally well. Is there any reason for this? Thanks! Wjk (talk) 22:56, 9 February 2016 (UTC)

New feature of 1.26! One is messages, one is alerts. -- Prod (talk) 01:27, 10 February 2016 (UTC)

Series templates format

Currently, the series templates commonly have lists of games all on one line, separated by only {{Dot}} templates. This makes the code hard to read and work with, and it's not very semantic. It should be possible to have the game lists formatted as bullet lists in the code, so it'll be easier to read and type, and use CSS to make it still be displayed the same way. Wanderer (talk) 19:18, 19 February 2016 (UTC)

I agree that your proposal would be preferable, but how can CSS be used to do that? Procyon 20:42, 19 February 2016 (UTC)
The template could wrap the game list in a DIV element with a class name, let's say, "series-game-list" or something, and the CSS could have something like:
div.series-game-list ul, div.series-game-list ul > li {
  display: inline;
}

div.series-game-list ul > li:before {
  content: "\00B7\0020";
}

div.series-game-list ul > li:first-child:before {
  content: "";
  display: none;
}
This will display the list as a line of text, and render the dots as pseudo-elements before all but the first list item.Wanderer (talk) 21:47, 19 February 2016 (UTC)
The idea sounds pretty good to me too, can you set up a demo template? We can then look into using a bot to make the change. -- Prod (talk) 21:56, 19 February 2016 (UTC)
I set up a demo here, but I can't edit the style sheet. Wanderer (talk) 00:29, 20 February 2016 (UTC)
I've updated common.css. You should be able to see the changes if you purge your cache. -- Prod (talk) 01:35, 20 February 2016 (UTC)
Wow, that looks pretty cool. Nice job. Procyon 01:47, 20 February 2016 (UTC)
Fyi, you guys are all great and appreciated. --Zaiqukaj (talk) 05:43, 20 February 2016 (UTC)
I think we need to clean up a bit of the styling still, but it is a cleaner solution. -- Prod (talk) 22:31, 27 February 2016 (UTC)
I just added a few more examples with different formats on the demo page. Wanderer (talk) 23:58, 28 February 2016 (UTC)
I don't think it's possible to switch to lists like this without changing how they look. It seems impossible to have an optional first "heading" in the list format. The option where you've included it with the first entry seems less intuitive than just using the {{dot}}. -- Prod (talk)
Trying to keep the headings on the same line does seem to be proving problematic. Wanderer (talk) 05:20, 29 February 2016 (UTC)

Template:Infobox

Should {{Infobox}} be renamed to {{Game}}? This would match {{System}}, {{Series}}, {{Company}}, etc.. -- Prod (talk) 02:35, 2 March 2016 (UTC)

Makes sense, lots of pages would be impacted by this but that's what bots and redirects are for. --Skizzerz 17:21, 11 March 2016 (UTC)
I'm on board. Would really like a refactor of the entire box tbh... Procyon 18:48, 11 March 2016 (UTC)

Copyright policy regarding official manuals

Is it acceptable to upload graphics taken from the official manual of a game? I see that at least some complete walkthroughs do this.

I'd like to improve the Zelda II walkthrough. Using the existing Ocarina of Time as an example, I see that the walkthrough landing page includes an image of Link sitting on a stump with Navi flying around. This image comes from the official manual of the game.

Following suit, I uploaded an image of Link taken from the Zelda 2 manual to the landing page of the Zelda 2 walkthrough. The text of the image upload screen seems to indicate that this content is prohibited.

Cedearia (talk) 03:31, 12 March 2016 (UTC)