The Sims Wiki

Welcome to The Sims Wiki! Don't like the ads? Then create an account! Users with accounts will only see ads on the Main Page and have more options than anonymous users.

READ MORE

The Sims Wiki
Advertisement
The Sims Wiki
Archives
Archives

1


Info information icon
Information
Here you can post updates on what you're working on or a notice to other concerned with the development of the wiki. For general discussion see the Community Portal talk and for minor news see the Development Portal main page.


New playability types

I've added Downtownie and Foreign townie as acceptable values for the play parameter in infoboxes with {{GetPlayCat}}. --a_morris (talk) 02:50, August 8, 2010 (UTC)

added development portal

Finally made The Sims Wiki:Development Portal, put it to good use :D Duskey(talk) 12:01, August 9, 2010 (UTC)

Tooltips

Artistic


Hover over the link above. What do we think about this? Yes? No? I'm thinking mostly about the table on Trait. Duskey(talk) 21:36, August 11, 2010 (UTC)

Cool! It does take a bit of time to load, though. --a_morris (talk) 21:47, August 11, 2010 (UTC)

Directing to the forum

I made some minor bloopers recently. On the whole "Late Night speculation" and "Twitter interviwe questions" and "Did you know" I should have redirected people to the forum like we did with "The Sims 4 predictions". Now we know, direct people to the forum and not the talk pages unless it's about the ARTICLE not about what the article is about. Duskey(talk) 16:19, August 13, 2010 (UTC)

DPL

I've had DPL or Dynamic Page List enabled for this wiki. It is an 'available on request' extension.

So far it's only being used to count the number of files in Category:Articles for moving to color the background in the Admin Portal if there are any :p


It has many other uses though:

  • List uncategorized images (even if they belong to a copyright category)
  • Find image duplicates (maybe, not quite sure)


Things to remember
  • Use it sparingly
  • Do not use it in templates
  • Allow cached results

Duskey(talk) 08:42, August 17, 2010 (UTC)

I added The Sims Wiki:Special pages & The Sims Wiki:Special pages/uncategorized media. If you have any ideas for other custom special pages, do tell. Duskey(talk) 15:11, August 17, 2010 (UTC)

Added more custom special pages, see the main article about them. Remember you can always check where DPL is used with the Tag report. Duskey(talk) 04:55, August 23, 2010 (UTC)

Lovin' it! --a_morris (talk) 04:12, October 30, 2010 (UTC)

Multiple types for T:Object

I have added parameters type1...type5 to {{Object}}. They work in the same way as the traits and type can still be used. --a_morris (talk) 23:01, August 22, 2010 (UTC)

So it's to automatically include more categories to objects? Duskey(talk) 04:53, August 23, 2010 (UTC)
Yes. --a_morris (talk) 04:11, October 30, 2010 (UTC)

New templates

'Roguebfl' over from templates.wikia has added some new templates to the wiki. Here's his message as I requested some more information:

Well I started with {{Infobox}} because it was on this wiki's wanted templates list, before I noticed this wiki's customized ones, but it's upshot is it will change color scheme wither their user's choice of monoco skin. but that resulting in the following:
  • {{Documentation}}: This is an updated version that among other things will not break when you have a floated template.
  • {{t}}: Also an updated version, that is both easier to port and causes less server load.
  • {{tocright}}: this template moves the table of contents to the right side of the page safely.
  • {{Wikitemplates}}: this template Solves the CC-BY-SA license requirements of templates ported from Wikia Templates just like {{Wikipedia}} does so for Wikipedia.
  • {{From Wikimedia}}: is also a source template, a lesser version is now part of all new Wikia wikis.
  • {{Information}}: Is modeled after how Wikimedia marks up Images information, and extensive use promotes providing all the information the various licences need, and helps document when an image will become public domain.(the date)
--Roguebfl Talk 07:29, August 24, 2010 (UTC)

The documentation, t and tocright templates are nice upgrades. Wikitemplates should be used when/if a template is copied from templates.wikia. 'From Wikimedia' and 'Information' are actually being discussed in the Message template standardization project and Images project respectively. Duskey(talk) 10:56, August 24, 2010 (UTC)

