Fallout Wiki
Advertisement
Fallout Wiki

CSS and templates

Dashboard color

Thanks for the help so far, but I don't see any color changed. I've added an image where you can see the dashboard as it is seen now, and to the right of it the color as it should be and was until a week ago or so. Wouldn't it be fixed by just reverting Porter's last edit? The same faded green color also features when editing a page (like now when I type this message). That was different too, think the same dark green color.

As for the infoboxes, you can see an overview here of what's been converted and what still needs to be done. A more detailed description of the conversions and changes of various parameters can be found in this forum thread. Also this is part of it. You can browse it so get more familiar with how things have been done.

If you have the time (it will take quite a bit of that) and expertise you could convert them, but I can imagine you're not really familiar with the game and would struggle with what and how to convert and maybe changing parameters. That's why I was thinking we can ask Porter if he would allow us to use some of his quality work (especially the weapon infobox which is coming up next I think). We need his permission if we were to do that. Maybe in return for my work (images and so on). There's a good chance of course he'd say no, then we probably need to make things more simple and convert the basics, like the color of the infobox (green to yellow). Also depends on how much time you're willing to spend on it.

I suggest I ask Porter what he thinks of it and depending on the answer we can progress. If no, we can start things now and depending on your time make the best of it (can you operate a bot btw?). If yes, then we can wait a bit longer and see what Porter's willing to share.

Let me know what you think, allright? Jspoel Speech Jspoel 17:14, December 3, 2011 (UTC)

Update

By coincidence Porter noticed the changes I mentioned above and has restored the admin dashboard header as well as the edit header to its former glory. So that's ok now. According to Porter the Common.css change might conflict with a future Wikia update though. And I've asked Porter if we can use (some of) his work (CSS, templates). He will discuss it with his fellow bureaucrats, so let's wait for that. Hope it's a positive response. Jspoel Speech Jspoel 00:34, December 4, 2011 (UTC)

Converting infoboxes

Well, The bureaucrats of FalloutWiki.com have been kind and given us permission to use their scripts and templates for this wiki. You can read Porter's post about this here. We need to give him the attribution of course, I'll ask Porter to create a The Vault copyright one. Can you start with converting the {{Infobox weapon gamebryo}} template and do a bot run on the pages which use it? If that's a success we can go to the next one. I'll hear from you if you have questions, but keep in mind this is not my terrain. Please keep me and Kingclyde informed of the progress. Jspoel Speech Jspoel 17:23, December 10, 2011 (UTC)

Infobox conversion script

Per Jspoel's request, here's the basic "script" I've been using for the infobox conversion; basically it's a fix list for replace.py (i.e. it goes into user-fixes.py). It makes the general changes necessary for all infoboxes (renamed global parameters, changed mechanics etc). You only have to add the specific changes for {{Infobox weapon gamebryo}} (renamed/removed parameters) which can be found here.

#
# Infoboxes: Infobox old -> Infobox new 
# This fix is used with command:
# replace.py -fix:"infobox" -ns:"0" -transcludes:""

