Diferencia entre revisiones de «Ayuda:Plantillas»

m (Protected "Help:Layouts" [edit=sysop:move=sysop])
(Sin diferencias)

Revisión del 17:09 10 oct 2009

A Layout or Plantilla 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.


Plantillas

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

  1. In the main application, you add a Plantilla with {{title}} on. When viewing the page MediaWiki will replace the content by adding "title" Plantilla.
  2. {{subst:title}} also adds the contents of the Plantilla, replacing the text directly, but only when you save the Plantilla. 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 Plantilla: Plantilla.
  3. {{msgnw: title}} in the article shows the source code of the Plantilla. This feature is rarely used and only used for amendments to a Plantilla.

Pages that are not in the Plantilla section can still be used as Plantillas if they are submitted in the title option. For example, {{Metin2Wiki Guide}} the page Metin2Wiki Guide can be used as a Plantilla. 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 Plantilla mount.


Conditional Inclusion of Code Blocks

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

<onlyinclude>
If the Plantilla is considered directly, and have <onlyinclude> </onlyinclude> no effect on everything that stands in between. If the Plantilla 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 Plantillas 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 Plantilla.
<includeonly>
Everything in a Plantilla between <includeonly> and </includeonly>, is displayed only if the Plantilla on the other side involved. With <includeonly> can be, for example, all pages that contain a certain Plantilla to automatically add a category. <includeonly> can also be used in stand <onlyinclude> blocks.
<noinclude>
Everything in a Plantilla between <noinclude> and </noinclude>, will only be displayed when the Plantilla 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 Plantilla 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 Plantilla with parameters, it must be under the name of the Plantilla, 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 Plantilla are numbered, unless they are freely appointed. The second notation is recommended for Plantillas, multiple, slightly confusing parameters.

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

If a parameter is retrofitted into an existing Plantilla 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 Plantillas 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 Plantilla 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 Plantilla will pass.

To circumvent, imagine the parameter value where the "=" occurs when some of the n-th is, n = progress. (The name of the Plantilla remains in the parameter numbering outside.) Instead of: {{ExamplePlantilla|http://.../index.php?title=...&action=edit&section=3}} Correct: {{ExamplePlantilla|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: {{ExamplePlantilla|first parameter|a<span style="font-size:1.5em;">b</span>c}} Correct: {{ExamplePlantilla| 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 Plantillas that are only in parameter values should be used:

Plantilla {{!}} {{!-}} {{!!}} {{!-!}} {{!}}+ {{!~}} {{(!}} {{!)}}
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 Plantilla to interpret. The following Plantillas can be achieved through related queries that only need the interpreter to make substitutions, so it eliminates unnecessary cascades. These Plantillas will only in parameter values are:

Plantilla {{((}} {{))}}
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 Plantilla to be interpreted.