#Trailing "|}" when making templates

11 messages · Page 1 of 1 (latest)

vague nest
#

I'm trying to make a template for character descriptions, but there is a trailing "|}" that appears after the abilities parameter. This is what I should have in Templates:Characters:

#

== Appearance ==
{{{appearance}}}
== History ==
{{{history}}}
== Personal Life ==
{{{personal}}}
=== Personality ===
{{{personality}}}
=== Occupations ===
{{{occupations}}}
=== Interests and Hobbies ===
{{{interests}}}
=== Significant Relationships ===
{{{relationships}}}
=== Residences ===
{{{residences}}}
== Abilities ==
{{{abilities}}}{{!}}}<noinclude>
== Example ==
{| class="wikitable" width="100%"
! Code
! Output
|-
| <code><pre>
{{Characters|name=Full Name /* This is in bold. Former or other names should be in "desc" */
|desc=is a character description. /* This should connect with the name above to make a complete sentence */
|appearance=This character has XX eye colour.
|history=This character has history.
|personal=This is a brief, miscellaneous section for the character's personal life.
|personality=This is a description of this character's personality.
|occupations=This is a description of the character's occupations.
|interests=This is a description of the character's interests.
|relationships=This is a description of the character's relationships.
|residences=This is a description of the character's places of residence.
|abilities=This is a description of the character's abilities.
}}
</pre></code>
| {{Characters|name=Full Name
|desc=is a character description.
|appearance=This character has XX eye colour.
|history=This character has history.
|personal=This is a brief, miscellaneous section for the character's personal life.
|personality=This is a description of this character's personality.
|occupations=This is a description of the character's occupations.
|interests=This is a description of the character's interests.
|relationships=This is a description of the character's relationships.
|residences=This is a description of the character's places of residence.
|abilities=This is a description of the character's abilities.
}}
[[Category:Templates]]
</noinclude>```
ember oriole
#

{{!}}}

#

{{!}} = Wiki code for |

#

But what is the link to that template?

vague nest
#

thank you! the | is still left over, though
and i'm a bit confused — did i link the wrong thing?

ember oriole
vague nest
ember oriole
#

Yeah, you need to remove {{!}} too

vague nest
#

That did it! Thank you so much