fixes['infobox'] = {
        'regex': True,
        'msg': { '_default':u'Updating infobox parameters', },
        'replacements': [


            # Decap parameters
            (r"\|([ ]*?|)A(.*?)([ ]*?|)=", r"|\1a\2\3="),
            (r"\|([ ]*?|)B(.*?)([ ]*?|)=", r"|\1b\2\3="),
            (r"\|([ ]*?|)C(.*?)([ ]*?|)=", r"|\1c\2\3="),
            (r"\|([ ]*?|)D(.*?)([ ]*?|)=", r"|\1d\2\3="),
            (r"\|([ ]*?|)E(.*?)([ ]*?|)=", r"|\1e\2\3="),
            (r"\|([ ]*?|)F(.*?)([ ]*?|)=", r"|\1f\2\3="),
            (r"\|([ ]*?|)G(.*?)([ ]*?|)=", r"|\1g\2\3="),
            (r"\|([ ]*?|)H(.*?)([ ]*?|)=", r"|\1h\2\3="),
            (r"\|([ ]*?|)I(.*?)([ ]*?|)=", r"|\1i\2\3="),
            (r"\|([ ]*?|)J(.*?)([ ]*?|)=", r"|\1j\2\3="),
            (r"\|([ ]*?|)K(.*?)([ ]*?|)=", r"|\1k\2\3="),
            (r"\|([ ]*?|)L(.*?)([ ]*?|)=", r"|\1l\2\3="),
            (r"\|([ ]*?|)M(.*?)([ ]*?|)=", r"|\1m\2\3="),
            (r"\|([ ]*?|)N(.*?)([ ]*?|)=", r"|\1n\2\3="),
            (r"\|([ ]*?|)O(.*?)([ ]*?|)=", r"|\1o\2\3="),
            (r"\|([ ]*?|)P(.*?)([ ]*?|)=", r"|\1p\2\3="),
            (r"\|([ ]*?|)Q(.*?)([ ]*?|)=", r"|\1q\2\3="),
            (r"\|([ ]*?|)R(.*?)([ ]*?|)=", r"|\1r\2\3="),
            (r"\|([ ]*?|)S(.*?)([ ]*?|)=", r"|\1s\2\3="),
            (r"\|([ ]*?|)T(.*?)([ ]*?|)=", r"|\1t\2\3="),
            (r"\|([ ]*?|)U(.*?)([ ]*?|)=", r"|\1u\2\3="),
            (r"\|([ ]*?|)V(.*?)([ ]*?|)=", r"|\1v\2\3="),
            (r"\|([ ]*?|)W(.*?)([ ]*?|)=", r"|\1w\2\3="),
            (r"\|([ ]*?|)X(.*?)([ ]*?|)=", r"|\1x\2\3="),
            (r"\|([ ]*?|)Y(.*?)([ ]*?|)=", r"|\1y\2\3="),
            (r"\|([ ]*?|)Z(.*?)([ ]*?|)=", r"|\1z\2\3="),


            # Basic fixes
            (r"\|([ ]*?|)extra([ ]*?|)=", r"|\1footer\2="),
            (r"\|([ ]*?|)name([ ]*?|)=(.*?)\n", r""),
            (r"\|([ ]*?|)desc([2345]|)([ ]*?|)=", r"|\1image\2 desc\3="),
            (r"\|([ ]*?|)icon([ ]*?|)=([ ]*?|)none", r"|\1icon\2="),
            (r"\|([ ]*?|)icon[ _]px([ ]*?|)=(.*?)\n", r""),
            (r"\|([ ]*?|)image([2345]|)([ ]*?|)=([ ]*?|)[Bb][Ll][Aa][Nn][Kk].[Gg][Ii][Ff]([ ]*?|)\|", r"|"),
            (r"\|([ ]*?|)image([2345]|)([ ]*?|)=([ ]*?|)[Bb][Ll][Aa][Nn][Kk].[Gg][Ii][Ff]([ ]*?|)(\r\n|\n)", r""),
            (r"\|([ ]*?|)image([2345]|) size([ ]*?|)=([ ]*?|)(noresize|@original)(.*?)\n", r""),
            (r"\|([ ]*?|)px([2345]|)([ ]*?|)=([ ]*?|)(noresize|@original)(.*?)\n", r""),
            (r"\|([ ]*?|)px([2345]|)([ ]*?|)=", r"|\1image\2 size\3="),


            # Games
            (r"\|([ ]*?|)game([ ]*?|)=(.*?)\r\n\|([ ]*?|)game2([ ]*?|)=(.*?)\r\n\|([ ]*?|)game3([ ]*?|)=(.*?)\r\n\|([ ]*?|)game4([ ]*?|)=(.*?)\r\n\|([ ]*?|)game5([ ]*?|)=(.*?)\r\n", r"|\1games\2=\3, \6, \9, \12, \15\n"),
            (r"\|([ ]*?|)game([ ]*?|)=(.*?)\r\n\|([ ]*?|)game2([ ]*?|)=(.*?)\r\n\|([ ]*?|)game3([ ]*?|)=(.*?)\r\n\|([ ]*?|)game4([ ]*?|)=(.*?)\r\n", r"|\1games\2=\3, \6, \9, \12\n"),
            (r"\|([ ]*?|)game([ ]*?|)=(.*?)\r\n\|([ ]*?|)game2([ ]*?|)=(.*?)\r\n\|([ ]*?|)game3([ ]*?|)=(.*?)\r\n", r"|\1games\2=\3, \6, \9\n"),
            (r"\|([ ]*?|)game([ ]*?|)=(.*?)\r\n\|([ ]*?|)game2([ ]*?|)=(.*?)\r\n", r"|\1games\2=\3, \6\n"),
            (r"\|([ ]*?|)game([ ]*?|)=", r"|\1games\2="),


            # Form & proto IDs
            (r"\|([ ]*?|)(base|ref)[Ii][Dd]([0-9]*?|)([ ]*?|)=", r"|\1\2id\3\4="),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),
            (r"\|([ ]*?|)(baseid|refid)([0-9]*?|)([ ]*?|)=(.*?)([0-9AaBbCcDdEeFf]{5,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{ID|\6}}\7"),

            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),
            (r"\|([ ]*?|)(proto)([0-9]*?|)([ ]*?|)=(.*?)([0-9]{2,8})([ ,]|\r|<br)", r"|\1\2\3\4=\5{{proto|\6}}\7"),


            # Rename parameters
            #(r"\|([ ]*?|)foo([ ]*?|)=", r"|\1bar\2="),


            # Remove "empty"
            (r"\|([ ]*?|)(.*?)([ ]*?|)=([ ]*?|)empty", r"|\1\2\3=\4"),


        ],
    'exceptions': {
        'inside': [
            ur'\{\{([Tt]emplate:|)(?![Ii]nfobox)[\d\D]*?\}\}',
            ur'\{\|[\d\D]*?\|\}',
            ur'\[\[[\d\D]*?\]\]',
        ]
    }
}

