Difference between revisions of "Template:Infobox punctuation mark/doc"

From blackwiki
Jump to navigation Jump to search
imported>DePiep
imported>BennTheResearcher
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 +
{{Lua|Module:Infobox|Module:Check for unknown parameters}}
 +
 
== Usage ==
 
== Usage ==
 
===Basic===
 
===Basic===
Line 6: Line 8:
 
|mark    = ,
 
|mark    = ,
 
|name    = Comma
 
|name    = Comma
 +
|other_names=
 
|unicode = {{unichar|002C|COMMA|html=}}
 
|unicode = {{unichar|002C|COMMA|html=}}
 +
|see_also =
 
}}
 
}}
 
<pre>
 
<pre>
Line 12: Line 16:
 
|mark    = ,
 
|mark    = ,
 
|name    = Comma
 
|name    = Comma
 +
|other_names=
 
|unicode = <nowiki>{{unichar|002C|COMMA|html=}}</nowiki>
 
|unicode = <nowiki>{{unichar|002C|COMMA|html=}}</nowiki>
 +
|see_also =
 
}}
 
}}
 
</pre>
 
</pre>
Line 21: Line 27:
 
<pre>
 
<pre>
 
{{Infobox punctuation
 
{{Infobox punctuation
|mark   =
+
|mark         =
|name   =
+
|name         =
|unicode =
+
|other_names  =
|variant1= |caption1=
+
|unicode     =
|variant2= |caption2=
+
|variant1 = |caption1 =
|variant3= |caption3=
+
|variant2 = |caption2 =
|variant4= |caption4=
+
|variant3 = |caption3 =
 +
|variant4 = |caption4 =
 +
|see_also =
 
}}
 
}}
 
</pre>
 
</pre>
Line 33: Line 41:
 
{{Infobox punctuation
 
{{Infobox punctuation
 
|mark    =(&nbsp;)
 
|mark    =(&nbsp;)
|name    =Brackets  
+
|name    =Brackets
 +
|other_names=
 
|unicode =
 
|unicode =
 
|variant1=(&nbsp;)
 
|variant1=(&nbsp;)
Line 43: Line 52:
 
|variant4=
 
|variant4=
 
|caption4=
 
|caption4=
 +
|see_also =
 
}}
 
}}
 
<pre>
 
<pre>
 
{{Infobox punctuation
 
{{Infobox punctuation
 
|mark    =(&nbsp;)
 
|mark    =(&nbsp;)
|name    =Brackets  
+
|name    =Brackets
 +
|other_names=
 
|unicode =
 
|unicode =
 
|variant1=(&nbsp;)
 
|variant1=(&nbsp;)
Line 57: Line 68:
 
|variant4=
 
|variant4=
 
|caption4=
 
|caption4=
 +
|see_also =
 
}}
 
}}
 
</pre>
 
</pre>
Line 76: 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 90: Line 115:
 
"variant4",
 
"variant4",
 
"caption4",
 
"caption4",
"variant-size",
+
"variant-size"
"line-height"
 
 
]
 
]
 
}
 
}
Line 102: Line 126:
 
==See also==
 
==See also==
 
{{main|Punctuation}}
 
{{main|Punctuation}}
 +
: {{clc|Punctuation}}
 
* {{tl|Sidebar punctuation marks}}, from which this infobox was split (November 2019)
 
* {{tl|Sidebar punctuation marks}}, from which this infobox was split (November 2019)
 +
* {{tl|Unichar}}, a template that produces a formatted description of a [[Unicode]] character, to be used inline or otherwise with regular text.
 +
 
<includeonly>{{sandbox other||
 
<includeonly>{{sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
+
[[Category:Templates that add a tracking category]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 07:31, 2 September 2020

Usage

Basic

,
Comma
In UnicodeTemplate: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
( ) { } [ ]
Round brackets or parentheses Curly brackets or braces Square brackets or simply brackets (US)
{{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.

Template parameters

ParameterDescriptionTypeStatus
Markmark

no description

Example
,
Unknownoptional
Namename

no description

Example
Comma
Unknownoptional
Unicodeunicode

no description

Example
{{unichar|002C|COMMA|html=}}
Unknownoptional
Other_namesother_names

no description

Unknownoptional
See_alsosee_also

no description

Unknownoptional
Line-heightline-height

no description

Unknownoptional
Variant1variant1

no description

Unknownoptional
Caption1caption1

no description

Unknownoptional
Variant2variant2

no description

Unknownoptional
Caption2caption2

no description

Unknownoptional
Variant3variant3

no description

Unknownoptional
Caption3caption3

no description

Unknownoptional
Variant4variant4

no description

Unknownoptional
Caption4caption4

no description

Unknownoptional
Variant-sizevariant-size

no description

Unknownoptional

Tracking category

See also

Category:Punctuation (0)
  • {{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.