RTE editor

As some of you may know the Rich Text Editor can break tables and templates like there was no tomorrow. I believe I've found part of the reason why. The RTE deletes single lineskips since wikicode requires a double lineskip in the simple editor to produce on lineskip in the article. This wouls also be why the ---- horizontal line keeps breaking in archive navigation boxes on user talk pages.

An example:

Here's some code written in the simple text editor:

{|
|
*Item 1
*Item 2
|}

Which will look like this:

  • Item 1
  • Item 2

When someone using the RTE edits the same article, even if they edit another part of it, it becomes...

{|
|*Item 1
*Item 2
|}

...breaking the list:

*Item 1
  • Item 2

I believe a solution would be to remember double lineskips for people using the basic text editor, like so:

{|
|

*Item 1
*Item 2
|}

Resulting in...

  • Item 1
  • Item 2

As you can see there's no difference from this, to the first table. This should result in break-free tables and templates. Duskey(talk) 21:50, August 25, 2010 (UTC)

Editnotice

Just created Help:Editnotice. Feel free to add some more if you think they're needed. Duskey(talk) 16:18, September 1, 2010 (UTC)

Blocked image file names

I blocked file names beginning with screenshot and snapshot from being uploaded ^^. I also had Wikia add the disclaimer to the buttom of the screen which you can now see. I updated the appropriate warning messages and notices already. Speak up if I forgot one. --Duskeytalk 05:42, September 8, 2010 (UTC)

Orphaned page

Why is DeMayo family/Player stories orphaned when it's linked to through the Family template? --Duskeytalk 23:46, September 20, 2010 (UTC)

Well duh it's not orphaned today since I linked it now, but it'll probably be orphaned tomorrow again. --Duskeytalk 09:14, September 21, 2010 (UTC)

Object buy types

I have edited all object articles that had "yes" as a buy type and changed it to "buy mode", "community lot", etc., as I felt that "yes" was not specific enough and removed it from {{GetObjectCats}}. --a_morris (talk) 18:54, October 30, 2010 (UTC)

Conditional categories in templates

When making a new edit the editor is moving all categories to the bottom of the article. This is a problem in templates like {{GetTraitCat}} because the categories are conditional and it removes them from the if or switch statements. I'm going to contact wikia about it. In the meantime I don't think we can make any edits to them without messing them up. The only way around it that I can see is to create a template for each category and call it in the if/switch statement. --a_morris (talk) 19:32, October 31, 2010 (UTC)

Response from Wikia Nov 2, 2010

A bug happened that turned this extension ON for namespaces where it shouldnt, like Templates:

This has been fixed, and will be corrected tomorrow. -- Regards,

Chris "Uberfuzzy" Stafford, Wikia Community Support Team

I did some template editing earlier and it does seem to be fixed. --a_morris (talk) 22:25, November 2, 2010 (UTC)

{{Family2}} and {{Family3}}

I think I finally have {{Family2}} and {{Family3}} fixed so they can show family connections without breaking anything else. Dharden (talk) 07:55, November 29, 2010 (UTC)

{{Tsm-stub}}

I added this as a stub template for articles related to The Sims Medieval. (I took {{Tss-stub}} and replaced "Stories" with "Medieval", and "tss" with "tsm", so it should work.) Dharden (talk) 14:52, March 31, 2011 (UTC)

Thank you Dharden. --Guilherme Guerreiro (talk here) 16:14, March 31, 2011 (UTC)

Topnav template

Within the past day or so, Wikia has updated something which ever-so-slightly widened the top navigation bar on the wiki. This caused our six dropdown menu options to begin wrapping (dropping down to the next line), which visually is horrible to look at. As a stopgap measure, I pulled the Fanon dropdown menu out and put it under the community dropdown, but I don't think that's a long-term solution. Is there some way we can re-add the sixth menu without causing word wrap? If you have a plan, please give it here. -- LostInRiverview talk · blog 15:52, March 31, 2011 (UTC)

Simple, remove the (A-Z) from the Content tab. —Random Ranaun (Talk to me!) 03:32, April 1, 2011 (UTC)
I would like to, but for whatever reason that (A-Z) doesn't come off... it's not even on the MediaWiki:Wiki-navigation page. I have no idea why the (A-Z) is included there. - LostInRiverview talk · blog 03:35, April 1, 2011 (UTC)

