Template:MP box/doc: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
(Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page --> == Usage == <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| <!-- Categories go here --> {{Category...")
 
No edit summary
Line 3: Line 3:


== Usage ==
== Usage ==
Using this:
<pre>
{{MP box
|id = mybox1
|header = Title
|content = Content stuff here
|footer = I am a footer
}}
</pre>
Gets you this:
{{MP box
|id = mybox1
|header = Title
|content = Content stuff here
|footer = I am a footer
}}


== Template data ==
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here -->
{{Category:Formatting templates}}
}}</includeonly>
<templatedata>
<templatedata>
{
{
Line 39: Line 52:
}
}
</templatedata>
</templatedata>

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here -->
{{Category:Formatting templates}}
}}</includeonly>

Revision as of 16:19, 29 August 2020

This is a documentation subpage for Template:MP box.
It contains usage information, categories and other content that is not part of the original template page.

Usage

Using this:

{{MP box
|id      = mybox1
|header  = Title
|content = Content stuff here
|footer  = I am a footer
}}

Gets you this:

Content stuff here

Template data

A box designed for the main page

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
idid

A unique ID for this box, to be referenced in CSS or JS

Example
custom-box-1
Stringoptional
Headingheading

What shows up in the heading section

Example
Title
Stringsuggested
Contentcontent

Content goes here

Contentsuggested
Footerfooter

What shows up in the footer section

Stringoptional