(Created page with "<includeonly>{{#expr: {{#time: U}} mod 5 < 4 | {{normal_content}} | {{rare_content}} }}</includeonly> <noinclude> Template which shows normal_content 80% of the time, but rare_content 20% of the time. </noinclude>") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#expr: {{#time: U}} mod 5 < 4 | {{normal_content}} | {{rare_content}} }}</includeonly> | <includeonly>{{#ifexpr: {{#expr: {{#time: U}} mod 5 < 4}} | {{{normal_content|}}} | {{{rare_content|}}} }}</includeonly> | ||
<noinclude>{{documentation}}</noinclude> | |||
<noinclude> | <noinclude> | ||
Template which shows normal_content 80% of the time, but rare_content 20% of the time. | Template which shows normal_content 80% of the time, but rare_content 20% of the time. | ||
</noinclude> | </noinclude> |
Revision as of 01:24, 12 March 2024
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
Template which shows normal_content 80% of the time, but rare_content 20% of the time.
Template which shows normal_content 80% of the time, but rare_content 20% of the time.