Difference between revisions of "Template:FamilyName"

From BattleMaster Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{#get_web_data:url=http://battlemaster.org/data/character.php?World={{{1}}}&Name={{{2}}}|format=XML |data=Name=name,Family=family }}{{#external_value:Name}} {{#e...")
 
m
Line 1: Line 1:
<includeonly>{{#get_web_data:url=http://battlemaster.org/data/character.php?World={{{1}}}&Name={{{2}}}|format=XML
+
<includeonly>{{#get_web_data:url=https://battlemaster.org/data/character.php?World={{{1}}}&Name={{{2}}}|format=XML
 
|data=Name=name,Family=family
 
|data=Name=name,Family=family
 
}}{{#external_value:Name}} {{#external_value:Family}}</includeonly><noinclude>{{Documentation}}[[Category:Utility Templates]]</noinclude>
 
}}{{#external_value:Name}} {{#external_value:Family}}</includeonly><noinclude>{{Documentation}}[[Category:Utility Templates]]</noinclude>

Revision as of 05:26, 9 February 2021

Template-info.svg Template Documentation
This documentation is transcluded from Template:FamilyName/doc.

ExamplesSandbox

Intro

This simple template takes two parameters and outputs the full name of the character.

Usage

{{FamilyName|World|Name}}

Parameters

  • World = World number the character is on.
  • Name = The first name of the character.

Notes

  • If the character leaves the island, the name will break. For this reason, this template should really only be used with dynamically generated names, such as those generated by templates. See: Template:RealmBox and Template:RegionBox.