Jump to content

User:CsDix

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Airliner Accidents: The Key Lessons
Whisperback
{{wb|CsDix|thread|nohello=on}}
Formatting templates
CSS classes used in Wikipedia
Wikipedia:Catalogue of CSS classes
Wikipedia templates
Category:Wikipedia templates
Aligning years within "History of" sidebars
|headingN = ......
|dataN =
 {{Infobox
  |bodystyle={{infobox subbox bodystyle}}
  |labelstyle=padding-right:1.0em;font-weight:normal;
  |label1= |data1=
  |label2= |data2=
  ......
 }}
#if, #ifexist, etc
http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions
Help:Magic words
Accessibility
Wikipedia:Accessibility
Color names
Web colors#X11 color names
Closing a Requested move
WP:RMNAC
Horizontal list
{{hlist |...}}
Hlist as groupname
|groupN = {{hlist |...}}
Protected-edit requests
Category:Wikipedia protected edit requests
Templates in text
  • {{tl}}
  • {{tlc}} (unlinked)
  • {{tlx}} (with parameters)
Parameters in text

Remember

  • Replace <big> with {{big}} (especially Arabic phrases).

Templates

Update template name at pages linked

Check if template on pages linked


Frietjes tip

  • fixed it. there was an unclosed comment in the code. I found it by copying the template to the sandbox, and replacing all "{#" with "{safesubst:#", then looking at the preview of a substituted version, which showed the problem pretty clearly. my other method of debugging is to just start substituting the template in one of my own personal sandboxes until I see the problem. I use a regexp search/replace javascript tool for automating the "replace all" stuff.

Editing habits

  • Removing underscores from filenames (to aid linewrapping)
  • Headings
== Main heading within article ==
{{main|...}}  <!--{{main/seealso/futher}}s first-->
[[File:...]]  <!--then images-->
              <!--then single blankline-->
Article text continues...
===Subheading=== / ====Subsubheading====
{{main|...}}  <!--as above,-->
[[File:...]]  <!--except no blankline-->
Article text continues without blank line above...
  • {{vlist}} for lists presented as a column (without bullets).
  • {{hlist}} for lists presented as strings (separated by dots).
  • {{small}} rather than <small>.