"سانچہ:BoxTemplate" کے نسخوں کے درمیان فرق

Shahidlogs سے
(«<noinclude> This is the "BoxTemplate" template. It should be called in the following format: <pre> {{BoxTemplate |آج کا موضوع= }} </pre> Edit the page to see the template text. </noinclude><includeonly>{| class="wikitable" ! 1 | {{{آج کا موضوع|}}} |} </includeonly>» مواد پر مشتمل نیا صفحہ بنایا)
 
کوئی خلاصۂ ترمیم نہیں
 
(ایک ہی صارف کا 2 درمیانی نسخے نہیں دکھائے گئے)
سطر 1: سطر 1:
<includeonly>
<div class="form-input">
    {{#forminput:form=YourFormName|size=30|button text=Create Page}}
</div>
</includeonly>
<noinclude>
<noinclude>
This is the "BoxTemplate" template.
This is a template for creating pages using a form.
It should be called in the following format:
</noinclude>
<pre>
 
{{BoxTemplate
<style>
|آج کا موضوع=
/* Add CSS styling for the form input */
}}
.form-input {
</pre>
    margin: 10px 0;
Edit the page to see the template text.
    padding: 10px;
</noinclude><includeonly>{| class="wikitable"
    border: 1px solid #ccc;
! 1
    border-radius: 5px;
| {{{آج کا موضوع|}}}
    background-color: #f9f9f9;
|}
}
</includeonly>
 
/* Style the button */
.form-input input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
 
/* Hover effect for the button */
.form-input input[type="submit"]:hover {
    background-color: #005bb5;
}
</style>

حالیہ نسخہ بمطابق 23:08، 30 ستمبر 2023ء


This is a template for creating pages using a form.


<style> /* Add CSS styling for the form input */ .form-input {

   margin: 10px 0;
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 5px;
   background-color: #f9f9f9;

}

/* Style the button */ .form-input input[type="submit"] {

   background-color: #0073e6;
   color: #fff;
   padding: 5px 15px;
   border: none;
   border-radius: 5px;
   cursor: pointer;

}

/* Hover effect for the button */ .form-input input[type="submit"]:hover {

   background-color: #005bb5;

} </style>