-- Porter21 (talk) 13:47, December 13, 2011 (UTC)

Converting infoboxes

Well, Porter hast just given you the pywikipedia script you wanted, so you can start with things. And as a reaction to your last post to me, yes, I'd like the infobox versions as seen on FalloutWiki.com imported to here and the bot to convert the parameters. Best to start with the weapons gamebryo one I think, and move from there on for the rest of the infoboxes which don't have been done yet. Jspoel Speech Jspoel 14:58, December 13, 2011 (UTC)

Updating the infoboxes

Hey Grunny, thanks for the quick work. I've manually updated the mine/grenade pages. (wasn't it possible to let the bot do that?) I noticed that after the conversion the alignment was gone (the equal marks weren't straight below each other anymore). Is there some way to prevent that when updating the pages? And can you update the Category:Article creation templates for the weapons? I gave it a go myself but it's just taking me way too much time. Next in line is the {{tl|Infobox ammunition}} template. Porter has split this template on The Vault into Infobox ammo gamebryo for FO3 and FNV and Infobox ammo for the other games. When you import those 2 templates, the documentation needs to be added with the {{Copyright The Vault}}, because they're new. And can you also import the {{Infobox location}} from The Vault? The ammo and location infobox templates are the most important ones right now. When they're updated, please do the same for their article creation templates. There are some other infoboxes left, but they're still under construction on The Vault. Jspoel Speech Jspoel 20:52, December 15, 2011 (UTC)

Update: I think I can update the article creation templates myself after all. Jspoel Speech Jspoel 17:08, December 16, 2011 (UTC)
Good work, Grunny. I'm happy with the provided support. We need it. Another good improvement I think. About the article creation templates for ammunition, strangely enough I don't see them anywhere. Can you add it add them to the article creation templates? Jspoel Speech Jspoel 15:30, December 18, 2011 (UTC)
Looks like I can do the ammo creation templates myself. Jspoel Speech Jspoel 17:10, December 18, 2011 (UTC)

Infobox location conversion

Hey Grunny, thanks for the conversion! I understand you being busy with other things also. Conversion has gone allright. Noticed a small error for local map images, like on the Wind Wall Docks page. The upload button is not displayed in the center like it should be and has a white color. Can you fix that? Next in line for the conversion is the {{infobox person}}. It needs quite a bit of work, as far as I can see, the bot has to do a lot of moving (check some examples on The Vault). And a happy new year to you too! Jspoel Speech Jspoel 18:59, December 30, 2011 (UTC)

It's good to hear from you again. We had a wrong color infobox issue, you can read about it here. GhostAvatar, from The Vault, fixed it yesterday as seen here. That means you can start with converting the infobox person. Please make sure the ='s stay aligned below eachother in the infobox. It just looks better when editing the page. Jspoel Speech Jspoel 00:57, February 8, 2012 (UTC)
I just remember, I was going to ask Porter21, but since you're here, can you take a look at Fallout Wiki:Duplicate files? Don't think it's working anymore. Jspoel Speech Jspoel 01:14, February 8, 2012 (UTC)
Already thought it had to do with The Vault namespace change. It's working again, thanks! Jspoel Speech Jspoel 01:55, February 8, 2012 (UTC)

Infobox person

That did not go entirely as planned. Your bot should have moved some infobox information (employers, game role, other work) from the infobox to tables outside the infobox as seen here. Now that piece of information has been removed. I see no other solution than to revert the bot edit, adapt the bot to move the content as described above and then try again. You can skip the 'This content is created by bot' begin and end text as far as I'm concerned, I trust it will be allright. Hope you can correct it. Jspoel Speech Jspoel 17:15, February 18, 2012 (UTC)

And if you look at Scott Everts, you'll see that the credits are listed twice. Once just with text (below the intro) and once in the second table. Just the one in the tableJspoel Speech Jspoel 00:09, March 2, 2012 (UTC) is enough, the text one can be removed I think. Hope it's not too much to ask. Before you let the bot go through all pages, can you show me an example bot change? Jspoel Speech Jspoel 17:27, February 18, 2012 (UTC)
Oh now I see you responded. That's quick. While you're here, can you take a look at the redlinked BlogListingPage category in Blog:Project V13 news? It shouldn't be there (it's not in the other recent news pages). Do you know how to remove it? Jspoel Speech Jspoel 17:33, February 18, 2012 (UTC)
How you're coming along with that rewritten script on the infobox person, Grunny? I'd like to see that fixed. Jspoel Speech Jspoel 14:52, February 29, 2012 (UTC)
Hey Grunny, nice work! Of course there are things listed twice now (like credits), but I understand the problems a bot has with this, so we'll correct that the old-fashioned way then. I did notice the total column width of the tables aren't the same. The first one is good (fits precisely between the left border and the left side of the infobox so it doesn't get pushed through). But can you widen the Fallout series and Other work tables to align in total width with the first? Looks a bit better. If it's not possible, so be it then and you can do the conversion. Jspoel Speech Jspoel 22:36, March 1, 2012 (UTC)

Real world stub

And can you take a look at {{Stub-RW}}? It's not working properly (category should direct to Real world stubs). I created it, planning to replace the FO3 and FNV stubs on the developer's pages. I added it to Regi Jacob's page to try it out. Come to think of it, is it possible to replace the stubs on the developer pages with a real world stub by bot? Jspoel Speech Jspoel 00:09, March 2, 2012 (UTC)

Looks fine to me, Grunny! Those tables look definitely better now. You can go ahead with the conversion and replace with {{Stub-FNV}} with {{Stub-RW}} on developers listed in the FO3 and FNV developers category. I was thinking, some developers are listed in the FO3 as well as in the FNV category and then they would get the RW template twice I think. If there's a way to get around that, that would be helpful. Otherwise just go ahead and we'll fix it manually. About the RW stub, there's still a real world red link in the template. If you can get rid of that, that would be good too. But it's no big deal if it stays. And have you already figured out how to remove the BlogListingPage category from Blog:Project V13 news? And do you know a way to get rid of Blog:Fallout Online news? It's empty and has a red link. Jspoel Speech Jspoel 15:55, March 2, 2012 (UTC)

RW Stubs

Hey I saw your post over the changing of the stubs to real world. Could you let me know when it's completed because I've been doing some work on stub removal recently. Cheers The Australian Kiwi 23:09, March 7, 2012 (UTC)

Hi, sure, I'll let you know. I've made a start on this now. :) Cheers, grunny:~$ 13:26, March 9, 2012 (UTC)

