Help:Layouts

A Layout or Template is a page where text blocks or structures can be used. These are, for example, used for Weapon or Armour sets.

No Theme Rings

It is forbidden in the German-speaking subjects Metin2Wiki rings, ie combinations of several articles on the same topic to create. Are permitted only navigation bars or other compilations as well as link boxes, a full list of peer elements.


Templates

To create a simple template in an article there are three possibilities:

  1. In the main application, you add a template with {{title}} on. When viewing the page MediaWiki will replace the content by adding "title" template.
  2. {{subst:title}} also adds the contents of the template, replacing the text directly, but only when you save the template. This, for example, welcomes new users which are then on their page even when you edit the text to find the welcome and no confusing Template: Template.
  3. {{msgnw: title}} in the article shows the source code of the template. This feature is rarely used and only used for amendments to a template.

Pages that are not in the Template section can still be used as Templates if they are submitted in the title option. For example, {{Metin2Wiki Guide}} the page Metin2Wiki Guide can be used as a Template. If a page from the article namespace mount, you have to have a colon before the name: This would be {{Test}}, for example, the test article as a template mount.


Conditional Inclusion of Code Blocks

The following tags should only be used by the process as a template:

<onlyinclude>
If the template is considered directly, and have <onlyinclude> </onlyinclude> no effect on everything that stands in between. If the template but on the other side is involved, will only appear between what <onlyinclude> and </onlyinclude> stands. With <onlyinclude> can documentation, categories and interwiki links in templates are inserted without the need for this to appear in the articles. There may be two or more non-nested <onlyinclude> blocks are available in a template.
<includeonly>
Everything in a template between <includeonly> and </includeonly>, is displayed only if the template on the other side involved. With <includeonly> can be, for example, all pages that contain a certain template to automatically add a category. <includeonly> can also be used in stand <onlyinclude> blocks.
<noinclude>
Everything in a template between <noinclude> and </noinclude>, will only be displayed when the template itself is considered. <onlyinclude> should delimit the actual text of the submission documentation, categories and Interwikilinks to be preferred. <noinclude> can also be used in stand <onlyinclude> blocks.


Insert and Use Parameters

Often be in a template contents appear, however, from page to page, for example a signature or the name of an individual image. This is achieved with parameters.

In the presentation indicates it through three bodies, curly braces as placeholders, which can either be numbered or through freely chosen names are:

According to Wikipedians {{{1}}} this page is copied from {{{2}}}
According to Wikipedians {{{}}} this page is copied from {{{source}}}

A wildcard can also act as Wikilink, if he will have two brackets is surrounded, like [[{{{ 1 }}}]].

If such a template with parameters, it must be under the name of the template, each separated by a vertical line, and apart from this, the currently selected values:

{{Title|wikiwichtel|http://www.irgendwo.de/}}
{{Title|Wikipedians=wikiwichtel|source=http://www.irgendwo.de/}}

Attention, the first spelling makes the required only if the placeholders in the template are numbered, unless they are freely appointed. The second notation is recommended for templates, multiple, slightly confusing parameters.

If a parameter is not filled with content, so it appears empty.

If a parameter is retrofitted into an existing template is inserted, may need to use the article be amended accordingly. Will do this, then either the default value of the parameter used, or the change has no implications for the Articles.

MediaWiki also exist in some pre-defined variables, the parameter values are useful, for example the name of the current page {{{PAGENAME}}}.

Note: parameters in the MediaWiki namespace are used differently ($ 1, $ 2 ...).


Default Parameter Value Defined

You can define a parameter so that, for him to use the presentation of no value to be specified. Without this information, then, a pre-defined value used. With a construct like Layouts entered, the first parameter, otherwise the name of the item. These constructs burdening the server is not as strong as pre-defined parameter values.


Problem: Equal Sign in the Parameter Values

Are you a template parameter value as a text, which contains an equal sign, "thinks" the MediaWiki software, it wanted the suspected parameters before the equal sign the value after the equals sign to assign.

This problem occurs for example if you have a URL that contains an equals sign (eg: http://de.wikipedia.org/w/index.php?title=Hilfe:Vorlagen&action=edit&section=3) as a parameter value to a template will pass.

To circumvent, imagine the parameter value where the "=" occurs when some of the n-th is, n = progress. (The name of the template remains in the parameter numbering outside.) Instead of: {{ExampleTemplate|http://.../index.php?title=...&action=edit&section=3}} Correct: {{ExampleTemplate|1=http://.../index.php?title=...&action=edit&section=3}}

The same measure should be noted if one parameter value as a "style" would like to pass: Instead of: {{ExampleTemplate|first parameter|a<span style="font-size:1.5em;">b</span>c}} Correct: {{ExampleTemplate| first parameter|2=a<span style="font-size:1.5em;">b</span>c}}


Problem: Vertical line in parameter values

Since the character "|" for the separation of parameters is used, it may not even occur in parameter values. It may | be represented, unless you want table syntax in parameter values. There is then the following special templates that are only in parameter values should be used:

Template {{!}} {{!-}} {{!!}} {{!-!}} {{!}}+ {{!~}} {{(!}} {{!)}}
Contents | |- || |-
|
|+ |-
!
{| |}

A related problem occurs in the curly brackets "{{" and "}}" on. If these strings enter, then the interpreter tries the intervening text to worse or deterioration as a template to interpret. The following templates can be achieved through related queries that only need the interpreter to make substitutions, so it eliminates unnecessary cascades. These templates will only in parameter values are:

Template {{((}} {{))}}
Contents {{ }}

For easy presentation of curly brackets for the {{and}} are used for. A more readable version is the text in <nowiki>-tags einzufassen if nothing is used as a template to be interpreted.