Difference between revisions of "User talk:Wyrfel"

From ThinkWiki
Jump to: navigation, search
(template problems: What's wrong with me today?)
m (template problems)
Line 121: Line 121:
 
----
 
----
 
Yes, this is an inherent problem with MediaWikis template implementation. It is not possible to do anything about this. The way to deal with it is to call the template with <nowiki>{{WARN|1=foo=bar}}</nowiki>:
 
Yes, this is an inherent problem with MediaWikis template implementation. It is not possible to do anything about this. The way to deal with it is to call the template with <nowiki>{{WARN|1=foo=bar}}</nowiki>:
 
 
{{WARN|1=foo=bar}}
 
{{WARN|1=foo=bar}}
  
Line 128: Line 127:
 
[[User:Wyrfel|Wyrfel]] 15:52, 22 Oct 2005 (CEST)
 
[[User:Wyrfel|Wyrfel]] 15:52, 22 Oct 2005 (CEST)
 
----
 
----
 
</nowiki>
 

Revision as of 14:53, 22 October 2005

See User_talk:Akw

--akw 13:14, 26 Sep 2004 (CEST)


I added some ibm flavour to the main stylesheet. What do you think? :-)

--akw 21:29, 26 Sep 2004 (CEST)


Looks good. But I'd remove the stripes on the left, they look a bit too IBMish for my taste.

I just added pictures to the Category pages. Looks nice. The pictures are partly from IBMs page and they have a disclaimer that says you should make a curtasy by ibm.... statement when using them. We don't use them in their original quality and you can find smallscale versions all over the net. However, we should maybe place some credits page somewhere to include this curtasy line there.

Wyrfel 21:39, 26 Sep 2004 (CEST)


Good work

Good work! Please continue! :-)


Hi Wyrfel,

thanks for the great logo! As you may have seen, I put in in place. Unfortunately there is still no price available for the contest winner, but maybe this will change.

--akw 14:29, 1 Mar 2005 (CET)


The honour is enough. ;-)

I can send you the files as PNGs with alpha, they should look a little better then. Also, I could scale the logo to be a little smaller so that it fits better. I'm also working on a page redesign with a bigger black header to contain the logo (the bar would need to be about a 100 pixels in height).

What do you think?

Wyrfel 19:55, 1 Mar 2005 (CET)


Sorry to mess things up...

Hey,

I want to write a framedrivers howto for the 770e... Where and how should i put it?

Bashusr

Missing ThinkPad's

No category pages exist for the following:

  • 720
  • 720C

These are ancient MCA machines (like the 700/700C)

  • 760
  • 760E
  • 760ED
  • 760L
  • 760X
  • 760XD
  • 765
  • 765D
  • 765L

These are more modern Pentium machines with flip-up keyboard. There might have been other letter variations, in addition to these.

ThinkPad's added

I added the following ThinkPad's

  • 370C
  • 720
  • 720C
  • 760C
  • 760CD
  • 760E
  • 760ED
  • 760XD
  • 760L
  • 760LD
  • 760EL
  • 760ELD
  • 760XL
  • 765D
  • 765L

I also noticed that there are pages for a '701' and '755' which I am pretty sure never existed as such (701C, 701CS, 755C, 755CS, 755CD, 755CDV, 755CE, 755CV and 755CX did exist)

Also the picture for the 755CD and 755CDV is wrong, as the CD-ROM models where thicker


MediaWiki Update

Hi Wyrfel,

you suggested an Update of MediaWiki Software. The problem is, that I did a lot of changes to the software, which I maybe need to reimplement in the new software.

I am going to try this the next few days, stay tuned.

PS: Sorry for my absence the last few weeks.


--akw 12:38, 10 May 2005 (CEST)

template problems

Wyrfel,

if you use a = sign in the WARN, NOTE or HINT templates like {{WARN|foo=bar}} the following happens:

ATTENTION!
{{{1}}}

The only way I found was to surround the = sign with <nowiki></nowiki>

--Tonko 02:18, 22 Oct 2005 (CEST)


Yes, this is an inherent problem with MediaWikis template implementation. It is not possible to do anything about this. The way to deal with it is to call the template with {{WARN|1=foo=bar}}:

ATTENTION!
foo=bar

It is because if you give a parameter to a template the first = within this parameter is taken as separator between parameter name and parameter value. The templates are built without named parameters, which means that parameters are numbered. Hence if you call the template like above you will assign the value to parameter 1, all other = signs until the next | will be ignored and everything works fine. Read the MediaWiki Template documentation for more info.

Wyrfel 15:52, 22 Oct 2005 (CEST)