Difference between revisions of "Template:Info"

From Moegirlpedia
Jump to: navigation, search
m (Major Stupidity committed)
m (Reverted edits by 北极星与南十字 (talk) to last revision by GuoPC)
(Tag: Rollback)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{|class="common-box" style="margin: 0px 10%; width:{{{width|80%}}}; background: #f8f9fa; border-left: 10px solid {{{color|#1e90ff}}}; box-shadow:0 1px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 2px 1px -2px rgba(0,0,0,.2)"
+
{|class="common-box {{{class|}}}" style="margin: 0 {{{margin-h|auto}}}; width:{{{width|80%}}}; background: {{{backgroundColor|#f8f9fa}}}; border-left: 10px solid {{{color|#1e90ff}}}; box-shadow:0 1px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 2px 1px -2px rgba(0,0,0,.2)"
 
|-  
 
|-  
 
| style="padding: 2px 0 2px 0.5em" | {{{leftimage|[[image:Icon-info.png|50px|link=]]}}}
 
| style="padding: 2px 0 2px 0.5em" | {{{leftimage|[[image:Icon-info.png|50px|link=]]}}}
 
| style="padding: 0.25em 0.5em"| <div style="{{{text-style|}}}">{{{text|{{{1|'''Nothing here (⊙_⊙)'''<br />Did you forget <code>text=</code> or <code>1=</code>?}}}}}}</div>
 
| style="padding: 0.25em 0.5em"| <div style="{{{text-style|}}}">{{{text|{{{1|'''Nothing here (⊙_⊙)'''<br />Did you forget <code>text=</code> or <code>1=</code>?}}}}}}</div>
|}
+
|}<noinclude>{{doc}}
<noinclude>{{doc}}</noinclude>
+
</noinclude>

Latest revision as of 09:22, 25 August 2021

Icon-info.png
Nothing here (⊙_⊙)
Did you forget text= or 1=?
Template-info.svg Template Documentation  [View] [Edit] [History] [Refresh]

Preview

When no parameters are filled in, the result is this:

Icon-info.png
Nothing here (⊙_⊙)
Did you forget text= or 1=?

Brief description

  • The parameter text is required, all other parameters are optional.
    • You can also directly use the parameter 1, for example, {{Info|content}} and {{Info|text=content}} are equivalent.
  • You can use the parameter "title" to add a title, it is also possible to add a footnote with the parameter "below".
  • When using this template to make other templates, the template type can be determined using the parameter type. top (default) is [Page-top prompt templates], middle is [Page-middle prompt templates], and none means no category.

Syntax

{{info
|width=
|color=
|backgroundColor=
|leftimage=
|icon-style=
|smallimage=
|title=
|title-style=
|text=
|text-style=
|below=
|below-style=
|class=
|type=
}}

Parameters

{{Info
|width= <!-- total width, default is 80% -->
|color= <!-- Color of the left border, default is #1e90ff-->
|backgroundColor= <!--Background color, default is #fbfbfb -->
|leftimage= <!--Left side image, default is [[Image:Icon-info.png|50px|link=]], will override the {{{smallimage}}} parameter -->
|icon-style= <!-- Style of the image -->
|smallimage= <!-- Image size. When the parameter value is not empty, the default is 25px, otherwise 50px -->
|title= <!-- The title content -->
|title-style= <!-- style of the title, formatted as inline style, such as color: red; font-style: italic; -->
|text= <!-- Text content, equivalent to {{{content}}} or {{{1}}} -->
|text-style= <!--The text style, equivalent to {{{content-style}}} -->
|below= <!-- Footnote content -->
|below-style= <!-- Footnote style -->
|class= <!--Template extra class -->
|type= <!--The template's category, for template pages only: top is [Page-top prompt templates], middle is [Page-middle prompt templates], and none is no category; defaults to [Page-top prompt templates] in template pages, defaults to no category in non-template pages -->
}}