Difference between revisions of "Help:Templates"

From Korean Wiki Project
Jump to: navigation, search
Line 7: Line 7:
 
  <nowiki>{{notice|this is what a notice looks like.  It looks different depending on what kind of page it's on}}</nowiki>
 
  <nowiki>{{notice|this is what a notice looks like.  It looks different depending on what kind of page it's on}}</nowiki>
 
{{notice|this is what a notice looks like.  It looks different depending on what kind of page it's on}}
 
{{notice|this is what a notice looks like.  It looks different depending on what kind of page it's on}}
 +
<nowiki>{{Infobox
 +
|name    = Help:Templates
 +
|title  = Main title
 +
|image  = [[Image:mstrum.jpg|200px]]
 +
|caption = Example image caption
 +
|headerstyle  = background:#ccf;
 +
|labelstyle  = background:#ddf;
 +
|header1 = header1
 +
|label1  = label1 
 +
|data1  = data1 
 +
|label2  = label2 
 +
|data2  = data2 
 +
|header3 = header3
 +
|data4  = onlydata
 +
|belowstyle = background:#ddf;
 +
|below = text below
 +
}}</nowiki>
 +
{{Infobox
 +
|name    = Help:Templates
 +
|title  = Main title
 +
|image  = [[Image:mstrum.jpg|200px]]
 +
|caption = Example image caption
 +
|headerstyle  = background:#ccf;
 +
|labelstyle  = background:#ddf;
 +
|header1 = header1
 +
|label1  = label1 
 +
|data1  = data1 
 +
|label2  = label2 
 +
|data2  = data2 
 +
|header3 = header3
 +
|data4  = onlydata
 +
|belowstyle = background:#ddf;
 +
|below = text below
 +
}}

Revision as of 20:42, 1 April 2009

See the cheat sheet for quick help.
See all help pages in the help category.
Help · Cheat Sheet · Community portal

Login / Create account

{{correct}} example of a correct phrase

Correct.png example of a correct phrase

{{incorrect}} example of an incorrect phrase

Incorrect.png example of an incorrect phrase

{{notice|this is what a notice looks like.  It looks different depending on what kind of page it's on}}
{{Infobox
 |name    = Help:Templates
 |title   = Main title
 |image   = [[Image:mstrum.jpg|200px]]
 |caption = Example image caption
 |headerstyle  = background:#ccf;
 |labelstyle   = background:#ddf;
 |header1 = header1
 |label1  = label1  
 |data1   = data1   
 |label2  = label2  
 |data2   = data2   
 |header3 = header3
 |data4   = onlydata
 |belowstyle = background:#ddf;
 |below = text below
 }}
Main title
Mstrum.jpg

Example image caption

header1
label1 data1
label2 data2
header3
onlydata
text below