Template:Prefix
Jump to navigation
Jump to search
This documentation is transcluded from Template:Prefix/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
{{Prefix|addr}}
→ addr:*=*
in combination with subkeys:
{{Prefix|addr|subkey=country}} |
→ | addr:country=* |
{{Prefix|addr|:=country}} |
→ | addr:country=* |
{{Prefix|addr:country}} |
→ | addr:country=* |
{{Prefix|payment:cash}} |
→ | payment:cash=* |
{{Prefix|payment|:=via_verde|::=lanes}} |
→ | payment:via_verde:lanes=* |
in combination with values:
{{Prefix|addr||example value}} |
→ | addr:*=example value |
( {{Prefix|addr|example value}} ) |
→ | addr:*=example value |
{{Prefix|addr|subkey=country||example value}} |
→ | addr:country=example value |
{{Prefix|addr|:=country||example value}} |
→ | addr:country=example value |
{{Prefix|disused|:=railway|station}} |
→ | disused:railway=station |
{{Prefix|disused|:=railway|station|;=platform}} |
→ | disused:railway=station;platform |
{{Prefix|payment:cash||no}} |
→ | payment:cash=no |
{{Prefix|payment:via_verde:lanes||only{{!}}no{{!}}no}} |
→ | payment:via_verde:lanes=only|no|no |
{{Prefix|payment|:=via_verde|::=lanes||only{{!}}no{{!}}no}} |
→ | payment:via_verde:lanes=only|no|no |