Difference between revisions of "Template:rev begin"
From cppreference.com
Andreas Krug (Talk | contribs) m (fmt) |
D41D8CD98F (Talk | contribs) (Fix) |
||
Line 1: | Line 1: | ||
− | <includeonly><table class="t-rev-begin{{#ifeq:{{{noborder|}}}|true|t-rev-begin-noborder}}"></includeonly><noinclude> | + | <includeonly><table class="t-rev-begin {{#ifeq:{{{noborder|}}}|true|t-rev-begin-noborder}}"></includeonly><noinclude> |
{{documentation|Template:rev/doc}} | {{documentation|Template:rev/doc}} | ||
</noinclude> | </noinclude> |
Latest revision as of 03:21, 20 December 2023
Used to declare that certain part of the description is valid to only specific revisions of the standard.
{{rev begin|noborder=true_if_noborder (optional)}}
- Begins the set of text snippets specific to a specific revision(s) of the standard. If the
noborder
parameter is true then the table is displayed with no border and as little padding as possible.
{{rev|since=since-std (optional)|until=until-std (optional)|text }}
- Specifies that text is valid only for standard revisions since since-std until until-std (until-std is not inclusive).
{{rev end}}
- Ends the set of text snippets specific to a specific revision(s) of the standard.
{{rrev|noborder=true_if_noborder (optional)|since=since-std (optional)|until=until-std (optional)|text }}
{{rrev multi|noborder=true_if_noborder (optional)|sinceX=since-std (optional)|untilX=until-std (optional)|revX=text |... }}
- A combined {{rev begin}}/{{rev}}/{{rev end}}. Up to 7 snippets are supported. The default for
sinceX
isuntilX-1
and default foruntilX
issinceX+1
. Thus, it is most useful when the snippets are relatively short and the revision ranges consecutive. This template may be substituted.
{{rev inl|id=id (optional)|since=since-std (optional)|until=until-std (optional)|noborder=true_if_noborder (optional)|text }}
- Same as {{rev}}, just is displayed inline. {{rev begin}} and {{rev end}} must not be used. The text can be referenced with id.
Border is omitted if the noborder
parameter is true.
The above documentation is transcluded from Template:rev/doc. (edit | history) Subpages of this template. |