Editing Guide/Patterns: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:


To make this work nicely:
To make this work nicely:
* Make sure to wrap categories on the subpage in <code><<nowiki />noinclude><nowiki></code>, otherwise they will get included into the base page. Example: the Yakuza 0 category on [[Japanese_Mispronunciations/Yazooka]], which doesn't make sense on the parent article.
* Make sure to wrap categories on the subpage in <code><<nowiki />noinclude></code> tags, otherwise they will get included into the base page. Example: the Yakuza 0 category on [[Japanese_Mispronunciations/Yazooka]], which doesn't make sense on the parent article.
* Make sure the subpage makes sense if someone comes to it via categories and reads it as a separate page.  
* Make sure the subpage makes sense if someone comes to it via categories and reads it as a separate page.  
** Use <code><nowiki><<nowiki />noinclude></code> to add parts that won't be included into the parent page if they are redundant there. Example: the Joeism banner on [[Japanese_Mispronunciations/Sun_Deer]].
** Use <code><<nowiki />noinclude></code> tags to add parts that won't be included into the parent page if they are redundant there. Example: the Joeism banner on [[Japanese_Mispronunciations/Sun_Deer]].
** You can even include parts of the parent page into the subpage, e.g: <code>{<nowiki />{#lst:Parent|section}}</code> will include that section into the child page (of course make sure this is in a <code><<nowiki />noinclude></code>). Example: the explanation on [[Japanese_Mispronunciations/Sun_Deer]].
** You can even include parts of the parent page into the subpage, e.g: <code>{<nowiki />{#lst:Parent|section}}</code> will include that section into the child page (of course make sure this is wrapped in <code><<nowiki />noinclude></code> tags). Example: the explanation on [[Japanese_Mispronunciations/Sun_Deer]].
* If the parent article needs context for the subpage, you can use <code><<nowiki />includeonly></code> to have parts that don't appear when you are on the subpage itself, like a subtitle for the section. Example: the title on [[Japanese_Mispronunciations/Sun_Deer]].
* If the parent article needs context for the subpage, you can use <code><<nowiki />includeonly></code> tags to have parts that don't appear when you are on the subpage itself, like a subtitle for the section. Example: the title on [[Japanese_Mispronunciations/Sun_Deer]].