Template:Tnavbar
出典: フリー百科事典『ウィキペディア(Wikipedia)』
このテンプレートのキャッシュを破棄する
Tnavbar : Template navigation bar
目次 |
[編集] Usage
Copyable examples when inside a given template adds Tnavbar navigational functionality:
- {{Tnavbar|{{subst:PAGENAME}}|mini=1}}
- {{Tnavbar|{{subst:PAGENAME}}|plain=1}}
- {{Tnavbar|{{subst:PAGENAME}}|mini=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|plain=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|miniv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|viewplain=1}}
- {{Tnavbar|{{subst:PAGENAME}}|miniv=1|nodiv=1}}
- {{Tnavbar|{{subst:PAGENAME}}|viewplain=1|nodiv=1}}
- The
{{subst:PAGENAME}}
will be substituted with the template's name when parsed by the servers. - {{Tnavbar|Tnavbar/doc}} gives:
[編集] Note to editors
This template is represented across thousands of pages please tread lightly when editing here. Conducting sufficient sandbox testing (Tnavbar specific) to establish the validity of edits relative to Tnavbar is strongly encouraged prior to attempting to integrate changes.
[編集] Examples
{{Tnavbar|Name of Template|mini= |nodiv= }}
[編集] Required parameters
{{Tnavbar|Name of Template}}
the template name is required.
[編集] Optional parameters
Optional parameter | Produces... | |
---|---|---|
No "このテンプレートを:" text. {{Tnavbar|Template Name|plain=1}} |
→ | No "このテンプレートを:" text. |
{{Tnavbar|Template Name|nodiv=1}} Good for "blending" into text. |
→ | Good for "blending" into text. |
Blended no "このテンプレートを:" text. {{Tnavbar|Template Name|plain=1|nodiv=1}} |
→ | Blended no "このテンプレートを:" text. |
Makes Tnavbar display in a mini version: {{Tnavbar|Template Name|mini=1}} like so. Also, set the plain=1 parameter. |
→ | Makes Tnavbar display in a mini version: | like so.
{{Tnavbar|Template Name|mini=1|nodiv=1}} Good for "blending" into text. |
→ | Good for "blending" into text. |
For a fuller simpler access option. {{Tnavbar|Template Name|viewplain=1}} |
→ | For a fuller simpler access option. |
For a simpler access option. {{Tnavbar|Template Name|miniv=1}} |
→ | For a simpler access option. |
[編集] Prepackaged
- {{tnavbar-header}}
- Floats tnavbar right, useful is a navbox heading.
The following is a list of meta-template the can be used in place of custom navbox code
折畳モード | タイトル色† | 画像 | グループ | スタイル パラメータ |
例テンプレート | |
---|---|---|---|---|---|---|
{{Navigation}} | NavFrame | NavHead | No | No | No | {{Xプレーン}} |
{{Navigation with image}} | NavFrame | NavHead | Left/right of body | No | No | {{HolmesNovels}} |
{{Navigation with columns}} | NavFrame | NavHead | No | No | No | |
{{Dynamic navigation box}} | NavFrame* | navbox | No | No | Yes | {{アイドルシリーズ}} |
{{Dynamic navigation box with image}} | NavFrame | NavHead | Upper left | No | No | {{SlovakPMs}} |
{{Navbox generic}} | No* | navbox | Right-hand side | Yes | Yes | {{Tales}} |
{{NavigationBox}} | No | navbox | Right of title+body | No | No | {{EPA}} |
{{Commons:NavigationBox}} | No | #ccccff | Right of title+body | No | No | |
{{Commons:Dynamic navigation box}} | NavFrame | #ccccff | No | No | No | |
{{Commons:Dynamic navigation box with image}} | NavFrame | #ccccff | Upper left | No | No | |
† The background color for the header or title is inherited from the class listed below. The templates have titlebkg parameters that override the default. *日本語版のMediaWiki:Common.jsに、collapsible自動折畳機能はないのため。 |
Type | CSS classes | Collapses when | Custom initial state |
Nesting | Header color |
Font size |
---|---|---|---|---|---|---|
NavFrame div | NavFrame, NavHead, NavContent | 3+ of the same | No | Yes | #ccccff | 95% |
Collapsible table | collapsible, navbox | 2+ of the same | Yes | No | #ccccff | 90% |
For the technically minded, see Common.css and Common.js. |