Category:Templates: Difference between revisions
Created blank page |
No edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | |||
==How to use a template== | |||
Using a template is simple, you start by adding <nowiki>'{{'</nowiki> (as in <nowiki>{{</nowiki>), then you add the template name, i,e <nowiki>{{Infobox Country}}</nowiki>, that adds the template. | |||
To use the templates ''parameters'' you do <nowiki>'|parametername = value'</nowiki>, for example, say I wanted to make a country's page and add the name parameter, I would do | |||
''<nowiki>{{Infobox Country | |||
|name = country name goes here | |||
}}</nowiki>'' | |||
and if I wanted to add more information, I would do | |||
''<nowiki>{{Infobox Country | |||
|name = country name here | |||
|population = groups population | |||
|language = English {{official}} | |||
}}</nowiki>'' | |||
All templates will have documentation on each parameter and its purpose. | |||
==Types of templates== | |||
Usually templates you would be using are called [[Infoboxes|infoboxes]], these are displayed on the right <small><i>or sometimes left</i></small> of a page and display importing and summarised info of a topic. Other templates could involve flag templates, i.e ''<nowiki>{{GER}}</nowiki>'' adding a German flag. | |||
<nowiki>* nations/cities/groups/organisations/entities/players can have their own flag templates too.</nowiki> | |||
==Creating a template== | |||
You make a template the same way you make a page, but you just add '''Template:''' before the name, that is it, that is literally it. You also must add the appropriate categories and always add <nowiki>[[Category:Templates]]</nowiki> '''at the bottom of the page'''. | |||
==Template naming standards== | |||
{{Main|page1=[[Naming_Standards#Templates|Naming Standards]]}} | |||
Templates follow a common naming standard across Earth500 to help with simplicity and continuity. English is the predominant language of the wiki and such all page names need to be in English, same with how all page content must be in English too. |
Revision as of 09:33, 14 January 2025
How to use a template
Using a template is simple, you start by adding '{{' (as in {{), then you add the template name, i,e {{Infobox Country}}, that adds the template.
To use the templates parameters you do '|parametername = value', for example, say I wanted to make a country's page and add the name parameter, I would do
{{Infobox Country |name = country name goes here }}
and if I wanted to add more information, I would do
{{Infobox Country |name = country name here |population = groups population |language = English {{official}} }}
All templates will have documentation on each parameter and its purpose.
Types of templates
Usually templates you would be using are called infoboxes, these are displayed on the right or sometimes left of a page and display importing and summarised info of a topic. Other templates could involve flag templates, i.e {{GER}} adding a German flag.
* nations/cities/groups/organisations/entities/players can have their own flag templates too.
Creating a template
You make a template the same way you make a page, but you just add Template: before the name, that is it, that is literally it. You also must add the appropriate categories and always add [[Category:Templates]] at the bottom of the page.
Template naming standards
Template:Main Templates follow a common naming standard across Earth500 to help with simplicity and continuity. English is the predominant language of the wiki and such all page names need to be in English, same with how all page content must be in English too.
This category currently contains no pages or media.