Template:Template journal
| This template uses Lua: |
| This template uses TemplateStyles: |
The {{Template journal}} template allows to showcase with colors and multiple lines the syntax of any template, while providing an easy way to display placeholder texts using colons as separators. For an identical template that displays the output in horizontal format, see {{Template journal inline}}.
Usage
- Syntax
- {{Template:Simple link
|template |param. name 1: param. content 1 |param. name 2: param. content 2...}}
For instance, the following code
{{tj|cite book
|last: Author's last name|first: Author's first name
|author-link: Author's page name on Wikipedia|date: Publication date
|title: Work's title|url: Work's URL|location: Where the work was published
|publisher: Name of the publisher}}
will produce the following result.
| last = Author's last name
| first = Author's first name
| author-link = Author's page name on Wikipedia
| date = Publication date
| title = Work's title
| url = Work's URL
| location = Where the work was published
| publisher = Name of the publisher
}}
Likewise, the following code
{{tj|Infobox movie quote|name:|image:|caption:|character:|actor:|writer:
|firstusedin:|alsousedin:|moviequotes:}}
will produce the following result.
| name =
| image =
| caption =
| character =
| actor =
| writer =
| firstusedin =
| alsousedin =
| moviequotes =
}}
And finally, the following code
{{tj|Blockquote
| Cry "Havoc" and let slip the dogs of war.
| <nowiki>[[William Shakespeare]]</nowiki>
| character: Mark Antony
| title: <nowiki>''[[Julius Caesar (play)|Julius Caesar]]''</nowiki>
| source: act III, scene I
}}
will produce the following result.
| Cry "Havoc" and let slip the dogs of war.
| [[William Shakespeare]]
| character = Mark Antony
| title = ''[[Julius Caesar (play)|Julius Caesar]]''
| source = act III, scene I
}}
Edge cases
To preserve one or more initial colons from being replaced, the : HTML entity must be used. After one colon has been replaced all other colons in the argument will be preserved.
Similarly, to insert one or more equals signs into a parameter content, either {{=}} or = must be used.
Thus, the following are all valid parameters,
<!-- Good example -->
{{tj|Some template
| Hello
| World
| foo: bar
|
| road:
| keep:the:colon:I:said:keep:it!
| ink :marble
| book: /books?id{{=}}mAlLt1aGsWYC
}}
and they will produce the following result.
| Hello
| World
| foo = bar
|
| road =
| keep:the:colon = I:said:keep:it!
| ink = marble
| book = /books?id=mAlLt1aGsWYC
}}
Arguments containing one or more unescaped equals signs will be silently ignored. An unescaped leading colon will be treated as a normal character, exactly like any other colon that might follow in the same parameter. Thus, the following code
<!-- Bad example -->
{{tj|Some template
| Hello
| this = will = be = ignored
| road: unknown
| :windmill: true
}}
will produce the following problematic result.
Instead, the right way to write the previous unlikely example is the following,
<!-- Good example -->
{{tj|Some template
| Hello
| this {{=}} will {{=}} not {{=}} be {{=}} ignored
| road: unknown
| :windmill: true
}}
which will correctly print
| Hello
| this = will = not = be = ignored
| road = unknown
| :windmill = true
}}
By design, there is no way to deviate from the format of one argument per line (vertical format). If you need to display a template and all its arguments in one single line (horizontal format), please refer to {{tji}}. If you need a more irregular output, please refer to other solutions.
Before editing this template
- Do not add optional arguments for offering customized results (e.g. changing colors on demand, font, etc.): one of the purposes of this template is that of maintaining always the same look across the entire Wikipedia concerning how templates are shown and explained
- If you intend to introduce substantial changes that are not simple bug fixes, you are invited to discuss them in the talk page first
- If you do make changes, please make always sure that the {{tji}} template remains consistent with this template
Subpages
- {{Template journal/arg}} (no longer used)
- ./styles.css
See also
- {{Template journal inline}}
- {{Template journal parameter}}
- {{Template link}}
- {{Template link expanded}}
{{Syntaxhighlight|lang=wikitext}}<syntaxhighlight lang="wikitext">...</syntaxhighlight>
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.