Difference between revisions of "Template:USAJMO box"

m
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>:''This succession template is designed for the USAJMOs with 6 questions. "
+
{| class="wikitable" style="margin:0.5em auto; font-size:95%; border:1px solid black; width:40%;"
 
+
| style="background:#ccf;text-align:center;" colspan="3" | '''[[{{{year}}} USAJMO]]''' ('''[[{{{year}}} USAJMO Problems|Problems]]''' • [http://www.artofproblemsolving.com/Forum/resources.php?c=182&cid=176&year={{{year}}} Resources])
</noinclude>{| class="wikitable" style="clear:both; margin:0.5em auto; font-size:95%; border:1px solid black;"
+
|-
| style="background:#ccf;text-align:center;" colspan="3" | '''[[{{{year}}} USAJMO]]''' ('''[[{{{year}}} USAJMO Problems|Problems]]''' • Resources: [http://www.artofproblemsolving.com/Forum/resources.php?c=182&cid=176&year={{{year}}} AoPS] | [http://www.mathlinks.ro/Forum/resources.php?c=182&cid=176&year={{{year}}} ML])
+
| width="50%" align="center" rowspan="{{{rowsp|1}}}" | {{{beforetext|Preceded&nbsp;by<br/>}}}'''{{{before|[[{{{year}}} USAJMO Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]}}}'''
 +
| width="50%" align="center" rowspan="{{{rowsf|1}}}" | {{{aftertext|Followed&nbsp;by<br/>}}}'''{{{after|[[{{{year}}} USAJMO Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]}}}'''
 +
|-
 +
| colspan="3" style="text-align:center;" | [[{{{year}}} USAJMO Problems/Problem 1|1]] '''•''' [[{{{year}}} USAJMO Problems/Problem 2|2]] '''•''' [[{{{year}}} USAJMO Problems/Problem 3|3]] '''•''' [[{{{year}}} USAJMO Problems/Problem 4|4]] '''•''' [[{{{year}}} USAJMO Problems/Problem 5|5]] '''•''' [[{{{year}}} USAJMO Problems/Problem 6|6]]
 
|-
 
|-
|width="33%" align="center" |{{{beforetext|Preceded&nbsp;by<br/>}}}'''{{{before|[[{{{year}}} USAJMO Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]}}}'''
+
| colspan="3" style="text-align:center;" | '''[[USAJMO Problems and Solutions | All USAJMO Problems and Solutions]]'''
|width="34%" style="text-align:center;" | [[{{{year}}} USAJMO Problems/Problem 1|1]] '''•''' [[{{{year}}} USAJMO Problems/Problem 2|2]] '''•''' [[{{{year}}} USAJMO Problems/Problem 3|3]] '''•''' [[{{{year}}} USAJMO Problems/Problem 4|4]] '''•''' [[{{{year}}} USAJMO Problems/Problem 5|5]] '''•''' [[{{{year}}} USAJMO Problems/Problem 6|6]]
 
|width="33%" align="center" rowspan="{{{rowsf|1}}}" | {{{aftertext|Followed&nbsp;by<br/>}}}'''{{{after|[[{{{year}}} USAJMO Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]}}}'''
 
 
|}<includeonly></includeonly><noinclude>
 
|}<includeonly></includeonly><noinclude>
 
To use this template, type in:
 
To use this template, type in:
  
 
<pre>
 
<pre>
{{USAJMO newbox|year=|num-b=|num-a=}}
+
{{USAJMO box|year=|num-b=|num-a=}}
 
</pre>
 
</pre>
  
Line 18: Line 19:
 
For example,
 
For example,
 
<pre>
 
<pre>
{{USAJMO newbox|year=2005|num-b=1|num-a=3}}
+
{{USAJMO box|year=2011|num-b=1|num-a=3}}
 
</pre>
 
</pre>
  
 
If it is the first question, then use:
 
If it is the first question, then use:
 
<pre>
 
<pre>
{{USAJMO newbox|year=|before=First Question|num-a=2}}
+
{{USAJMO box|year=2011|before=First Question|num-a=2}}
 
</pre>
 
</pre>
  
 
If it is the last question, then use:
 
If it is the last question, then use:
 
<pre>
 
<pre>
{{USAJMO newbox|year=|num-b=4|after=Last Question}}
+
{{USAJMO box|year=2011|num-b=4|after=Last Question}}
 
</pre>
 
</pre>
  
 
This yields, respectively:
 
This yields, respectively:
  
{{USAJMO newbox|year=2005|num-b=1|num-a=3}}
+
{{USAJMO box|year=2011|num-b=1|num-a=3}}
  
{{USAJMO newbox|year=2005|before=First Question|num-a=2}}
+
{{USAJMO box|year=2011|before=First Question|num-a=2}}
  
{{USAJMO newbox|year=2005|num-b=4|after=Last Question}}
+
{{USAJMO box|year=2011|num-b=4|after=Last Question}}
  
 
[[Category:Succession templates]]
 
[[Category:Succession templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 21:49, 15 August 2014

[[{{{year}}} USAJMO]] ([[{{{year}}} USAJMO Problems|Problems]]Resources)
Preceded by
[[{{{year}}} USAJMO Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]
Followed by
[[{{{year}}} USAJMO Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]
[[{{{year}}} USAJMO Problems/Problem 1|1]] [[{{{year}}} USAJMO Problems/Problem 2|2]] [[{{{year}}} USAJMO Problems/Problem 3|3]] [[{{{year}}} USAJMO Problems/Problem 4|4]] [[{{{year}}} USAJMO Problems/Problem 5|5]] [[{{{year}}} USAJMO Problems/Problem 6|6]]
All USAJMO Problems and Solutions

To use this template, type in:

{{USAJMO box|year=|num-b=|num-a=}}

Where num-b is the problem number before the current one, and num-a is the problem number after the current one (this is because parser functions are not supported).

For example,

{{USAJMO box|year=2011|num-b=1|num-a=3}}

If it is the first question, then use:

{{USAJMO box|year=2011|before=First Question|num-a=2}}

If it is the last question, then use:

{{USAJMO box|year=2011|num-b=4|after=Last Question}}

This yields, respectively:

2011 USAJMO (ProblemsResources)
Preceded by
Problem 1
Followed by
Problem 3
1 2 3 4 5 6
All USAJMO Problems and Solutions
2011 USAJMO (ProblemsResources)
Preceded by
First Question
Followed by
Problem 2
1 2 3 4 5 6
All USAJMO Problems and Solutions
2011 USAJMO (ProblemsResources)
Preceded by
Problem 4
Followed by
Last Question
1 2 3 4 5 6
All USAJMO Problems and Solutions