@jjlmoya/utils-diy 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/index.ts +14 -14
- package/src/entries.ts +4 -1
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/drywallCalculator/bibliography.astro +7 -0
- package/src/tool/drywallCalculator/bibliography.ts +16 -0
- package/src/tool/drywallCalculator/component.astro +324 -0
- package/src/tool/drywallCalculator/drywall-calculator.css +426 -0
- package/src/tool/drywallCalculator/entry.ts +24 -0
- package/src/tool/drywallCalculator/i18n/de.ts +169 -0
- package/src/tool/drywallCalculator/i18n/en.ts +169 -0
- package/src/tool/drywallCalculator/i18n/es.ts +169 -0
- package/src/tool/drywallCalculator/i18n/fr.ts +169 -0
- package/src/tool/drywallCalculator/i18n/id.ts +169 -0
- package/src/tool/drywallCalculator/i18n/it.ts +169 -0
- package/src/tool/drywallCalculator/i18n/ja.ts +169 -0
- package/src/tool/drywallCalculator/i18n/ko.ts +169 -0
- package/src/tool/drywallCalculator/i18n/nl.ts +169 -0
- package/src/tool/drywallCalculator/i18n/pl.ts +169 -0
- package/src/tool/drywallCalculator/i18n/pt.ts +169 -0
- package/src/tool/drywallCalculator/i18n/ru.ts +169 -0
- package/src/tool/drywallCalculator/i18n/sv.ts +169 -0
- package/src/tool/drywallCalculator/i18n/tr.ts +169 -0
- package/src/tool/drywallCalculator/i18n/zh.ts +169 -0
- package/src/tool/drywallCalculator/index.ts +10 -0
- package/src/tool/drywallCalculator/logic.test.ts +39 -0
- package/src/tool/drywallCalculator/logic.ts +33 -0
- package/src/tool/drywallCalculator/seo.astro +14 -0
- package/src/tool/drywallCalculator/ui.ts +52 -0
- package/src/tools.ts +2 -1
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DrywallCalculatorUI } from '../ui';
|
|
4
|
+
import { drywallCalculatorBibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'drywall-calculator';
|
|
7
|
+
const title = 'Drywall and Plasterboard Calculator: Studs, Tracks and Boards';
|
|
8
|
+
const description = 'Professional bill of materials calculator for drywall partitions and wall linings. Accurately estimate plasterboard sheets, C-studs, U-tracks, screws, joint tape, and filler compound.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'How do I calculate how many plasterboard sheets I need for a partition wall?',
|
|
13
|
+
answer: 'Calculate total wall surface by multiplying partition length by ceiling height. For double-sided partitions, multiply this area by 2. For double-layer cladding on both sides, multiply by 4. Divide total cladding area by standard sheet coverage (2.4 m² for a standard 120x200 cm board, or 32 sq ft for a 4x8 ft board) and add a 10% allowance for cuts, window openings, and doorways.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Should I use 40 cm (16 in) or 60 cm (24 in) stud spacing for drywall framing?',
|
|
17
|
+
answer: 'Standard 60 cm (24 in) C-stud spacing is suitable for standard dry residential interior partitions up to 3.0 meters (10 ft) high. Switch to 40 cm (16 in) stud centers for wall surfaces receiving heavy ceramic tiles, damp environments (bathrooms and kitchens), multi-layer acoustic installations, or partition heights exceeding 3.0 meters to ensure structural rigidity.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Which plasterboard type should I select for each interior application?',
|
|
21
|
+
answer: 'Use Standard White (Type A) for general residential bedrooms and living areas; Moisture-Resistant Hydro Green (Type H1) for bathrooms, laundries, and kitchens; Fire-Resistant Pink (Type F) around chimneys, boiler rooms, and party walls; and High-Density Acoustic Blue for soundproofing partitions between rooms.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'How many screws are required per plasterboard sheet?',
|
|
25
|
+
answer: 'Estimate approximately 30 self-drilling drywall screws (3.5x25 mm or 1-1/4 in) per standard 120x200 cm sheet for single-layer installations. Fasten screws at 25 cm intervals along perimeters and 30 cm along intermediate vertical C-studs. For double-layer cladding, use 3.5x35 mm screws for the outer layer.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Why is acoustic perimeter sealing tape mandatory under top and bottom tracks?',
|
|
29
|
+
answer: 'Self-adhesive polyethylene acoustic tape creates a resilient acoustic break between metal U-tracks and floor or ceiling slabs. This uncouples structural vibration, prevents impact noise flanking paths, and ensures airtight thermal and acoustic perimeter sealing.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{ name: 'Enter Wall Dimensions', text: 'Specify the total partition length and ceiling height in meters or feet.' },
|
|
35
|
+
{ name: 'Configure Framing & Cladding Layers', text: 'Select 40 cm (16 in) or 60 cm (24 in) stud centers, single vs double board layers, and single or double-sided cladding.' },
|
|
36
|
+
{ name: 'Review Takeoff & CAD Layout', text: 'Inspect the complete material bill (studs, tracks, screws, tape, joint compound) and visual framing diagram.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
40
|
+
'@context': 'https://schema.org',
|
|
41
|
+
'@type': 'FAQPage',
|
|
42
|
+
mainEntity: faqData.map((item) => ({
|
|
43
|
+
'@type': 'Question',
|
|
44
|
+
name: item.question,
|
|
45
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
46
|
+
})),
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'HowTo',
|
|
52
|
+
name: title,
|
|
53
|
+
description,
|
|
54
|
+
step: howToData.map((step, i) => ({
|
|
55
|
+
'@type': 'HowToStep',
|
|
56
|
+
position: i + 1,
|
|
57
|
+
name: step.name,
|
|
58
|
+
text: step.text,
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'SoftwareApplication',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
applicationCategory: 'UtilityApplication',
|
|
68
|
+
operatingSystem: 'All',
|
|
69
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
70
|
+
inLanguage: 'en',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<DrywallCalculatorUI> = {
|
|
74
|
+
slug,
|
|
75
|
+
title,
|
|
76
|
+
description,
|
|
77
|
+
faqTitle: 'Frequently Asked Questions',
|
|
78
|
+
faq: faqData,
|
|
79
|
+
bibliography: drywallCalculatorBibliography,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{
|
|
84
|
+
type: 'title',
|
|
85
|
+
text: 'Engineering Principles of Light Gauge Steel Drywall Framing',
|
|
86
|
+
level: 2,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'Constructing lightweight interior partition walls requires rigorous structural sizing of light gauge galvanised steel profiles (vertical C-studs and horizontal U-track runner rails) alongside board joint layout. According to international standards such as EN 520 and ASTM C840, proper framing centers and board staggering prevent structural deflection, joint shear cracking, and sound transmission.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
|
+
text: 'Stud Spacing Rules: 40 cm (16 in) vs 60 cm (24 in) Centers',
|
|
95
|
+
level: 3,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'Selecting the optimal stud spacing determines the flexural rigidity and load-bearing capacity of the partition. Standard <strong>60 cm (24 in) stud centers</strong> match standard 120 cm (48 in) board widths, ensuring vertical joints rest centered over steel flanges. However, <strong>40 cm (16 in) stud centers</strong> are mandatory whenever heavy ceramic wall tiles are installed over boards, when partition heights exceed 3.0 meters (10 ft), or in high-impact commercial environments.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'card',
|
|
103
|
+
icon: 'mdi:shield-check-outline',
|
|
104
|
+
title: 'Joint Staggering and Screw Fastening Patterns',
|
|
105
|
+
html: '<p>Never align vertical or horizontal plasterboard seams between adjacent courses or opposite sides of a partition wall. Stagger vertical end joints by at least 40 cm to eliminate continuous stress lines that cause crack propagation. Fasten boards with self-drilling 3.5x25 mm drywall screws spaced <strong>25 cm along perimeters</strong> and <strong>30 cm along intermediate studs</strong>, driving screw heads slightly below the paper face without tearing the protective liner.</p>',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Material Wastage Allowances & Joint Compound Estimation',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Always include a minimum <strong>10% wastage margin</strong> for metal profiles and plasterboard sheets to account for cut-offs around window openings, doorways, and sloped soffits. Joint treatment requires approximately 0.8 kg (1.6 lb) of ready-mixed or setting-type joint compound per square meter of board surface, combined with high-tensile paper joint tape to reinforce recessed board edges.',
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
ui: {
|
|
118
|
+
unitSystemLabel: 'Measurement System',
|
|
119
|
+
unitMetric: 'Metric (m, cm, kg)',
|
|
120
|
+
unitImperial: 'Imperial (ft, in, lb)',
|
|
121
|
+
|
|
122
|
+
paramLengthLabel: 'Wall Length',
|
|
123
|
+
paramHeightLabel: 'Wall Height',
|
|
124
|
+
paramSpacingLabel: 'Stud Spacing',
|
|
125
|
+
paramSpacing40Metric: '40 cm (High Load)',
|
|
126
|
+
paramSpacing60Metric: '60 cm (Standard)',
|
|
127
|
+
paramSpacing40Imperial: '16 in (High Load)',
|
|
128
|
+
paramSpacing60Imperial: '24 in (Standard)',
|
|
129
|
+
paramLayersLabel: 'Plasterboard Layers',
|
|
130
|
+
paramSingleLayer: 'Single Layer',
|
|
131
|
+
paramDoubleLayer: 'Double Layer',
|
|
132
|
+
paramSidesLabel: 'Cladding Sides',
|
|
133
|
+
paramDoubleSided: 'Both Sides (Partition)',
|
|
134
|
+
paramSingleSided: 'Single Side (Lining)',
|
|
135
|
+
paramBoardTypeLabel: 'Plasterboard Type',
|
|
136
|
+
boardTypeStandard: 'Standard (Type A)',
|
|
137
|
+
boardTypeMoisture: 'Hydro (Type H1)',
|
|
138
|
+
boardTypeFire: 'Fire (Type F)',
|
|
139
|
+
boardTypeAcoustic: 'Acoustic (Type A)',
|
|
140
|
+
paramWasteLabel: 'Wastage Margin',
|
|
141
|
+
|
|
142
|
+
summaryWallArea: 'Partition Net Area',
|
|
143
|
+
summaryBoardArea: 'Total Board Area',
|
|
144
|
+
|
|
145
|
+
resBoardsLabel: 'Plasterboard Sheets',
|
|
146
|
+
resBoardsUnit: 'sheets',
|
|
147
|
+
resStudsLabel: 'Vertical Stud Profiles',
|
|
148
|
+
resStudsUnit: 'pieces',
|
|
149
|
+
resTracksLabel: 'Horizontal Track Rails',
|
|
150
|
+
resTracksUnit: 'lengths',
|
|
151
|
+
resDrywallScrewsLabel: 'Drywall Screws',
|
|
152
|
+
resDrywallScrewsUnit: 'screws',
|
|
153
|
+
resFramingScrewsLabel: 'Metal Screws',
|
|
154
|
+
resFramingScrewsUnit: 'screws',
|
|
155
|
+
resJointTapeLabel: 'Joint Tape',
|
|
156
|
+
resJointTapeUnit: 'length',
|
|
157
|
+
resJointCompoundLabel: 'Joint Compound',
|
|
158
|
+
resJointCompoundUnit: 'weight',
|
|
159
|
+
resAcousticBandLabel: 'Acoustic Perimeter Tape',
|
|
160
|
+
resAcousticBandUnit: 'length',
|
|
161
|
+
|
|
162
|
+
diagramWallTitle: 'CAD Architectural Elevation',
|
|
163
|
+
diagramStudLegend: 'C-Stud Profiles',
|
|
164
|
+
diagramTrackLegend: 'U-Track Rails',
|
|
165
|
+
diagramBoardLegend: 'Board Staggering Pattern',
|
|
166
|
+
diagramModeStructure: 'Steel Frame',
|
|
167
|
+
diagramModeBoard: 'Board Layout',
|
|
168
|
+
},
|
|
169
|
+
};
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DrywallCalculatorUI } from '../ui';
|
|
4
|
+
import { drywallCalculatorBibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculadora-placas-pladur-yeso';
|
|
7
|
+
const title = 'Calculadora de Placas de Pladur y Estructura Metalica';
|
|
8
|
+
const description = 'Calculadora profesional de despiece para tabiques y trasdosados de pladur y yeso laminado. Obtén la cantidad exacta de placas, montantes C, canales U, tornillos, cinta y pasta de agarre.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '¿Cómo calcular cuántas placas de pladur necesito para un tabique?',
|
|
13
|
+
answer: 'Calcula la superficie de la pared multiplicando la longitud por la altura del techo. Para tabiques a dos caras, multiplica la superficie por 2; para doble placa a dos caras, multiplica por 4. Divide la superficie total de revestimiento entre la superficie útil de cada placa (2.4 m² para placa estándar de 120x200 cm o 3.0 m² para placa de 120x250 cm) y suma un 10% adicional por recortes, puertas y ventanas.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '¿Cuándo usar separación de montantes a 40 cm o a 60 cm?',
|
|
17
|
+
answer: 'Usa la separación estándar de 60 cm entre ejes de montantes C para tabiques residenciales secos de hasta 3 metros de altura. Es obligatorio pasar a un paso de 40 cm entre ejes en paredes que vayan a recibir alicatado cerámico pesado, zonas húmedas (baños y cocinas), sistemas de insonorización con doble placa o cuando la altura del tabique supere los 3 metros.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '¿Qué tipo de placa de yeso laminado elegir según la estancia?',
|
|
21
|
+
answer: 'Selecciona Placa Estándar Blanca (Tipo A) para dormitorios, salones y distribuidores; Placa Hidrófuga Verde (Tipo H1) con baja absorción de agua para baños, lavaderos y cocinas; Placa Ignífuga Rosa (Tipo F) con fibra de vidrio para chimeneas, cuartos de calderas y sectorización de incendios; y Placa Acústica Azul de alta densidad para aislamiento fónico entre dormitorios.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: '¿Cuántos tornillos se necesitan por cada placa de pladur?',
|
|
25
|
+
answer: 'Calcula aproximadamente 30 tornillos autotaladrantes (3.5x25 mm) por cada placa de 120x200 cm en fijación monocapa. Distribuye los tornillos a una distancia de 25 cm en todo el perímetro de la placa y a 30 cm en los montantes verticales intermedios. Para la segunda capa en sistemas de doble placa, usa tornillos de 3.5x35 mm.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: '¿Por qué es obligatoria la banda acústica bajo los canales horizontales?',
|
|
29
|
+
answer: 'La banda estanca monoadhesiva de espuma de polietileno desolidariza mecánicamente los canales horizontales U del suelo y del techo. Esto interrumpe la transmisión de ruidos de impacto y vibraciones por flanqueo, garantizando la estanqueidad acústica y térmica del perímetro del tabique.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{ name: 'Introducir Dimensiones del Tabique', text: 'Indica la longitud lineal del tabique y la altura libre hasta el techo en metros o pies.' },
|
|
35
|
+
{ name: 'Configurar Modulación y Placas', text: 'Selecciona el paso de montantes (40 cm o 60 cm), el número de capas (monocapa o doble placa) y las caras revestidas (1 o 2 caras).' },
|
|
36
|
+
{ name: 'Revisar Despiece y Esquema CAD', text: 'Inspecciona la lista detallada de materiales (montantes, canales, tornillos, cinta, pasta) y el dibujo técnico de elevación.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
40
|
+
'@context': 'https://schema.org',
|
|
41
|
+
'@type': 'FAQPage',
|
|
42
|
+
mainEntity: faqData.map((item) => ({
|
|
43
|
+
'@type': 'Question',
|
|
44
|
+
name: item.question,
|
|
45
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
46
|
+
})),
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'HowTo',
|
|
52
|
+
name: title,
|
|
53
|
+
description,
|
|
54
|
+
step: howToData.map((step, i) => ({
|
|
55
|
+
'@type': 'HowToStep',
|
|
56
|
+
position: i + 1,
|
|
57
|
+
name: step.name,
|
|
58
|
+
text: step.text,
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'SoftwareApplication',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
applicationCategory: 'UtilityApplication',
|
|
68
|
+
operatingSystem: 'All',
|
|
69
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
70
|
+
inLanguage: 'es',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<DrywallCalculatorUI> = {
|
|
74
|
+
slug,
|
|
75
|
+
title,
|
|
76
|
+
description,
|
|
77
|
+
faqTitle: 'Preguntas Frecuentes',
|
|
78
|
+
faq: faqData,
|
|
79
|
+
bibliography: drywallCalculatorBibliography,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{
|
|
84
|
+
type: 'title',
|
|
85
|
+
text: 'Principios de Dimensionado Técnico en Tabiquería Seca y Estructura Metálica',
|
|
86
|
+
level: 2,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'La construcción de sistemas de tabiquería ligera con placas de yeso laminado (PYL) requiere calcular con precisión la perfilaría de acero galvanizado (montantes C y canales U) junto a la traba de juntas. Según la normativa <strong>UNE-EN 520 y CTE DB-SE</strong>, la correcta modulación de la estructura metálica evita flectaciones en el paramento, grietas en las uniones y pérdidas de aislamiento acústico.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
|
+
text: 'Reglas de Modulación de Montantes: Paso a 40 cm vs 60 cm',
|
|
95
|
+
level: 3,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'La distancia entre los ejes de los montantes C condiciona la rigidez mecánica del tabique. El <strong>paso estándar a 60 cm</strong> coincide exactamente con el ancho habitual de las placas de 120 cm, haciendo que las juntas verticales apoyen en el centro del ala del perfil. No obstante, se exige <strong>paso a 40 cm</strong> cuando se instala alicatado cerámico pesado sobre la pared, en tabiques de altura superior a 3.00 metros o en áreas comerciales expuestas a impactos.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'card',
|
|
103
|
+
icon: 'mdi:shield-check-outline',
|
|
104
|
+
title: 'Traba Obligatoria de Placas y Patrón de Atornillado',
|
|
105
|
+
html: '<p>Nunca hagas coincidir las juntas verticales ni horizontales entre placas contiguas o entre caras opuestas del tabique. Mantén una traba mínima de 40 cm entre bordes para evitar cruciformes que propaguen fisuras. Fija las placas mediante tornillos autotaladrantes de 3.5x25 mm colocados a <strong>25 cm en los bordes perimetrales</strong> y a <strong>30 cm en los montantes intermedios</strong>, avellanando la cabeza ligeramente por debajo del papel sin romper el núcleo de yeso.</p>',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Margen de Desperdicio y Cálculo de Pasta y Cinta de Juntas',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Añade siempre un <strong>10% de desperdicio estimado</strong> en perfiles y placas para absorber los recortes inevitables en jambas de puertas, ventanas y faldones inclinados. El tratamiento de juntas requiere aproximadamente 0.8 kg de pasta de secado o fraguado por metro cuadrado de placa, junto a la cinta de papel microperforada de alta resistencia a la tracción.',
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
ui: {
|
|
118
|
+
unitSystemLabel: 'Sistema de Medida',
|
|
119
|
+
unitMetric: 'Métrico (m, cm, kg)',
|
|
120
|
+
unitImperial: 'Imperial (ft, in, lb)',
|
|
121
|
+
|
|
122
|
+
paramLengthLabel: 'Longitud del Tabique',
|
|
123
|
+
paramHeightLabel: 'Altura del Tabique',
|
|
124
|
+
paramSpacingLabel: 'Paso de Montantes',
|
|
125
|
+
paramSpacing40Metric: '40 cm (Carga Alta)',
|
|
126
|
+
paramSpacing60Metric: '60 cm (Estandard)',
|
|
127
|
+
paramSpacing40Imperial: '16 in (Carga Alta)',
|
|
128
|
+
paramSpacing60Imperial: '24 in (Estandard)',
|
|
129
|
+
paramLayersLabel: 'Capas de Placa',
|
|
130
|
+
paramSingleLayer: 'Monocapa',
|
|
131
|
+
paramDoubleLayer: 'Doble Placa',
|
|
132
|
+
paramSidesLabel: 'Caras Revestidas',
|
|
133
|
+
paramDoubleSided: '2 Caras (Tabique)',
|
|
134
|
+
paramSingleSided: '1 Cara (Trasdosado)',
|
|
135
|
+
paramBoardTypeLabel: 'Tipo de Placa',
|
|
136
|
+
boardTypeStandard: 'Estandard (Tipo A)',
|
|
137
|
+
boardTypeMoisture: 'Hidrofuga (Tipo H1)',
|
|
138
|
+
boardTypeFire: 'Ignifuga (Tipo F)',
|
|
139
|
+
boardTypeAcoustic: 'Acustica (Tipo A)',
|
|
140
|
+
paramWasteLabel: 'Margen Desperdicio',
|
|
141
|
+
|
|
142
|
+
summaryWallArea: 'Superficie Pared Net',
|
|
143
|
+
summaryBoardArea: 'Superficie Total Placas',
|
|
144
|
+
|
|
145
|
+
resBoardsLabel: 'Placas de Pladur',
|
|
146
|
+
resBoardsUnit: 'unidades',
|
|
147
|
+
resStudsLabel: 'Montantes Verticales',
|
|
148
|
+
resStudsUnit: 'piezas',
|
|
149
|
+
resTracksLabel: 'Canales Horizontales',
|
|
150
|
+
resTracksUnit: 'tiras',
|
|
151
|
+
resDrywallScrewsLabel: 'Tornillos Pladur',
|
|
152
|
+
resDrywallScrewsUnit: 'unidades',
|
|
153
|
+
resFramingScrewsLabel: 'Tornillos Estructura',
|
|
154
|
+
resFramingScrewsUnit: 'unidades',
|
|
155
|
+
resJointTapeLabel: 'Cinta de Juntas',
|
|
156
|
+
resJointTapeUnit: 'longitud',
|
|
157
|
+
resJointCompoundLabel: 'Pasta de Juntas',
|
|
158
|
+
resJointCompoundUnit: 'peso',
|
|
159
|
+
resAcousticBandLabel: 'Banda Estanca Acustica',
|
|
160
|
+
resAcousticBandUnit: 'longitud',
|
|
161
|
+
|
|
162
|
+
diagramWallTitle: 'Elevacion Tecnica CAD',
|
|
163
|
+
diagramStudLegend: 'Montantes C',
|
|
164
|
+
diagramTrackLegend: 'Canales U',
|
|
165
|
+
diagramBoardLegend: 'Traba de Placas',
|
|
166
|
+
diagramModeStructure: 'Estructura',
|
|
167
|
+
diagramModeBoard: 'Placas',
|
|
168
|
+
},
|
|
169
|
+
};
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { DrywallCalculatorUI } from '../ui';
|
|
4
|
+
import { drywallCalculatorBibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculateur-plaque-de-platre';
|
|
7
|
+
const title = 'Calculateur Plaque de Platre et Ossature Metallique';
|
|
8
|
+
const description = 'Calculateur professionnel de quantite de materiaux pour cloisons et doublages en plaque de platre. Estimez precisement les plaques, montants C, rails U, vis, bandes a joint et enduit.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Comment calculer le nombre de plaques de platre pour une cloison ?',
|
|
13
|
+
answer: 'Calculez la surface du mur en multipliant la longueur par la hauteur sous plafond. Pour une cloison separative a 2 parements, multipliez par 2; pour un doublage double peau a 2 parements, multipliez par 4. Divisez la surface totale par la surface utile d\'une plaque (2.4 m2 pour une plaque 120x200 cm ou 3.0 m2 pour 120x250 cm) et ajoutez 10% de marge pour les decoupes et ouvertures.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Faut-il choisir un entraxe de montants de 40 cm ou 60 cm ?',
|
|
17
|
+
answer: 'L\'entraxe standard de 60 cm convient aux cloisons seches residentielles jusqu\'a 3.0 m de hauteur. Un entraxe de 40 cm est obligatoire en cas de pose de carrelage lourd, dans les pieces humides (salle de bain, cuisine), pour les cloisons acoustiques double peau ou lorsque la hauteur depasse 3.0 metres.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Quel type de plaque de platre choisir selon l\'application ?',
|
|
21
|
+
answer: 'Utilisez la Plaque Standard Blanche (Type A) pour les chambres et sejours; la Plaque Hydrofuge Verte (Type H1) pour les pieces humides; la Plaque Ignifuge Rose (Type F) pour les conduits et locaux techniques; et la Plaque Acoustique Bleue haute densite pour l\'isolation phonique.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Combien de vis faut-il par plaque de platre ?',
|
|
25
|
+
answer: 'Comptez environ 30 vis plaque de platre (3.5x25 mm) par plaque 120x200 cm en parement simple. Espacez les vis de 25 cm sur la peripherie et 30 cm sur les montants verticaux centraux. Pour la seconde couche en double peau, utilisez des vis 3.5x35 mm.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Pourquoi la bande resiliente est-elle obligatoire sous les rails ?',
|
|
29
|
+
answer: 'La bande mousse autocollante en polyethylene desolidarise les rails U horizontaux des dalles sol et plafond. Elle stoppe la transmission des bruits d\'impact et assure l\'etancheite thermo-acoustique peripherique.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{ name: 'Saisir les dimensions de la cloison', text: 'Indiquez la longueur et la hauteur sous plafond en metres ou pieds.' },
|
|
35
|
+
{ name: 'Configurer l\'ossature et la peau', text: 'Selectionnez l\'entraxe des montants (40 cm ou 60 cm), le nombre de peaux (simple ou double) et le nombre de faces (1 ou 2 faces).' },
|
|
36
|
+
{ name: 'Examiner le quantitatif et l\'elevation CAD', text: 'Consultez la liste des materiaux (montants, rails, vis, bandes, enduit) et le schema technique de l\'ossature.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
40
|
+
'@context': 'https://schema.org',
|
|
41
|
+
'@type': 'FAQPage',
|
|
42
|
+
mainEntity: faqData.map((item) => ({
|
|
43
|
+
'@type': 'Question',
|
|
44
|
+
name: item.question,
|
|
45
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
46
|
+
})),
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'HowTo',
|
|
52
|
+
name: title,
|
|
53
|
+
description,
|
|
54
|
+
step: howToData.map((step, i) => ({
|
|
55
|
+
'@type': 'HowToStep',
|
|
56
|
+
position: i + 1,
|
|
57
|
+
name: step.name,
|
|
58
|
+
text: step.text,
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'SoftwareApplication',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
applicationCategory: 'UtilityApplication',
|
|
68
|
+
operatingSystem: 'All',
|
|
69
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
70
|
+
inLanguage: 'fr',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<DrywallCalculatorUI> = {
|
|
74
|
+
slug,
|
|
75
|
+
title,
|
|
76
|
+
description,
|
|
77
|
+
faqTitle: 'Foire Aux Questions',
|
|
78
|
+
faq: faqData,
|
|
79
|
+
bibliography: drywallCalculatorBibliography,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{
|
|
84
|
+
type: 'title',
|
|
85
|
+
text: 'Dimensionnement Technique des Cloisons Seches sur Ossature Metallique',
|
|
86
|
+
level: 2,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'La realisation de cloisons legeres en plaques de platre necessite le dimensionnement precis des profiles en acier galvanise (montants C et rails U) ainsi que la disposition des joints. Conformement au <strong>DTU 25.41 et a la norme NF EN 520</strong>, un entraxe rigoureux evite la deformation mecanique et les fissures aux joints.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
|
+
text: 'Regles d\'Entraxe des Montants: 40 cm vs 60 cm',
|
|
95
|
+
level: 3,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'L\'entraxe determine la rigidite de l\'ouvrage. L\'<strong>entraxe standard de 60 cm</strong> correspond exactement a la largeur de 120 cm des plaques, assurant l\'appui des bords sur l\'aile du montant. L\'<strong>entraxe de 40 cm</strong> s\'impose en presence de carrelage mural, pour les hauteurs superieures a 3.00 metres ou pour des contraintes acoustiques renforcees.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'card',
|
|
103
|
+
icon: 'mdi:shield-check-outline',
|
|
104
|
+
title: 'Harpage des Joints et Schéma de Vissage',
|
|
105
|
+
html: '<p>Ne faites jamais coincider les joints verticaux ou horizontaux entre plaques adjacentes ou entre les deux faces. Observez un decalage d\'au moins 40 cm. Fixez les plaques avec des vis autoforeuses 3.5x25 mm tous les <strong>25 cm en peripherie</strong> et tous les <strong>30 cm sur les montants centraux</strong>.</p>',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Marge de Chutes et Consommation d\'Enduit',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Prevoyez systematiquement une <strong>marge de chute de 10%</strong> sur les rails, montants et plaques. Le traitement des joints consomme environ 0,8 kg d\'enduit par metre carre de plaque, associe a une bande armee ou papier microperfore.',
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
ui: {
|
|
118
|
+
unitSystemLabel: 'Système de Mesure',
|
|
119
|
+
unitMetric: 'Métrique (m, cm, kg)',
|
|
120
|
+
unitImperial: 'Impérial (ft, in, lb)',
|
|
121
|
+
|
|
122
|
+
paramLengthLabel: 'Longueur du Mur',
|
|
123
|
+
paramHeightLabel: 'Hauteur sous Plafond',
|
|
124
|
+
paramSpacingLabel: 'Entraxe des Montants',
|
|
125
|
+
paramSpacing40Metric: '40 cm (Forte Charge)',
|
|
126
|
+
paramSpacing60Metric: '60 cm (Standard)',
|
|
127
|
+
paramSpacing40Imperial: '16 in (Forte Charge)',
|
|
128
|
+
paramSpacing60Imperial: '24 in (Standard)',
|
|
129
|
+
paramLayersLabel: 'Nombre de Peaux',
|
|
130
|
+
paramSingleLayer: 'Simple Peau',
|
|
131
|
+
paramDoubleLayer: 'Double Peau',
|
|
132
|
+
paramSidesLabel: 'Faces Habillées',
|
|
133
|
+
paramDoubleSided: '2 Faces (Cloison)',
|
|
134
|
+
paramSingleSided: '1 Face (Doublage)',
|
|
135
|
+
paramBoardTypeLabel: 'Type de Plaque',
|
|
136
|
+
boardTypeStandard: 'Standard (Type A)',
|
|
137
|
+
boardTypeMoisture: 'Hydrofuge (Type H1)',
|
|
138
|
+
boardTypeFire: 'Ignifuge (Type F)',
|
|
139
|
+
boardTypeAcoustic: 'Acoustique (Type A)',
|
|
140
|
+
paramWasteLabel: 'Marge de Chutes',
|
|
141
|
+
|
|
142
|
+
summaryWallArea: 'Surface Nette Mur',
|
|
143
|
+
summaryBoardArea: 'Surface Totale Plaques',
|
|
144
|
+
|
|
145
|
+
resBoardsLabel: 'Plaques de Plâtre',
|
|
146
|
+
resBoardsUnit: 'plaques',
|
|
147
|
+
resStudsLabel: 'Montants Verticaux',
|
|
148
|
+
resStudsUnit: 'pièces',
|
|
149
|
+
resTracksLabel: 'Rails Horizontaux',
|
|
150
|
+
resTracksUnit: 'longueurs',
|
|
151
|
+
resDrywallScrewsLabel: 'Vis Placo',
|
|
152
|
+
resDrywallScrewsUnit: 'vis',
|
|
153
|
+
resFramingScrewsLabel: 'Vis Ossature',
|
|
154
|
+
resFramingScrewsUnit: 'vis',
|
|
155
|
+
resJointTapeLabel: 'Bande à Joint',
|
|
156
|
+
resJointTapeUnit: 'longueur',
|
|
157
|
+
resJointCompoundLabel: 'Enduit à Joint',
|
|
158
|
+
resJointCompoundUnit: 'poids',
|
|
159
|
+
resAcousticBandLabel: 'Bande Résiliente',
|
|
160
|
+
resAcousticBandUnit: 'longueur',
|
|
161
|
+
|
|
162
|
+
diagramWallTitle: 'Élévation Technique CAD',
|
|
163
|
+
diagramStudLegend: 'Montants C',
|
|
164
|
+
diagramTrackLegend: 'Rails U',
|
|
165
|
+
diagramBoardLegend: 'Harpage des Plaques',
|
|
166
|
+
diagramModeStructure: 'Ossature',
|
|
167
|
+
diagramModeBoard: 'Plaques',
|
|
168
|
+
},
|
|
169
|
+
};
|