Szablon:LinkCreature: Różnice pomiędzy wersjami
Z PolanieOnLine
| Linia 1: | Linia 1: | ||
| − | {{#if: {{{1|}}} | [https:// | + | {{#if: {{{1|}}} | [https://stendhalgame.org/creature/{{{1|}}}.html {{#if: {{{2|}}} | {{{2|}}} | {{{1|}}} }}] | }}<noinclude> |
| − | == | + | == Description == |
| − | + | Template that links to a creature profile on stendhalgame.org. | |
| − | == | + | == Usage == |
{| class="wikitable" | {| class="wikitable" | ||
! Input || Output | ! Input || Output | ||
|- | |- | ||
| − | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|name}}</nowiki> || <nowiki>[https:// | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|name}}</nowiki> || <nowiki>[https://stendhalgame.org/creature/<name>.html name]</nowiki> |
|- | |- | ||
| − | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|name|text}}</nowiki> || <nowiki>[https:// | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|name|text}}</nowiki> || <nowiki>[https://stendhalgame.org/creature/<name>.html text]</nowiki> |
|} | |} | ||
| − | ''' | + | '''Arguments:''' |
{| class="wikitable" | {| class="wikitable" | ||
| − | ! Argument No.<br>(label) || | + | ! Argument No.<br>(label) || Description |
|- | |- | ||
| − | | 1 (name) || | + | | 1 (name) || Creature name. |
|- | |- | ||
| − | | 2 (text) || | + | | 2 (text) || Text to display instead of name (optional). |
|} | |} | ||
| − | == | + | |
| + | == Examples == | ||
<blockquote> | <blockquote> | ||
| Linia 31: | Linia 32: | ||
! Input || Output | ! Input || Output | ||
|- | |- | ||
| − | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>| | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|nymph}}</nowiki> || {{LinkCreature|nymph}} |
|- | |- | ||
| − | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>| | + | | <nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|nymph|nymp.png}}</nowiki> || {{LinkCreature|nymph|nymph.png}} |
|} | |} | ||
</blockquote> | </blockquote> | ||
| − | == | + | == See Also == |
| − | * [[Special:WhatLinksHere/ | + | * [[Special:WhatLinksHere/Template:{{PAGENAME}} | Pages using Template:{{PAGENAME}}]] |
| − | [[Category: | + | [[Category:Stendhal]] |
Wersja z 01:46, 8 lis 2025
Spis treści
Description
Template that links to a creature profile on stendhalgame.org.
Usage
| Input | Output |
|---|---|
| {{LinkCreature|name}} | [https://stendhalgame.org/creature/<name>.html name] |
| {{LinkCreature|name|text}} | [https://stendhalgame.org/creature/<name>.html text] |
Arguments:
| Argument No. (label) |
Description |
|---|---|
| 1 (name) | Creature name. |
| 2 (text) | Text to display instead of name (optional). |
Examples
Input Output {{LinkCreature|nymph}} nymph {{LinkCreature|nymph|nymp.png}} nymph.png