Layouts

There is a problem with some wikitext (ex. links, categories) not being rendered properly when used with layouts. You may want to refrain from using them until the problem is fixed. For articles that already use them the only way to "fix" the problem is to copy the page content, delete the page, and create a new page with that content without the use of a layout. --a_morris (talk) 18:00, April 16, 2011 (UTC)

I think we should completely refrain from using the layouts. Wikia has taken in the complaints, and we should start using it when most of the kinks are fixed. --Zombie talkblog 18:44, April 16, 2011 (UTC)
Yes, but a lot of pages use those templates, in particular new pages and fanon. Should we remake them on a new page or something for the time being, or just leave it? --WoganHemlock (talk) · (blog) 09:28, April 17, 2011 (UTC)

Navigation bar glitch

I'm sure quite a few of us have noticed that the navigation bar looks "different". I have noticed this here and on the Call of Duty Wiki. After contacting Wikia about the issue, Merrystar has replied with:

Hi,

Thanks for contacting Wikia. The problem on the two wikis you mentioned has to do with the customization they have done to the skin layout.

For call of duty, they have added a lot of padding to the menus in the Mediawiki:Wikia.css file, with the code ".WikiHeader li a { padding: 0 28px; }" This does not leave enough space to fit the arrows on the same line as the words.

For Sims the issue is simply that with 5 menus instead of 4, and the amount of text in the titles, there is not enough space to leave the arrows on the same line.

Ultimately in both cases (and any other wiki where you see this) the menus simply exceed the available space.

You can fix the issue yourself if you want on Sims by making fewer menus or shorter titles. On Call of Duty you'd have to talk to the admins about why they added that padding; it's commented as a way to make the header look tidier so I assume it was deliberate.

best,

Wendy

I have bolded the parts that are relevant to this wiki. To make the navigattion bar look tidier, we need to remove one menu. Which menu should we remove in order to fix the navigation bar? Lost Labyrinth Flag united kingdom england (c)(b) 06:12, May 26, 2011 (UTC)

I noticed how it says Content A-Z on one of the titles. Perhaps we should try making it just content.--WH (Talk) 09:08, May 26, 2011 (UTC)
Just was trying to work it out on my test wiki. I have made up two different possible MediaWiki pages, located here and here. They both work without any issues, as I have tested them. --WH (Talk) 09:21, May 26, 2011 (UTC)
MediaWiki A has caused the same issue as it seems to be a copy of the original source. Currently, the nav bar looks fine as it is using the MediaWiki B code. It seems to be that the word, "Administration" was causing the issues. For now, I have changed that to admin but if anyone can think of a better word, feel free to either post it here or update it yourself. Lost Labyrinth Flag united kingdom england (c)(b) 16:13, May 26, 2011 (UTC)

Era Template

Though I do really like this template as it makes things seem slightly more 'official', if that's the word, I see a lot of issues with this being added to all articles. For one, in the Oasis skin, it obscures much of the text on many articles, which looks pretty badly done. Secondly, I see it as slightly redundant. People can easily see in what game something appears in, or if it's an article concerning real life, by just usually looking at the infobox or article lead. Plus, I see it as nearly impossible that this template can be added to everything it needs to, for example, NPC's and townies, and if only added to games and gameplay elements, people may find it confusing as to why only part of the wiki have it and the other lacks it. Any opinions? --BobNewbie ∞(Talk)∞ 10:04, July 2, 2011 (UTC)

I agree with you when you say it's redundant and and nearly impossible to add to all pages, but does that mean we should delete it? I personally love the template, but it's a pity that messes up the articles in some browsers. However if we delete the game era template we should remain era for featured articles, IMO. Thank you. --Guilherme GuerreiroThanks rose(talk here) 10:08, July 2, 2011 (UTC)
I think we should just keep the one for featured articles. --WH (Talk) 10:09, July 2, 2011 (UTC)

Header changes

