Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Navbox: Difference between revisions

Template page
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div id="main-navbox" class="navbox" role="navigation">
<div id="main-navbox" class="navbox" role="navigation">
<div style="width: 380px; height: 24px; border-radius: 10px 10px 0px 0px; background: #4A4A4A;">
<div class="navbox-title" style="width: {{{boxwidth}}};">
{{{title}}}
{{{title}}}
</div>
</div>
<div class="navbox-textbox" style="width: 380px; background: red; text-align: center;">
<div class="navbox-text" style="width: {{{boxwidth}}};">
<div class="navbox-text" style="flex-basis: 372px; padding: 5px; margin: 0;">
<p>{{{text}}}</p>
{{{text}}}
</div>
</div>
</div>
<div class="navbox-source" style="width: {{{boxwidth}}};">
<div class="navbox-text" style="width: 380px; height: 24px; border-radius: 0px 0px 10px 10px; background: #4A4A4A;">
{{PlainLink|//datacrondatabase.com/Template:Navbox_Title|name=<nowiki>[</nowiki>Source<nowiki>]</nowiki>}}
{{PlainLink|//datacrondatabase.com/Template:Navbox_Title|name=<nowiki>[</nowiki>Source<nowiki>]</nowiki>}}
</div>
</div>
</div>
</div>
<noinclude>
[[Category:Navbox Templates]]
===Usage===
Copy and paste the following code to use the template.
<pre><nowiki>
{{Navbox
|title=
|text=
|boxwidth=
}}
</nowiki></pre>
</noinclude>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 17: Line 30:
"params": {
"params": {
"title": {},
"title": {},
"text": {}
"text": {},
}
"boxwidth": {
"example": "360px",
"suggestedvalues": [
"380px"
],
"autovalue": "360px"
}
},
"paramOrder": [
"title",
"text",
"boxwidth"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 22:17, 28 July 2023

Usage

Copy and paste the following code to use the template.

{{Navbox
|title=
|text=
|boxwidth=
}}



No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
texttext

no description

Unknownoptional
boxwidthboxwidth

no description

Suggested values
380px
Example
360px
Auto value
360px
Unknownoptional
Contents
Cookies help us deliver our services. By using our services, you agree to our use of cookies.