Template Sandbox: Difference between revisions

Updated how to use template
(Created page with "This page has been created to help build and test Templates that have been created/imported. === Pirate Infobox === First template: Pirate Infobox {{Infobox |title = GodsDead |uuid = 93e8b4dc-672b-41c6-bb75-e68960d60184 |joined = Sep 2012 |rank = Admiral |crew = Cove |history = GodsDead }}")
 
(Updated how to use template)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page has been created to help build and test Templates that have been created/imported.
This page has been created to help build and test Templates that have been created/imported.


=== Pirate Infobox ===
=== Player Infobox===
First template: [[Pirate Infobox]]
Player template: [[Template:Infobox]]
 
Copy the code below into a page to use, change as required.
 
It is vital that you use the UUID with hyphens in to populate the correct URL for stats and your skin.<syntaxhighlight>
{{Infobox
|title = GodsDead
|uuid = 93e8b4dc-672b-41c6-bb75-e68960d60184
|joined = Sep 2012
|rank = Admiral
|crew = [[Cove]]
|history = GodsDead
}}
</syntaxhighlight>