Template:ID Portrait Resize: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
(Adding clarification to point out the similarities with the other ID portrait template as well as differences)
(Replacing documentation with transclusion from subpage)
Tag: Replaced
 
Line 1: Line 1:
<includeonly>{{Trim|{{:{{{1|}}}/ID|TEMPLATE=Member Portrait-Resize|{{{2|}}}}}}}</includeonly><noinclude>Creates portrait as specified in a character's [[:Category:ID subpages|ID subpage]], much like [[Template:ID Portrait|the similarly named 'ID Portrait' template]], except it allows for any width to be specified, defaulting to 100px when unspecified.
<includeonly>{{Trim|{{:{{{1|}}}/ID|TEMPLATE=Member Portrait-Resize|{{{2|}}}}}}}</includeonly><noinclude>{{doc}}</noinclude>
 
==Usage==
<pre>{{ID Portrait Resize|Noa T'Nessa Levinson}}</pre>
{{ID Portrait Resize|Noa T'Nessa Levinson}}
 
<pre>{{ID Portrait Resize|Noa T'Nessa Levinson|83}}</pre>
{{ID Portrait Resize|Noa T'Nessa Levinson|83}}
 
<pre>{{ID Portrait Resize|Noa T'Nessa Levinson|60}}</pre>
{{ID Portrait Resize|Noa T'Nessa Levinson|60}}
 
You can even have non-standard sizes:
 
<pre>{{ID Portrait Resize|Noa T'Nessa Levinson|156}}</pre>
{{ID Portrait Resize|Noa T'Nessa Levinson|156}}
 
==Template Data==
<templatedata>
{
"params": {
"1": {
"label": "Character",
"description": "The character name whose portrait to display. Must have an ID subpage created.",
"example": "Noa T'Nessa Levinson",
"type": "line",
"required": true
},
"2": {
"label": "Image size",
"description": "The size to display the image at in pixels. Defaults to 100 when this is unspecified.",
"example": "83",
"type": "number"
}
},
"description": "Displays the image from the specified character's ID subpage, with an optionally supplied size (defaults to 100 pixels with no size specified)."
}
</templatedata>
[[Category:Templates]]</noinclude>

Latest revision as of 14:25, 23 June 2023

Template Documentation
Creates portrait as specified in a character's ID subpage, much like the similarly named 'ID Portrait' template, except it allows for any width to be specified, defaulting to 65px when unspecified.

Usage

{{ID Portrait Resize|Noa T'Nessa Levinson}}
LtCmmdr Noa Levinson.png
{{ID Portrait Resize|Noa T'Nessa Levinson|83}}
LtCmmdr Noa Levinson.png
{{ID Portrait Resize|Noa T'Nessa Levinson|100}}
LtCmmdr Noa Levinson.png

You can even have non-standard sizes:

{{ID Portrait Resize|Noa T'Nessa Levinson|156}}
LtCmmdr Noa Levinson.png

Template Data

Displays the image from the specified character's ID subpage, with an optionally supplied size (defaults to 100 pixels with no size specified).

Template parameters

ParameterDescriptionTypeStatus
Character1

The character name whose portrait to display. Must have an ID subpage created.

Example
Noa T'Nessa Levinson
Linerequired
Image size2

The size to display the image at in pixels. Defaults to 100 when this is unspecified.

Example
83
Numberoptional