Template:Cite web: Difference between revisions

From Bhikitia Pro, An open encyclopedia
m ১টি সংস্করণ আমদানি করা হয়েছে
 
m 1 revision imported
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#পুনর্নির্দেশ [[টেমপ্লেট:ওয়েব উদ্ধৃতি]]
<includeonly>
{{#if: {{{author|}}} | ''{{{author}}}'' }}
{{#if: {{{url|}}} | ''[{{{url}}} {{{title}}}]'' }}
{{#if: {{{publisher|}}} | {{{publisher}}}. }}
{{#if: {{{access-date|}}} | Accessed: {{{access-date}}}. }}
</includeonly><noinclude>
This template generates a citation for a web source. It should be used with `<ref>` tags to include references in articles.
 
'''Parameters:'''
* `author` - Name of the author
* `title` - Title of the article or page
* `url` - Full URL of the page
* `publisher` - Publisher or website name
* `access-date` - Date when the source was accessed
 
Example:
<nowiki>{{Cite web |author=John Doe |title=Example Title |url=https://example.com |publisher=Example Publisher |access-date=2024-11-15}}</nowiki> </br>
'''Result:''' {{Cite web |author=John Doe |title=Example Title |url=https://example.com |publisher=Example Publisher |access-date=2024-11-15}}
</noinclude>

Latest revision as of 11:40, 5 December 2024

This template generates a citation for a web source. It should be used with `<ref>` tags to include references in articles.

Parameters:

  • `author` - Name of the author
  • `title` - Title of the article or page
  • `url` - Full URL of the page
  • `publisher` - Publisher or website name
  • `access-date` - Date when the source was accessed

Example: {{Cite web |author=John Doe |title=Example Title |url=https://example.com |publisher=Example Publisher |access-date=2024-11-15}}
Result: John Doe Example Title Example Publisher. Accessed: 2024-11-15.