هذه صفحة توثيقفرعية تخص قالب:نص برمجي. تحتوي هذه الصفحة على معلومات وتصنيف ومحتويات أخرى تتعلق بشرح القالب ولا تعتبر جزءا منه. للاطلاع على صفحة القالب نفسه، انظر قالب:نص برمجي.
The declaration {{نص برمجي|lang=cpp |int foo(const std::string& bar, const std::vector<long double*>& baz);}} is the prototype for a function defined later.
The declaration intfoo(conststd::string&bar,conststd::vector<longdouble*>&baz); is the prototype for a function defined later.
If the code contains an [[علامة التساوي]], such as {{نص برمجي|lang=javascript |code=var img = document.getElementsByTagName("img");}}, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also [[:bugzilla:5138]].
If the code contains an علامة التساوي, such as varimg=document.getElementsByTagName("img");, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also bugzilla:5138.