Converted pages reviewed

I've checked the developer pages you moved the data from inside the infobox into tables, Grunny. Now that is done, can you start with the rest? And I've asked you to rename the stub template on FO3/FNV developers pages to stub-rw (if they have one). And I've done some thinking and want to ask you to rename the stubs on the FO1/FO2 developers pages to stub-rw also. But most important for now is the tables. Jspoel Speech Jspoel 00:02, March 11, 2012 (UTC)

Great Grunny. And about the developer pages.. actually, all developer pages which have a stub-template, that template can be renamed to stub-rw. So also the devs in Tactics, BoS, PV13. You can find them in Category:Developers_by_game. Jspoel Speech Jspoel 14:47, March 13, 2012 (UTC)
I've checked all the pages in Category:Converted person articles pending review. Can you start with the rest? Jspoel Speech Jspoel 23:12, March 18, 2012 (UTC)
Thanks for the conversions Grunny! I'm reviewing them now, quite a bit of work but we'll get there. And can you take a look at MediaWiki:Common.js ? It still has some Vault links in it, one of them to the chat box. You can see more on the specific issue on Sannse's talkpage. The Vault link in the chatbox header can be renamed to Nukapedia. Jspoel Speech Jspoel 21:04, March 29, 2012 (UTC)

Template:Games

