Difference between revisions of "Template:UNCO Math Contest box"

m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| class="wikitable" style="margin:0.5em auto; font-size:95%; border:1px solid black; width:80%;"
 
{| class="wikitable" style="margin:0.5em auto; font-size:95%; border:1px solid black; width:80%;"
| style="background:#ccf;text-align:center;" colspan="3" | '''[[{{{year}}} UNC Math Contest {{{n|}}}]]''' ('''[[{{{year}}} UNC Math Contest {{{n|}}} Problems|Problems]]''' • '''[[{{{year}}} UNC Math Contest {{{n|}}} Answer Key|Answer Key]]''' • [http://uncmathcontest.wordpress.com/  Resources])
+
| style="background:#ccf;text-align:center;" colspan="3" | '''[[{{{year}}} UNCO Math Contest {{{n|}}}]]''' ('''[[{{{year}}} UNCO Math Contest {{{n|}}} Problems|Problems]]''' • '''[[{{{year}}} UNCO Math Contest {{{n|}}} Answer Key|Answer Key]]''' • [http://uncmathcontest.wordpress.com/  Resources])
 
|-
 
|-
|width="50%" align="center" rowspan="{{{rowsp|1}}}"|{{{beforetext|Preceded&nbsp;by<br/>}}}'''{{{before|[[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]}}}'''
+
|width="50%" align="center" rowspan="{{{rowsp|1}}}"|{{{beforetext|Preceded&nbsp;by<br/>}}}'''{{{before|[[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]}}}'''
|width="50%" align="center" rowspan="{{{rowsf|1}}}"| {{{aftertext|Followed&nbsp;by<br/>}}}'''{{{after|[[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]}}}'''
+
|width="50%" align="center" rowspan="{{{rowsf|1}}}"| {{{aftertext|Followed&nbsp;by<br/>}}}'''{{{after|[[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]}}}'''
 
|-
 
|-
| colspan="3" style="text-align:center;"| [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 1|1]] '''•''' [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 2|2]] '''•''' [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 3|3]] '''•''' [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 4|4]] '''•''' [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 5|5]] '''•''' [[{{{year}}} UNC Math Contest {{{n|}}} Problems/Problem 6|6]]
+
| colspan="3" style="text-align:center;"| [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 1|1]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 2|2]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 3|3]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 4|4]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 5|5]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 6|6]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 7|7]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 8|8]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 9|9]] '''•''' [[{{{year}}} UNCO Math Contest {{{n|}}} Problems/Problem 10|10]]
 +
 
 
|-
 
|-
| align="center" colspan="3" | '''[[UNC Math Contest | All UNC Math Contest Problems and Solutions]]'''
+
| align="center" colspan="3" | '''[[University of Northern Colorado Math Contest | All UNCO Math Contest Problems and Solutions]]'''
 
|}<includeonly></includeonly><noinclude>
 
|}<includeonly></includeonly><noinclude>
 
To use this template, type in:
 
To use this template, type in:
  
 
<pre>
 
<pre>
{{UNC Math Contest box|year=|num-b=|num-a=|n=}}
+
{{UNCO Math Contest box|year=|num-b=|num-a=|n=}}
 
</pre>
 
