Weekly zine/MoS: Difference between revisions
Jump to navigation
Jump to search
(init) |
m (Added some no-wiki codes.) |
||
Line 1: | Line 1: | ||
== Location == |
== Location == |
||
Let's say that [[User:Alice]] is writing an article '''Bar'''. If she was writing for issue ''''Foo'''' of the zine, she would put her article on [[Weekly Zine/Foo/Bar]]. |
Let's say that <nowiki>[[User:Alice]]</nowiki> is writing an article '''Bar'''. If she was writing for issue ''''Foo'''' of the zine, she would put her article on [[Weekly Zine/Foo/Bar]]. |
||
==Lead== |
==Lead== |
||
Each article should start with a lead. This should be short and concise, about 3-5 sentances. |
Each article should start with a lead. This should be short and concise, about 3-5 sentances. |
||
The lead should be enclosed in '''<nowiki><onlyinclude></nowiki>''' and '''<nowiki></onlyinclude></nowiki>''' tags, so that it is transcluded to the master zine page (in this case [[Weekly Zine/Foo]]). |
The lead should be enclosed in '''<nowiki><onlyinclude></nowiki>''' and '''<nowiki></onlyinclude></nowiki>''' tags, so that it is transcluded to the master zine page (in this case <nowiki>[[Weekly Zine/Foo]</nowiki>]). |
||
If you need to go into detail, be sure to add the following snippet after the '''<nowiki></onlyinclude></nowiki>''' tag: |
If you need to go into detail, be sure to add the following snippet after the '''<nowiki></onlyinclude></nowiki>''' tag: |
Revision as of 01:00, 6 February 2008
Location
Let's say that [[User:Alice]] is writing an article Bar. If she was writing for issue 'Foo' of the zine, she would put her article on Weekly Zine/Foo/Bar.
Lead
Each article should start with a lead. This should be short and concise, about 3-5 sentances.
The lead should be enclosed in <onlyinclude> and </onlyinclude> tags, so that it is transcluded to the master zine page (in this case [[Weekly Zine/Foo]]).
If you need to go into detail, be sure to add the following snippet after the </onlyinclude> tag:
<includeonly>''[[{{subst:PAGENAME}}|Full Article]]''</includeonly>
and continue to write the article.