Template:MainContainer: Difference between revisions
Template page
More actions
Created page with "<div class = "main-container" style=" {{#ifeq: {{{100PercentHeight|}}} | true | height: 100%;}}"> {{#ifeq: {{{ShowTitle|}}} | true |<div class ="main-container__title"> <p>{{{Title}}}</p> </div> }} <div class ="main-container__content" style=" {{#ifeq: {{{Center|}}} | true | text-align: center;}}"> {{{Content}}}</div> </div> <noinclude> Category:General wiki templates <templatedata> { "params": { "ShowTitle": { "type": "boolean" }, "Content": {}, "Title":..." |
(No difference)
|
Latest revision as of 21:52, 22 November 2025
{{{Content}}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | Content | no description | Unknown | optional |
| Title | Title | no description | String | optional |
| ShowTitle | ShowTitle | no description | Boolean | optional |
| Center | Center | no description | Boolean | optional |