Gynopedia needs your support! Please consider contributing content, translating a page, or making a donation today. With your support, we can sustain and expand the website. Gynopedia has no corporate sponsors or advertisers. Your support is crucial and deeply appreciated.
User:CasualTaiwan/Sec: Difference between revisions
CasualTaiwan (talk | contribs) No edit summary |
CasualTaiwan (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#switch:{{{2}}} | <noinclude> | ||
Taken from: https://en.wikisource.org/w/index.php?title=User:Sanbeg/Sec | |||
This template is intended as a proof of concept, to demonstrate transcluding sections of articles. | |||
To transclude larger sections, it may be more useful to split the section into a daughter page, or some other seperate page/template, then transcluding that where necessary. If you always transclude the same section, i.e. to transclude the body of text without extra boilerplate, then it should be simple to use <onlyinclude>. | |||
However, when there are many smaller sections, it's simpler to mark the sections, and call them by name. For example, if you have a a large article with small numbered sections, marked like | |||
This is a sample article, with a few sections | |||
<onlyinclude><nowiki>{{{sec1|This is the first section}}}</nowiki></onlyinclude> | |||
<onlyinclude><nowiki>{{{sec2|This is the second section}}}</nowiki></onlyinclude> | |||
Then, you could transclude section 1 with | |||
<nowiki>{{User:CasualTaiwan/Sec|Article|1}}</nowiki> | |||
All text between <onlyinclude> and </onlyinclude> should be marked with a section (or marked somehow) to prevent unconditional transclusion. Of course, it's possible to have multiple <onlyinclude> blocks. | |||
<!-- | |||
-- The following code is automatically generated. Please do not modify it. | |||
-- Any modifications may be overwritten if the code is regenerated. | |||
--> | |||
</noinclude>{{#switch:{{{2}}} | |||
|1={{{{{ns|}}}:{{{1}}} | |1={{{{{ns|}}}:{{{1}}} | ||
|sec2=|sec3=|sec4=|sec5=|sec6=|sec7=|sec8=|sec9=|sec10= | |sec2=|sec3=|sec4=|sec5=|sec6=|sec7=|sec8=|sec9=|sec10= |
Latest revision as of 17:49, 4 October 2017
Taken from: https://en.wikisource.org/w/index.php?title=User:Sanbeg/Sec
This template is intended as a proof of concept, to demonstrate transcluding sections of articles.
To transclude larger sections, it may be more useful to split the section into a daughter page, or some other seperate page/template, then transcluding that where necessary. If you always transclude the same section, i.e. to transclude the body of text without extra boilerplate, then it should be simple to use <onlyinclude>.
However, when there are many smaller sections, it's simpler to mark the sections, and call them by name. For example, if you have a a large article with small numbered sections, marked like
This is a sample article, with a few sections <onlyinclude>{{{sec1|This is the first section}}}</onlyinclude> <onlyinclude>{{{sec2|This is the second section}}}</onlyinclude>
Then, you could transclude section 1 with
{{User:CasualTaiwan/Sec|Article|1}}
All text between <onlyinclude> and </onlyinclude> should be marked with a section (or marked somehow) to prevent unconditional transclusion. Of course, it's possible to have multiple <onlyinclude> blocks.