</pre>
  
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 [http://meta.wikimedia.org/wiki/ParserFunctions parser functions] are not supported). n is the Roman numeral for the UNC Math Contest (I or II); if there is none, then just completely omit it.
+
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 [http://meta.wikimedia.org/wiki/ParserFunctions parser functions] are not supported). n is the Roman numeral for the UNCO Math Contest (I or II); if there is none, then just completely omit it.
  
 
For example,
 
For example,
 
<pre>
 
<pre>
{{UNC Math Contest box|year=2013|num-b=1|num-a=3}}
+
{{UNCO Math Contest box|year=2013|num-b=1|num-a=3}}
{{UNC Math Contest box|year=2014|num-b=1|num-a=3|n=I}}
+
{{UNCO Math Contest box|year=2014|num-b=1|num-a=3|n=I}}
 
</pre>
 
</pre>
  
 
If it is the first question, then use:
 
If it is the first question, then use:
 
<pre>
 
<pre>
{{UNC Math Contest box|year=|before=First Question|num-a=2}}
+
{{UNCO Math Contest box|year=|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>
{{UNC Math Contest box|year=|num-b=5|after=Last Question}}
+
{{UNCO Math Contest box|year=|num-b=8|after=Last Question}}
 
</pre>
 
</pre>
  
On the actual UNC Math Contest page or the problems page, the following can be used (perhaps an alternative scheme can be developed for a/b?):
+
On the actual UNCO Math Contest page or the problems page, the following can be used (perhaps an alternative scheme can be developed for a/b?):
 
<pre>
 
<pre>
{{UNC Math Contest box|year=2013|before=[[YYYY-1 UNC Math Contest]]|after=[[YYYY+1 UNC Math Contest]]}}
+
{{UNCO Math Contest box|year=2013|before=[[YYYY-1 UNCO Math Contest]]|after=[[YYYY+1 UNCO Math Contest]]}}
 
</pre>
 
</pre>
  
 
This yields, respectively:
 
This yields, respectively:
  
{{UNC Math Contest box|year=1986|num-b=1|num-a=3}}
+
{{UNCO Math Contest box|year=1986|num-b=1|num-a=3}}
  
{{UNC Math Contest box|year=2000|n=II|num-b=1|num-a=3|n=I}}
+
{{UNCO Math Contest box|year=2000|n=II|num-b=1|num-a=3|n=I}}
  
{{UNC Math Contest box|year=1986|n=I|before=First Question|num-a=2}}
+
{{UNCO Math Contest box|year=1986|n=I|before=First Question|num-a=2}}
  
{{UNC Math Contest box|year=1986|num-b=5|after=Last Question}}
+
{{UNCO Math Contest box|year=1986|num-b=9|after=Last Question}}
  
{{UNC Math Contest box|year=2014|before=[[2013 UNC Math Contest]]|after=[[2015 UNC Math Contest]]}}
+
{{UNCO Math Contest box|n=I|year=2014|before=[[2013 UNCO Math Contest I]]|after=[[2015 UNCO Math Contest I]]}}
  
 
[[Category:Succession templates]]
 
[[Category:Succession templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 18:05, 19 October 2014

[[{{{year}}} UNCO Math Contest ]] ([[{{{year}}} UNCO Math Contest Problems|Problems]][[{{{year}}} UNCO Math Contest Answer Key|Answer Key]]Resources)
Preceded by
[[{{{year}}} UNCO Math Contest Problems/Problem {{{num-b}}}|Problem {{{num-b}}}]]
Followed by
[[{{{year}}} UNCO Math Contest Problems/Problem {{{num-a}}}|Problem {{{num-a}}}]]
[[{{{year}}} UNCO Math Contest Problems/Problem 1|1]] [[{{{year}}} UNCO Math Contest Problems/Problem 2|2]] [[{{{year}}} UNCO Math Contest Problems/Problem 3|3]] [[{{{year}}} UNCO Math Contest Problems/Problem 4|4]] [[{{{year}}} UNCO Math Contest Problems/Problem 5|5]] [[{{{year}}} UNCO Math Contest Problems/Problem 6|6]] [[{{{year}}} UNCO Math Contest Problems/Problem 7|7]] [[{{{year}}} UNCO Math Contest Problems/Problem 8|8]] [[{{{year}}} UNCO Math Contest Problems/Problem 9|9]] [[{{{year}}} UNCO Math Contest Problems/Problem 10|10]]
All UNCO Math Contest Problems and Solutions

To use this template, type in:

{{UNCO Math Contest box|year=|num-b=|num-a=|n=}}

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). n is the Roman numeral for the UNCO Math Contest (I or II); if there is none, then just completely omit it.

For example,

{{UNCO Math Contest box|year=2013|num-b=1|num-a=3}}
{{UNCO Math Contest box|year=2014|num-b=1|num-a=3|n=I}}

If it is the first question, then use:

{{UNCO Math Contest box|year=|before=First Question|num-a=2}}

If it is the last question, then use:

{{UNCO Math Contest box|year=|num-b=8|after=Last Question}}

On the actual UNCO Math Contest page or the problems page, the following can be used (perhaps an alternative scheme can be developed for a/b?):

{{UNCO Math Contest box|year=2013|before=[[YYYY-1 UNCO Math Contest]]|after=[[YYYY+1 UNCO Math Contest]]}}

This yields, respectively:

1986 UNCO Math Contest (ProblemsAnswer KeyResources)
Preceded by
Problem 1
Followed by
Problem 3
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions
2000 UNCO Math Contest I (ProblemsAnswer KeyResources)
Preceded by
Problem 1
Followed by
Problem 3
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions
1986 UNCO Math Contest I (ProblemsAnswer KeyResources)
Preceded by
First Question
Followed by
Problem 2
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions
1986 UNCO Math Contest (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Last Question
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions
2014 UNCO Math Contest I (ProblemsAnswer KeyResources)
Preceded by
2013 UNCO Math Contest I
Followed by
2015 UNCO Math Contest I
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions