Difference between revisions of "Template:Infobox punctuation mark/doc"
Jump to navigation
Jump to search
imported>T3hBra1nWa5her (→See also: Unichar) |
imported>T3hBra1nWa5her (→Template Data: add additional undocumented params to template data) |
||
| Line 88: | Line 88: | ||
"variant-size": {}, | "variant-size": {}, | ||
"line-height": {}, | "line-height": {}, | ||
| − | "mark": {}, | + | "see_also": {}, |
| − | "name": {} | + | "mark": { |
| + | "example": "," | ||
| + | }, | ||
| + | "name": { | ||
| + | "example": "Comma" | ||
| + | }, | ||
| + | "other_names": {}, | ||
| + | "unicode": { | ||
| + | "example": "{{unichar|002C|COMMA|html=}}" | ||
| + | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"mark", | "mark", | ||
"name", | "name", | ||
| + | "unicode", | ||
| + | "other_names", | ||
| + | "see_also", | ||
| + | "line-height", | ||
"variant1", | "variant1", | ||
"caption1", | "caption1", | ||
| Line 102: | Line 115: | ||
"variant4", | "variant4", | ||
"caption4", | "caption4", | ||
| − | "variant-size | + | "variant-size" |
| − | |||
] | ] | ||
} | } | ||
Revision as of 18:53, 12 March 2020
| This is a documentation subpage for Template:Infobox punctuation mark. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
Basic
| , | |
|---|---|
Comma | |
| In Unicode | Template:Unichar |
{{Infobox punctuation
|mark = ,
|name = Comma
|other_names=
|unicode = {{unichar|002C|COMMA|html=}}
|see_also =
}}
With variants
{{Infobox punctuation
|mark =
|name =
|other_names=
|unicode =
|variant1= |caption1=
|variant2= |caption2=
|variant3= |caption3=
|variant4= |caption4=
|see_also =
}}
- Example
| ( ) | |||||||
|---|---|---|---|---|---|---|---|
Brackets | |||||||
| |||||||
{{Infobox punctuation
|mark =( )
|name =Brackets
|other_names=
|unicode =
|variant1=( )
|caption1=Round brackets or parentheses
|variant2={ }
|caption2=Curly brackets or braces
|variant3=[ ]
|caption3=Square brackets or simply brackets (US)
|variant4=
|caption4=
|see_also =
}}
Template Data
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for Infobox punctuation mark
Template Data
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
No description.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tracking category
See also
- {{Sidebar punctuation marks}}, from which this infobox was split (November 2019)
- {{Unichar}}, a template that produces a formatted description of a Unicode character, to be used inline or otherwise with regular text.