User:Trimoon/sandbox: Difference between revisions
m →Template:Notice/doc: link |
m →Favors |
||
| Line 41: | Line 41: | ||
}} | }} | ||
== Favors == | === Favors === | ||
<dpl> | <dpl> | ||
uses = Template:NPC infobox | uses = Template:NPC infobox | ||
Revision as of 20:00, 29 April 2016
| Note that this article is still under construction.
It may not function as expected. Check the discussion for info about its current state. See Category:Underconstruction articles for other incomplete articles. |
DIV Table
DPL
See: DPL Manual, DPL Extension Testing Ground
{{MAP infobox}}
{{ #dpl: | uses = Template:MAP infobox | count = {%DPL_count:50%} | resultsheader = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}²\n | resultsfooter = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}² %DPLTIME%\n | scroll = yes | columns = 3 }}
{{ #dpl: | category = Fire Magic abilities | | uses = Template:Ability infobox | mode = userformat | allowcachedresults = false | include = {Ability infobox}/concise row format | format = ¶{¦ class="sortable table" style="" ¶¦- style="background:#ece;" ¶! Name ¶! Level ¶! class="unsortable" ¦ Power Cost ¶! class="unsortable" ¦ Reuse Time ¶! class="unsortable" ¦ Damage ¶! class="unsortable" ¦ Description ¶! class="unsortable" ¦ Special ,,,¶¦} | secseparators = ¶¦- }}
{{MOB infobox}}
{{#dpl: | uses = Template:MOB infobox
| format =
- ,
- ²{MOB¦name=%TITLE%¦iconsize=big}², ,
| count = {%DPL_count:50%} | resultsheader = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}²\n | resultsfooter = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}² %DPLTIME%\n | scroll = yes | columns = 3 }}
Templates not using {{SPW}}
{{ #dpl: | namespace = Template | notuses = Template:SPW | count = {%DPL_count:50%} | resultsheader = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}²\n | resultsfooter = ²{Extension DPL continue¦dir=%SCROLLDIR%¦pages=%PAGES%¦total=%TOTALPAGES%¦firsttitle=%FIRSTTITLE%¦lasttitle=%LASTTITLE%¦page=User:Trimoon/sandbox}² %DPLTIME%\n | scroll = yes | columns = 3 }}
Favors
<dpl>
uses = Template:NPC infobox include = #Small Talk reset = categories table = class="sortable table",NPC Name,Favor tablerow = style="font-weight:bold"¦%%, columns = 2
</dpl>
Parameters
- Recommended:
|type=- Notice box header text.
- Default:
|type=Header text
- Recommended:
|info=- Notice box additional info.
- Default:
|type=Explanation
- Optional:
|image=- Notice box symbol image.
- Provide the image-filename with extension, or use
|image=noto completely remove/inhibit the image part. - Default:
|image=Gtk-ok.png
- Optional:
|imageSize=- Notice box symbol image-size.
- Provide the image-size including the unit, eg:
px, part. - Default:
|imageSize=50px
- Optional:
|border=- Notice box left-border-bar definition.
- Use
|border=definition, wheredefinitionis a valid custom definition for the CSS propertyborder-left[1]. - Or use
|border=preset, wherepresetis one of the predefined names below:- red ⇒
10px solid #b22222 - orange ⇒
10px solid #f28500 - yellow ⇒
10px solid #f4c430 - purple ⇒
10px solid #9932cc - blue ⇒
10px solid #1e90ff - green ⇒
10px solid #228b22 - gray ⇒
10px solid #bba
- red ⇒
- Default:
|border=blue - You don't need to provide the
;at the end to properly terminate the definition(s) because it will be appended automatically for proper functionality.
- Optional:
|float=side- Float the Notice box.
- Where
sidecan be one of: (Case insensitive)lorleftrorrightnornone
- When anything else is provided it will be treated as
none. - When used it alters the default value for
styleWidthof|style=(see below) as following when the effective floating is:- left ⇒
25% - right ⇒
25% - none ⇒
50%
- left ⇒
- Optional:
|style=inline-CSS;- Used to completely override the inline-CSS[2] used in the style-attribute [3] of the table that generates the Notice box.
- Where
inline-CSS;defaults to: - “
font-size:{{{styleFontSize}}}; margin:{{{styleMargin}}}; border:{{{styleBorder}}}; border-collapse:{{{styleBorderCollapse}}}; background-color:{{{styleBackgroundColor}}}; border-left:{{{border}}}; <optional:[ float:side;]> width:{{{styleWidth}}};” - To override CSS Properties[1] used in the parts of the default shown above you can use: (their defaults shown as value)
|styleFontSize=95%|styleMargin=0 auto|styleBorder=1px #aaa solid|styleBorderCollapse=collapse(See: CSS-Property: border-collapse@w3cschools)|styleBackgroundColor=#eee|styleWidth=80%(Default value is altered when|float=(see above) is used.)
- ↑ 1.0 1.1 For a complete listing of CSS Properties, see CSS Properties@w3cschools
- ↑ inline-CSSis a composition of CSS Properties
- ↑ For more info on the style-attribute see info@w3schools.