Template:運算樣例
標題 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 30 | 50 | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 | 26 | 28 | 30 | 32 | 34 | 36 | 38 | 40 | 42 | 44 | 46 | 48 | 50 | 60 | 100 | ||||
1 | 4 | 9 | 16 | 25 | 36 | 49 | 64 | 81 | 100 | 121 | 144 | 169 | 196 | 225 | 256 | 289 | 324 | 361 | 400 | 441 | 484 | 529 | 576 | 625 | 900 | 2500 | ||||
質數 | 2 | 3 | 5 | 7 | 11 | 13 | 17 | 19 | 23 | 29 | 31 | 37 | 41 | 43 | 47 | 53 | 59 | 61 | 67 | 71 | 73 | 79 | 83 | 89 | 97 | 113 | 229 |
此模板使用Lua语言: |
概要
產生一個數的運算樣例。
參數及使用方法
本模板會輸出單一表格列的語法,故使用本模板時,外部需要包一個標準表格語法。
本模板的表達式在使用上與{{數列}}相同。
範例
產生一個7的倍數的運算樣例,其分成了表格的頭部以及表格的本身,兩者都要調用一次{{運算樣例}}: | ||||||||||||||||||||||||||
{|class="wikitable"
{{運算樣例|title=7的倍數|head=yes
|1~5}}
{{運算樣例|expr= 7 * x |format=[[{{{數字}}}]]
|1~5}}
|} |
→ |
| ||||||||||||||||||||||||
表格可以分段安插: | ||||||||||||||||||||||||||
{|class="wikitable"
{{運算樣例|title=7的倍數|head=yes
|1~5||style2=width="5px"|head2=yes|6~10}}
{{運算樣例|expr= 7 * x |format=[[{{參數|數字}}]]
|1~5||style2=width="5px"|head2=yes|6~10}}
|} |
→ |
| ||||||||||||||||||||||||
可以使用{{數列}}模板的模板模式,語法為|template expr=yes ,但需要將表達式進行二次字元跳脫(如\{ 需再跳脫為\\{ ):
| ||||||||||||||||||||||||||
{|class="wikitable"
{{運算樣例|title=十進制|head=yes
|1~10}}
{{運算樣例|title=二進制|format={{{數字}}}|template expr=yes
|expr={\\{進制{\{!}\}2{\{!}\}$}\\}
|1~10}}
|} |
→ |
|