Difference between revisions of "User:Evolena"

From Old World Wiki
Jump to navigation Jump to search
(Testing Templates - Infobox)
(Testing templates - Ambox)
Line 97: Line 97:
= Transclusion =
= Transclusion =


{{Turn off victory points}}
<nowiki>{{Turn off victory points}}</nowiki>


Add a leading colon to adress the Main namespace instead of the Templates:
Add a leading colon to adress the Main namespace instead of the Templates:
<nowiki>{{:Turn off victory points}}</nowiki>


{{:Turn off victory points}}
{{:Turn off victory points}}
Line 140: Line 142:
| title = "title" parameter - or title of the current page
| title = "title" parameter - or title of the current page
| name = "name" parameter - no
| name = "name" parameter - no
| image = "image" parameter - filename
| image = Old World logo full.png
| section1 = "section1" parameter - no
| section1 = "section1" parameter - no
| info1 = "info1" parameter - no
| info1 = "info1" parameter - no
Line 153: Line 155:
| param6 = "param6" parameter - no
| param6 = "param6" parameter - no
}}
}}
== Ambox ==
{{ambox
| type  = notice
| text  = "text" parameter with 'notice' as the type - default
}}
{{ambox
| type  = speedy
| text  = "text" parameter with 'speedy' as the type
}}
Only "Templates Information icon.png" exists in this wiki files for the different supported types:
* speedy    = Ambox warning pn.png
* delete    = Ambox warning pn.png
* content    = Ambox content.png
* style      = Edit-clear.png
* move      = Ambox move.png
* protection = Ambox protection.png
* other      = Ambox warning blue.png
* notice    = Templates Information icon.png

Revision as of 06:33, 25 February 2023

Sections

So, SectionTemplate (but not HeaderTemplate) is considered a level 2 title for the Table of Content.

Syntax

My Sandbox ("welcome" parameter)

for testing ("blurb" parameter)


A Section ("title" parameter)

Content ("content" parameter) within a "div" element with the class "middle2"

Grid

Left Section

Content with the class "left", into a grid-container

Right Section

Content with the class "right", into a grid-container

Must be before the "middle" sections, otherwise it is just displayed below them.

Left 2 Section

Content with the class "left2", into a grid-container

More than one "left" or "right" section messses things.

Right 2 Section

Content with the class "right2", into a grid-container

Middle Section

Content with the class "middle", into a grid-container

Middle Section bis

Content with the class "middle", into a grid-container - again

Without incrementing the class name, the sections overlaps.


Middle 2 Section

Content with the class "middle2", into a grid-container

Incrementing the class name prevents overlaping


Middle 3 Section

Content with the class "middle3", into a grid-container

Ok, so the Left and Right Sections go further the end of the "grid-container" div.

Formatting

Start with a whitespace for code block

Transclusion

{{Turn off victory points}}

Add a leading colon to adress the Main namespace instead of the Templates:

{{:Turn off victory points}}

how to turn off victory points to extend game

Partial transclusion

-- From the Wikimedia documentation

The partial inclusion is defined from the transcluded page, not the transcluding one. Use the "noinclude", "includeonly" or "onlyinclude" (seriously ??) tags in the source page:

  • "noinclude" -> visible in the source page, not transcluded in the target page
  • "includeonly" -> invisible in the source page, transcluded in the target page
  • "onlyinclude" -> visible on both pages (/!\ no matter the 2 other tags, especially "includeonly" will be ignored - also, this one is still wikified even into a "nowiki" tag)

Icons

  • Uppercase, no space: Civics.png
  • Uppercase, space: Civics.png
  • Lowercase, no space: Civics.png
  • Lowercase, space: Civics.png

-> no effect in the syntax, nor the linked page

  • 12px: Civics.png Training.png
  • 14px: Civics.png Training.png
  • 16px: Civics.png Training.png
  • 18px: Civics.png Training.png

-> no effect (16x17 for civics for a 40x42 file / 16x22 for training for a 31x42 file)

  • File 18px: Civics (17x18)
  • File 28px: Civics.png (28x29)

-> size taken into account

Other Templates

Infobox

"title" parameter - or title of the current page
Old World logo full.png
Parameter 1 "param1" parameter
Parameter 2 "param2" parameter
Parameter 3 "param3" parameter
Parameter 4 "param4" parameter
Parameter 5 "param5" parameter

Ambox



Only "Templates Information icon.png" exists in this wiki files for the different supported types:

  • speedy = Ambox warning pn.png
  • delete = Ambox warning pn.png
  • content = Ambox content.png
  • style = Edit-clear.png
  • move = Ambox move.png
  • protection = Ambox protection.png
  • other = Ambox warning blue.png
  • notice = Templates Information icon.png