13,282
edits
(→Renaming newly categorised files: I didn't categorize *all* files) |
(→Template documentation: new section) |
||
| Line 300: | Line 300: | ||
: [[User:Gijs|Gijs]] 15:17, 14 February 2012 (EST) | : [[User:Gijs|Gijs]] 15:17, 14 February 2012 (EST) | ||
:: I didn't really categorise ''all'' files (there's still about 1400 to go...), but thank you anyway. ;-) —[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 18:07, 13 March 2012 (EDT) | :: I didn't really categorise ''all'' files (there's still about 1400 to go...), but thank you anyway. ;-) —[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 18:07, 13 March 2012 (EDT) | ||
== Template documentation == | |||
Just a heads up. | |||
While having a bit less presence in the FlightGear community (probably a bit of recoil from straining myself, but also due to real life) for a while I drop in now and then for a peek on the Wiki. | |||
Recently I noticed that one of my sup-pages ([http://wiki.flightgear.org/index.php?title=User:Johan_G/Wiki_improvement&oldid=40953 User:Johan G/Wiki improvement]) was a bit different, but noticed I'm the only one editing there. Checking the used templates gave the explanation. Specifically the <nowiki>{{</nowiki>[http://wiki.flightgear.org/index.php?title=Template:Tl&diff=42423&oldid=40924 tl]<nowiki>}}</nowiki> template. ;-) | |||
When you add the <nowiki>{{</nowiki>[[Template:Informative template|informative template]]<nowiki>}}</nowiki>, make sure you leave the <code><nowiki><noinclude></nowiki></code> tag where it was. If you add empty lines and/or spaces, those will be added each time the the template is used with unwanted results. Remember that a space in the beginning of a line will put that remaining text on that line in a "code box". ;-) | |||
''In this specific case the previous edit looked like this,'' | |||
<nowiki>{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude></nowiki> | |||
... | |||
''while the new edit looked like this (spaces represented by underscores),'' | |||
<nowiki>{{[[Template:{{{1}}}|{{{1}}}]]}}_</nowiki> | |||
_ | |||
<nowiki><noinclude></nowiki> | |||
... | |||
''The result is that'' | |||
The template <nowiki>{{</nowiki>informative template<nowiki>}}</nowiki> is a template documenting templates. | |||
''instead of being rendered like this,'' | |||
The template <nowiki>{{</nowiki>[[Template:Informative template|informative template]]<nowiki>}}</nowiki> is a template documenting templates. | |||
''got rendered like this:'' | |||
The template <nowiki>{{</nowiki>[[Template:Informative template|informative template]]<nowiki>}}</nowiki> | |||
is a template documenting templates | |||
Otherwise I see that you are doing a wonderful job.{{thumbs up}} Just don't strain yourself, will you. :-) | |||
—[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 18:49, 13 March 2012 (EDT) | |||