Change Browsers affected Cause Severity Resolution
Certain (but not all) headers on portal pages and the main page are no longer nearly the full width of the page/section, but have been shrunk to the width of the text in them File:Mozilla Firefox logo.jpg Chrome logo File:Internet Explorer logo.jpg Unknown, likely a Wikia change [1], not local Moderate Not Resolved
Regular section headers on all pages have been changed, and as a result some pages do not appear properly or look different File:Mozilla Firefox logo.jpg Chrome logo File:Internet Explorer logo.jpg Unknown, likely a Wikia change [2], not local Minor Not Resolved

I've noticed that headers (including mpheader1) are no longer, by default, as wide as the page or section that they are placed in, but are now only as wide as the text that's included in them. Also, changes have been made to section headers, moving the 'edit' button and changing the appearance of the headers. I would like to ask, in general from everyone but specifically from the administrators working on Visual Improvement, what should be done about this, if anything? -- LostInRiverview talk · blog 22:57, July 6, 2011 (UTC)

Also, I am unsure what impact this has on other browsers, such as Opera or Safari. Can someone with one or both of these browsers check out the issue and see if it's the same for those browsers? -- LostInRiverview talk · blog 23:11, July 6, 2011 (UTC)
I have noticed it too, is it possible to revert to the older version. I sincerly don't know for sure what to do. But I have already asked Sarah Manley about this issue. --Guilherme GuerreiroThanks rose(talk here) 23:14, July 6, 2011 (UTC)
Strange... everything looks right in Firefox now. I'll keep my eyes on the issue. -- LostInRiverview talk · blog 23:20, July 6, 2011 (UTC)

Problems with Era template

Issue Browsers affected Cause Severity
Template:Era interferes with page content on some pages where it is used. The interference is sporadic and ranges from minor to major. Template impacts Internet Explorer and Mozilla Firefox, but is most severe in Chrome Chrome logo Unknown Major
File:Mozilla Firefox logo.jpg File:Internet Explorer logo.jpg Unknown Minor

The Era template causes some strange quirks in pages, ranging from the merely annoying, to quirks which actually hamper the readability of pages using the Era template.

What's needed is an assessment of the template; we should figure out where, either in the template design or in the wiki's css, the problem is located and why it affects different browsers differently. We should then correct these issues so that it can be used in all browsers without worry. In the meantime, I'm suggesting that we temporarily discontinue use of the Era template until we can determine what is causing text problems, especially for Google Chrome users. If we can't fix the problem, then I would suggest deleting the template -- LostInRiverview talk · blog 23:09, July 6, 2011 (UTC)

To be honest, I have to agree. Whatever has and will be done to that template will always have an issue with it. I had to revert to an older version of that template the other day because it was leaving the Templates without documentation on every page that used Era. I think it would save a lot of heartache and time if we just deleted the template. Lost Labyrinth Flag united kingdom england (c)(b) 23:13, July 6, 2011 (UTC)
There's a discussion on community portal about whether Era should be deleted. --Guilherme GuerreiroThanks rose(talk here) 23:14, July 6, 2011 (UTC)
I don't necessarily know if it should be deleted outright, but I do think we need to disable it for the time being. I'm going to try to do so right now. -- LostInRiverview talk · blog 23:22, July 6, 2011 (UTC)
As era's a complicated template, things like this are bound to happen. I think we should be ready for more things like this to happen in the future. --WH (talk) 06:25, July 7, 2011 (UTC)

Issue with Property template

I've just noticed the property template on fanon pages doesn't seem to be appearing with the header enabled in my personal css. However, it still works fine if the header is disabled. How could we be able to fix this? --WH (talk) 09:03, July 7, 2011 (UTC)

Disregard this, Property is now based off Parthenon. ~>ђ (Ŧlยttєгรђא ƒтω!) 08:48, July 29, 2011 (UTC)
It seems there's a new issue with the template, which pushes the sim templates a bit down. I don't know, maybe I'm seeing issues where they don't exist? Thank you! --Guilherme GuerreiroThanks rose (talk here) 08:58, July 29, 2011 (UTC)
I've noticed as well. I'll have a look at the template and see if I can do something with it. ~>ђ (Ŧlยttєгรђא ƒтω!) 09:03, July 29, 2011 (UTC)
OK, we're all good. It should work now. I'm sure the issue was it was on a different line to other stuff. If that's the case, put it on the same line of text as another template (e.g. {{evolve}}), preferrably before the template on the same line, and you should be fine. If anyone has any other issues, just post below :) ~>ђ (Ŧlยttєгรђא ƒтω!) 09:11, July 29, 2011 (UTC)