Hi, I'm admin of Russian Halo Wiki, I need help with your template Game Icons in the title. I copied the templates Games, ABB, put the codes in Wikia.css and Common.js, but the pattern is still not showing. Please someone from admins, help me please, how you do it? Thanks. http://ru.halo.wikia.com/wiki/Шаблон:Эра --~ by Спектор (aka Kronos) 11:10, March 21, 2012 (UTC)

Need a little expertise

If you ever find the time, could you take a look at this forum? I'd really appreciate any help. :) Dragon Skål! 04:39, April 2, 2012 (UTC)

Chat

If I asked everyone was to leave right now for a moment, so it would be empty, would that help? Jspoel Speech Jspoel 13:06, April 2, 2012 (UTC)

Infobox problem

Hey, Grunny, I'd like to ask you for some help if you have the time. The Template:Infobox weapon gamebryo has the "Perk effects" group (group24) set to collapsed, but is showing uncollapsed on page load. Is it possible this could be a javascript issue? You can see an example on .357 magnum revolver. If you could look into that, it would be much appreciated. The Gunny 380px-USMC-E7 svg 22:35, May 12, 2012 (UTC)

Fixed, if you refresh your cache it should be auto-collapsing. :) Cheers, grunny:~$ 02:09, May 13, 2012 (UTC)
Thanks, grunny, that did the trick. I appreciate you taking the time to help us. The Gunny 380px-USMC-E7 svg 02:25, May 13, 2012 (UTC)

Updating various templates

