Template:News/testcases
From Gentoo Wiki
Jump to:navigation
Jump to:search
Note
This is the template test case page for Template:News and its sandbox version. You may have to to update the examples.
This is the template test case page for Template:News and its sandbox version. You may have to to update the examples.
No parameter | |
---|---|
Wiki code | {{News}}
|
Main version | {{{date}}}: {{{header}}}{{{body}}}
|
Sandbox version | {{{date}}}: {{{header}}}{{{body}}} |
Parameter: date | |
---|---|
Wiki code | {{News|date=Aug 2, 2012}}
|
Main version | Aug 2, 2012: {{{header}}}{{{body}}}
|
Sandbox version | Aug 2, 2012: {{{header}}}{{{body}}} |
Parameter: date, header | |
---|---|
Wiki code | {{News|date=Aug 2, 2012|header=A header}}
|
Main version | Aug 2, 2012: A header{{{body}}}
|
Sandbox version | Aug 2, 2012: A header{{{body}}} |
Parameter: date, header, body | |
---|---|
Wiki code | {{News|date=Aug 2, 2012|header=A header|body=
This is a news item.
}}
|
Main version | Aug 2, 2012: A headingThis is a news item.
|
Sandbox version | Aug 2, 2012: A headingThis is a news item. |
Parameter: id, date, header, body | |
---|---|
Wiki code | {{News|id=2012-08-02|date=Aug 2, 2012|header=A header|body=
This is a news item with an id attribute for linking. [[#2012-08-02|#2012-08-02]] can be used on the end of a link to page to reference this news item.
}}
|
Main version | Aug 2, 2012: A headingThis is a news item with an id attribute for linking. #2012-08-02 can be used on the end of a link to page to reference this news item.
|
Sandbox version | Aug 2, 2012: A headingThis is a news item with an id attribute for linking. #2012-08-02 can be used on the end of a link to page to reference this news item. |
Parameter: id, archivelink, date, header, body | |
---|---|
Wiki code | {{News|id=2012-08-02|archivelink=true|date=Aug 2, 2012|header=A header|body=
This is a news item with an id attribute for linking. [[#2012-08-02|#2012-08-02]] can be used on the end of a link to page to reference this news item.
}}
|
Main version | Aug 2, 2012: A headingThis is a news item with an id attribute for linking. #2012-08-02 can be used on the end of a link to page to reference this news item.
|
Sandbox version | Aug 2, 2012: A headingThis is a news item with an id attribute for linking. #2012-08-02 can be used on the end of a link to page to reference this news item.
|