Pet infobox issue

As some of you may know, Special:LonelyPages was largely polluted with Player Stories pages for Pets, due to the Infobox not showing the link to the Player Stories pages. I have managed to borrow the Player Stories code from Template:NeighborhoodInfobox and ported it to the Pet infobox, which now shows links to the Player Stories pages on the actual Pet page, however if the infobox says the name of a game and it turns from grey to another color due to the game, the box with the Player Stories link doesn't change color accordingly. You can see the changes I made on Template:Pet, so if anyone knows a workaround that allows us to keep the template working as it is on the Pet pages while being able to change color accordingly, they will find it easier to add it, seeing as I'm a failure with Infoboxes myself. :P Lost Labyrinth Flag united kingdom england (c)(b) 13:34, July 10, 2011 (UTC)

Background issue

Issue Browsers affected Cause Severity Resolution
Background transparency (making green background and plumbbobs visible) was not functioning. Coding and source image both seemed ok. File:Mozilla Firefox logo.jpg File:Internet Explorer logo.jpg Chrome logo The addition of transparency to the Theme Designer caused previous css coding to fail. Minor Resolved

We had a server hiccup as well, and this problem could be related to general bugs and fixes; Wikia tends to tackle these issues on Wednesdays, it seems. -- LostInRiverview talk · blog 19:26, July 27, 2011 (UTC)

Transparency (if I understand what you mean right) is not working in Chrome for me, either. --BobNewbie ∞(Talk)∞ 19:33, July 27, 2011 (UTC)
I think the issue was caused by an update to the Theme Designer, as it added a transparancy option. I've removed the translucent CSS for now and set the transparancy up to maximum in the Theme Designer and what you currently see is the best I can get it. I'll ask JoePlay about this issue and see what he thinks. Lost Labyrinth Flag united kingdom england (c)(b) 23:57, July 27, 2011 (UTC)

Sannse has written: Hey everyone, an update on the CSS changes for backgrounds.

We've seen that some people had set "WikiaPage" with a colour via custom CSS, which previously left the sidebar boxes and other elements showing the page colour setting from ThemeDesigner. With the switch, "WikiaPage" affects those elements too.

The fix is to move that colour to WikiaPageBackground rather than to make a change via ThemeDesigner (like this).

Please can everyone look out for this situation and help anyone confused by it? Thanks All!

Since GG has changed the settings, it should be fixed on all browsers. If it's not fixed for you, try clearing your cache and having another look. If anyone has an issue in another browser (I use Firefox and it's fine for me), please post below. ~>ђ (tคlкς๏ภtгเ๒ร) 00:03, July 28, 2011 (UTC)

Another navbar glitch (potentially ongoing issue)

I (and probably others too) have noticed that the navigation bar keeps changing yet noone has made any modifications to it. Yesterday I removed some JavaScript from the Wikia.js file to see if that was causing the issue. It seemed to have temporarily fixed the issue but it came back within the last few minutes. I managed to fix it again with this edit to the Wiki-navigation page, which seemed to fix the issue once again. Given that our navbar is "heavily modified" in comparison to that of some other wikis, it's possible that my edit had provided a long term solution but for now, I'm unsure what it was that caused the problem. If you see any more issues related to the navbar, feel free to post them here and someone can take a look. Lost Labyrinth Flag united kingdom england (c)(b) 21:06, September 24, 2011 (UTC)

Glitching in display of vgversion templates?

I'm starting to see stuff like this:

[<span title="The Sims 2: FreeTime" style="color:<nowiki>#5D3EFF;">TS2:FT]</nowiki>

in articles that use the vgversion or vgversion2 templates. At first, I thought it was just happening with Opera, but I checked again with Firefox, and saw the same thing.

Has anyone else noticed this?

Advertisement