Template:Infobox Titles
From Lotro-Wiki.com
| Title: Infobox Titles | |
|---|---|
| Category: [[:Category:{{{category}}}|{{{category}}}]] | |
| {{{description}}} |
Usage
This template will automatically place the title into Category:Titles and whatever category you specified as it's parent category (example: Crafting Titles).
You can use this template in 4 different ways. There is an extended syntax possible but no need for it at this time.
- Cautions:
- Make sure you spell the category name correctly when you call this template -- as in spelled correctly and proper upper/lower case of the category name. The best way to insure that this is done is to insure that the category exists that you wish to place a title in prior to adding the title to that category.
{{Infobox Titles
| category = Invalid Titles
| description = Test Description
| requirements =
| details =
}}
-OR-
{{Infobox Titles
| category = Invalid Titles
| description = Test Description
| requirements = whatever is required.
| details = details about obtaining the title.
}}
-OR-
{{Infobox Titles
| category = Invalid Titles
| description = Test Description
| requirements = whatever is required.
| details =
}}
-OR-
{{Infobox Titles
| category = Invalid Titles
| description = Test Description
| requirements =
| details = details about obtaining the title.
}}
| Extended Syntax - Multiple Requirements/Details |
|---|
About the only scenario I can come up with would be a title from Monster Play that matches a title from world play -- such might require this kind of extended documentation.
{{Infobox Titles
| category = Invalid Titles
| description = Test Description
| ReqNo = First
| requirements = first required set of conditions.
| details = details on the first set of required coditions.
}}
{{TitlesRequirements
| ReqNo = Second
| requirements = second set of requirements.
}}
{{TitlesDetails
| details = details on the second set of required conditions.
}}
|

