Template:Area inline: Difference between revisions
Jump to navigation
Jump to search
(Updated documentation) |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: tables = areas | <includeonly>{{#cargo_query: tables = areas | ||
| fields = _pageName=page, name, icon, CONCAT('true') = inline, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#if:{{{w|}}}|{{{w}}}|25}}') = w, | | fields = _pageName=page, name, icon, CONCAT('true') = inline, CONCAT('{{#replace:{{{2|}}}|'|\'}}') = altname, CONCAT('{{#if:{{{w|}}}|{{{w}}}|25}}') = w, | ||
| where = | | where = name = "{{#replace:{{{1}}}|'|\'}}" | ||
| format = template | | format = template | ||
| template = Area/Format | | template = Area/Format | ||
Line 17: | Line 17: | ||
{{Template demo | {{Template demo | ||
| style = table | | style = table | ||
| <nowiki>{{Area|Acid | | <nowiki>{{Area|Acid}}</nowiki> | ||
| <nowiki>{{Area|Fire | | <nowiki>{{Area|Fire|Fiery}}</nowiki> | ||
}} | }} | ||
Revision as of 20:21, 24 October 2024
Template documentation
Similar to Template:Area full, but exclusively supports inline usage.
If provided, the second parameter changes the display name of the condition.
Examples
Markup | Renders as |
---|---|
{{Area|Acid}} | Acid |
{{Area|Fire|Fiery}} | Fiery |
See also
- {{area full}}
Template data
Display compact/inline information for a surface or area.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Area name | 1 | The name of the surface. This should correspond with the page name for that surface. | Page name | required |
altname | 2 | Alternative display name. | String | optional |