Difference between revisions of "Help:Templates"
From Korean Wiki Project
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 19:42, 1 April 2009
|
|
Help · Cheat Sheet · Community portal |
{{correct}} example of a correct phrase
{{incorrect}} example of an incorrect phrase
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}}
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 | |
Example image caption | |
header1 | |
---|---|
label1 | data1 |
label2 | data2 |
header3 | |
onlydata | |
text below |