টেমপ্লেট:সকল বই বিষয়শ্রেণী/বোতাম/নথি
অবয়ব
(টেমপ্লেট:Allbooks category/button/নথি থেকে পুনর্নির্দেশিত)
এটি টেমপ্লেট:সকল বই বিষয়শ্রেণী/বোতাম-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
ব্যবহার
[সম্পাদনা]The three required parameters are all unnamed.
- {{{1}}} — The name of the page to be acted upon.
- {{{2}}} — The query string for what is do be done to the page. Avoid spaces in this (use underscore instead).
- {{{3}}} — The text for the button.
For example, a button labeled "create foobar" to create a page foobar
, using editintro page Template:Foobar/editintro
and initial content Template:Foobar/preload
, could be created by call
- {{সকল বই বিষয়শ্রেণী/বোতাম|1=foobar|2=action=edit&editintro=Template:Foobar/editintro&preload=Template:Foobar/preload|3=create foobar}}
and would appear as
There are also two optional, named parameters.
- {{{background}}} — The color for the background of the button. The default is
white
. - {{{border}}} — The color for the border of the button. The default is
black
.
For example,
- {{সকল বই বিষয়শ্রেণী/বোতাম|1=foobar|2=action=edit|3=edit foobar|background=yellow|border=red}}
would appear as