Template:Shortcuts
From Uncyclopedia, the content-free encyclopedia
This is the new superseder for {{Shortcut}}. {{Shortcut|[[UN:SC]]<br />[[UN:Short]]}} gets simplified to {{Shortcuts|UN:SC|UN:Short}}
The {{if|{{{2|}}}|'''<br />[[{{{2}}}]]'''|}} {{if|{{{3|}}}|'''<br />[[{{{3}}}]]'''|}} {{if|{{{4|}}}|'''<br />[[{{{4}}}]]'''|}} {{if|{{{5|}}}|'''<br />[[{{{5}}}]]'''|}} {{if|{{{6|}}}|'''<br />[[{{{6}}}]]'''|}} {{if|{{{7|}}}|'''<br />[[{{{7}}}]]'''|}} {{if|{{{8|}}}|'''<br />[[{{{8}}}]]'''|}} {{if|{{{9|}}}|'''<br />[[{{{9}}}]]'''|}} {{if|{{{10|}}}|'''<br />[[{{{10}}}]]'''|}} {{if|{{{11|}}}|'''<br />[[{{{11}}}]]'''|}}... part was done quickly because the creator copied the output from this command in Python:
print ''.join([" {{if|{{{%i|}}}|'''<br />[[{{{%i}}}]]'''|}}" % (i, i) for i in range(2, 1001)])
