Template:Big/doc
Jump to navigation
Jump to search
![]() | This is a documentation subpage for Template:Big. It contains usage information, categories and other content that is not part of the original template page. |
![]() | この記事は、クリエイティブ・コモンズ・表示・継承ライセンス3.0のもとで公表されたウィキペディアの項目Template:Big/docを素材として二次利用しています。 Lua error in Module:Itemnumber at line 91: attempt to concatenate local 'qid' (a nil value). |
![]() | このテンプレートは、出典表記形式1 や Citation Style 2 のような出典テンプレートに用いるべきではありません。なぜなら、マークアップが含まれており、生成されるCOinSメタデータを書き換えてしまうからです。Wikipedia:COinS参照。 |
![]() | このテンプレートはin MediaWiki:Abusefilter-warning-DS。 全ての変更はウィキペディアのユーザーインターフェースに即座に反映されます。余計な混乱を避けるために、どんな変更でも最初はテンプレートのサンドボックスやテストケース、またはご自分の利用者サブページでお試しください。その後、変更を1回の編集でこのテンプレートに反映できます。どんな変更でも実施する前にノートページで議論してください。 |
Usage
Since <big>...</big>
is obsolete, this template may be used as a replacement for presentation markup.
It takes one parameter: The text to enlarge.
{{big|text to make larger}}
If the value passed to the template contains an "=" (equals sign) character it must be done like so:
{{big|1=text to make larger}}
or the offending "=" character(s) must be replaced with =
.
This template is compatible with the {{IPA}}, and similar templates:
{{big|{{IPA|ὡ}}}}
Example of typical usage:
Blah blah blah {{big|æ}} versus {{big|œ}} blah blah.
This looks like:
- Blah blah blah æ versus œ blah blah.
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.
TemplateData for Big
Makes the font larger. Equivalent to <big>...</big>
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The text to enlarge. | String | required |
See also
Code | Size | Semantics | Result |
---|---|---|---|
{{small|text}} {{smaller|text}} |
85% | <small> |
text |
{{resize|text}} |
90% | none | text |
{{midsize|text}} |
92% | none | text |
none | 100% | none | text |
{{larger|text}} |
110% | none | text |
{{big|text}} |
120% | <big> |
text |
{{large|text}} |
125% | none | text |
{{huge|text}} |
180% | none | text |
{{resize|x%}} |
custom | none | varies |
{{font|size=x%}} |
custom | none | varies |