Template:Cn: Difference between revisions
Jump to navigation
Jump to search
(Creature Name with Image) |
ShushMaster (talk | contribs) No edit summary |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>[[ | <includeonly>[[File: Creature portrait {{{image|{{{1}}}}}} small.gif|{{{1}}}|link={{{2|{{{1}}}}}}{{{border|}}}]]{{-}}{{{noname|[[{{{2|{{{1}}}}}}|{{{name|{{{1}}}}}}]]}}}</includeonly><noinclude> | ||
'''Cn''' is short of | '''Cn''' is short of creature name. | ||
==Use== | == Use == | ||
The template is used to show a creature's image and a name, both leading to the creature article. | |||
The variables for the template are: | |||
# = Creature name | |||
# = Link (if needed) | |||
*noname= for a creature portrait without text | |||
*name= for a custom naming | |||
Writing code | |||
<pre>{{Cn|'creature name'}}</pre> | <pre>{{Cn|'creature name'}}</pre> | ||
for example | |||
<pre>{{Cn|Rogue}}</pre> | <pre>{{Cn|Rogue}}</pre> | ||
will give<br><br> | |||
{{Cn|Rogue}} | |||
and<br> | |||
<pre>{{Cn|Rogue|noname=}}{{Cn|Halfling|name=Rogues and Halflings}}</pre> | |||
will give<br> | |||
{{Cn|Rogue|noname=}}{{Cn|Halfling|name=Rogues and Halflings}} | |||
---- | |||
<pre>{{cn|Rogue|image=Orc Chieftain (HotA)}}</pre> | |||
{{cn|Rogue|image=Orc Chieftain (HotA)}} | |||
[[Category: Table templates|Creature name]] | [[Category: Table templates|Creature name]] | ||
__NOTOC__</noinclude> | __NOTOC__</noinclude> |
Latest revision as of 05:28, 28 August 2018
Cn is short of creature name.
Use[edit | hide | hide all]
The template is used to show a creature's image and a name, both leading to the creature article. The variables for the template are:
- = Creature name
- = Link (if needed)
- noname= for a creature portrait without text
- name= for a custom naming
Writing code
{{Cn|'creature name'}}
for example
{{Cn|Rogue}}
will give
Rogue
and
{{Cn|Rogue|noname=}}{{Cn|Halfling|name=Rogues and Halflings}}
will give
Rogues and Halflings
{{cn|Rogue|image=Orc Chieftain (HotA)}}