Template:About: Difference between revisions

Template page
Content added Content deleted
m (1 revision imported)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude><div style="display:inline; color: #74797c; border: 2px solid rgba(100, 100, 120, 0.25); margin-top: 0.6rem; margin-bottom: 0.8rem; border-radius: 8px; padding: 6px 15px; background:rgba(100, 100, 120, 0.25);">This page is about {{{1|}}}. For {{{2|}}}, see {{{3|}}}</div></onlyinclude>
<onlyinclude><div style="color: #74797c; border: 2px solid rgba(100, 100, 120, 0.25); margin-top: 0.6rem; margin-bottom: 1.2rem; border-radius: 8px; padding: 6px 15px; background:rgba(100, 100, 120, 0.25);">This page is about {{{A1|}}}.{{#if: {{{B2|}}} |* For {{{A2|}}}, see {{{A3|}}} | For {{{A2|}}}, see {{{A3|}}} }}{{#if: {{{B2|}}} |* For {{{B2|}}}, see {{{B3|}}} | }}{{#if: {{{C2|}}} |* For {{{C2|}}}, see {{{C3|}}} | }}</div></onlyinclude>
<noinclude>
<templatedata>
{
"params": {
"A1": {
"label": "this page is about :",
"required": true,
"suggested": true,
"description": "specify the topic of the currrent page",
"example": "Cheeses",
"type": "string"
},
"B2": {
"label": "for (B)",
"type": "string",
"suggested": true,
"description": "specify the topic of B2",
"example": "apple pic"
},
"A2": {
"label": "for (A)",
"required": true,
"suggested": true,
"description": "specify the topic of A2",
"example": "Apple pie"
},
"A3": {
"label": "see (A)",
"type": "wiki-page-name",
"required": true,
"suggested": true,
"description": "Link to the related page",
"example": "Cakes"
},
"B3": {
"label": "see (B)",
"type": "wiki-page-name",
"suggested": true,
"description": "Link to the related page",
"example": "Cakes"
},
"C2": {
"label": "for (C)",
"type": "string",
"suggested": true,
"description": "specify the topic of C2",
"example": "Apple pie"
},
"C3": {
"label": "see (C)",
"type": "wiki-page-name",
"suggested": true,
"description": "Link to the related page",
"example": "Cakes"
}
},
"format": "inline",
"description": "Used at top page/ It add related links to the current page via this form : \nThis page is about {{Cheeses}} for {{Apple Pie}} see [[Cakes]]\nThis page is about {{Wiki guideline}} for {{advanced use of parser's function }} see ||Help:Advenced edtiting]]",
"paramOrder": [
"A1",
"A2",
"A3",
"B2",
"B3",
"C2",
"C3"
]
}
</templatedata>
[[Category:Templates]]
</noinclude>

Latest revision as of 22:21, 15 October 2022

This page is about .For , see

Used at top page/ It add related links to the current page via this form : This page is about {{Cheeses}} for {{Apple Pie}} see [[Cakes]] This page is about {{Wiki guideline}} for {{advanced use of parser's function }} see ||Help:Advenced edtiting]]

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
this page is about :A1

specify the topic of the currrent page

Example
Cheeses
Stringrequired
for (A)A2

specify the topic of A2

Example
Apple pie
Unknownrequired
see (A)A3

Link to the related page

Example
Cakes
Page namerequired
for (B)B2

specify the topic of B2

Example
apple pic
Stringsuggested
see (B)B3

Link to the related page

Example
Cakes
Page namesuggested
for (C)C2

specify the topic of C2

Example
Apple pie
Stringsuggested
see (C)C3

Link to the related page

Example
Cakes
Page namesuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.