Grunny, can you help us with updating the page management templates (importing them with credit from The Vault)? Porter updated them on The Vault and main improvement is that a template can place a certain page in a specific game category using the game-abbreviation. I asked him on his talkpage and he responded here. Most important categories to be split are Category:Image needed, Category:Infobox incomplete, Category:Section needed and Category:Stub. The image needed template should replace {{tl|image}}; once the {{Image needed}} is added to the pages, the {{tl|image}} template can be deleted. We also have a {{Image-RW}}, used on developer pages. These pages should use {{Image needed|real}}. Infobox incomplete and Section needed are also large categories and need to be split like seen on The Vault. And the stub pages are split at the moment, but using a separate template for each game ((Stub-VB, Stub-FNV etc.). Also these pages should use just one template, {{Stub|<game>}}. As you will notice, I've already imported the image needed template and some related templates on the 23rd april (see import log), but I don't feel confident enough to progress as it will affect a lot of pages. Till now I used the quick solution (changed border to color) and used that one on some pages, but I'd like the future proof solution. Once you have updated the templates, can your bot add the updated templates to the pages so they will be moved to the game-category? About yesterday, you updated the common.css and the weapon perk section has collapsed, but the large weapon navboxes are now uncollapsed after your update so that should be reverted again. Can you check common.css for more unwanted changes? I hope you can help us with this. Thanks in advance! Jspoel Speech Jspoel 22:01, May 14, 2012 (UTC)

The JS changes I made didn't need reverting, just a few more tweaks :). If you refresh your cache, both should be auto-collapsing again. I'll take a look at the needed changes to the templates later this week. Cheers, grunny:~$ 02:24, May 15, 2012 (UTC)
Grunny, just a reminder of my request to you for updating some templates here at Nukapedia. I realize it will probably take a considerable amount of your time, but if you can find some, it would be appreciated. Jspoel Speech Jspoel 17:12, May 24, 2012 (UTC)
Thanks for the reminder. I'm pretty full on for the next two weeks as it is the last two weeks of classes for the semester at my university and all my projects are due. I'll try to get on this soon, but please remind me again if I don't get to it after two weeks. Cheers, grunny:~$ 13:24, May 26, 2012 (UTC)

Recent fix

The fix you did for the collapsing section in the infoboxes seems to have made our navboxes (example here Gobi Campaign scout rifle, scroll to the bottom) not show collapsed on page load now. Any chance you can take at look at that, too? The Gunny 380px-USMC-E7 svg 22:21, May 14, 2012 (UTC)

Fixed. It was a combination of local configuration and a bug in the actual script. If you refresh your cache, it should be working again. Cheers, grunny:~$ 02:16, May 15, 2012 (UTC)

Polls

Hi Grunny,
Was wondering if you could help with a poll... The poll on the following page doesnt seem to be working right: User_blog:Agent_c/The_Hole_-_Heavyweight_Division,_Heat_2.

Although it accepts votes fine, the results on the page don't seem to refresh unless I republish the page, leaving it out of sync with the master poll page. I've just republished it now at 66 total votes so it seems right at the moment, but is likely to fall out of sync again when it next receives a vote.

Thanks. Agent c 20:11, May 23, 2012 (UTC)

Hmm, yeah, that's an issue as the blog page will cache as it is until something makes it purge (editing, purging, or the cache expiring), and since the poll is actually a different page, changes to it won't clear the cache on the blog. I'll have a think about a way around it. Cheers, grunny:~$ 13:23, May 26, 2012 (UTC)

Converting infoboxes

Hey Grunny, hope you had a nice vacation. Left you alone for a while but now we could use your help again. Porter's been fixing most of the other infobox templates over at the Vault in the recent days and I'd like those over here too. Templates like {{infobox trait}}, {{infobox reputation}} and {{Infobox stat}}. If you can help us out that would be greatly appreciated. If it's possible, import them and crediting Porter of course. Tried it myself with copying and preview but that didn't work. Jspoel Speech Jspoel 21:31, September 2, 2012 (UTC)

Hi Jspoelstra, really sorry for the slow reply. I'll take a crack at this tomorrow. I'll also see if another member of the community team will be able to take some time out every now and then to help with this stuff so you're not always waiting for me :). Cheers, grunny:~$ 08:45, October 6, 2012 (UTC)
Actually, I see The Gunny imported a new version of the templates from the Vault two days after you left me this message. Does this still need anything done to it? Cheers, grunny:~$ 08:47, October 6, 2012 (UTC)
Hey, Grunny, it's Gunny :). I believe everything is done with regards to those infoboxes. Thanks for getting back to us. The Gunny  380px-USMC-E7 svg 17:38, October 6, 2012 (UTC)
Cool. Let me know if there's anything else you guys need help with. Feel free to e-mail me, as I don't miss them like I have a tendancy to miss talk page notifications. :) Cheers, grunny:~$ 14:30, October 7, 2012 (UTC)

Templates

The infoboxes are ok now, but there is still my request for updating templates. I only partly managed to move the images and stubs to subcategories. I used Porter's 'quick solution' and not the 'future proof' one (with updating css) as can be read here. I imported the mbox and some abb templates on April 23 but as said they aren't put to full use yet. And as said in my earlier post to you, most prominently we have the {{image-RW}} template which needs to replaced by {{image needed|real}} and a {{stub-RW}} which needs to replaced by {{stub|real}}. And after that the pages (mostly devs) need to be run through by a bot. It's been a while back, so I'm not sure I mentioned everything, hope you can make it work. Oh, and table of contents on pages are most of the time collapsed, but sometimes (often later on the day) by some strange reason are unfolded again. Do you know what's causing it? They need to be unfolded. Jspoel Speech Jspoel 18:36, October 9, 2012 (UTC)

Advertisement